plugin__console-plugin.json 1.2 KB

1234567891011
  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. "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",
  10. "Your plugin is working.": "Your plugin is working."
  11. }