plugin__console-plugin-template.json 1.3 KB

123456789101112
  1. {
  2. " in package.json mapping the reference to the module.": " in package.json mapping the reference to the module.",
  3. "After cloning this project, replace references to ": "After cloning this project, replace references to ",
  4. "and other plugin metadata in package.json with values for your plugin.": "and other plugin metadata in package.json with values for your plugin.",
  5. "console-template-plugin": "console-template-plugin",
  6. "exposedModules": "exposedModules",
  7. "Hello, Plugin!": "Hello, Plugin!",
  8. "Nice! ": "Nice! ",
  9. "Plugin Example": "Plugin Example",
  10. "This is a custom page contributed by the console plugin template. The extension that adds the page is declared in console-extensions.json in the project root along with the corresponding nav item. Update console-extensions.json to change or add extensions. Code references in console-extensions.json must have a corresonding property": "This is a custom page contributed by the console plugin template. The extension that adds the page is declared in console-extensions.json in the project root along with the corresponding nav item. Update console-extensions.json to change or add extensions. Code references in console-extensions.json must have a corresonding property",
  11. "Your plugin is working.": "Your plugin is working."
  12. }