plugin__console-plugin-template.json 1.3 KB

123456789101112
  1. {
  2. "After cloning this project, replace references to": "After cloning this project, replace references to",
  3. "and other plugin metadata in package.json with values for your plugin.": "and other plugin metadata in package.json with values for your plugin.",
  4. "console-template-plugin": "console-template-plugin",
  5. "exposedModules": "exposedModules",
  6. "Hello, Plugin!": "Hello, Plugin!",
  7. "in package.json mapping the reference to the module.": "in package.json mapping the reference to the module.",
  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 corresponding 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 corresponding property",
  11. "Your plugin is working.": "Your plugin is working."
  12. }