{
  "plugins": [
    {
      "name": "<%= formattedNames.plugin.spacedOut %>",
      "className": "<%= formattedNames.plugin.pascalCase %>",
      "description": "Adds text to the editor.",
      "path": "src/<%= formattedNames.plugin.lowerCaseMerged %>.<%= programmingLanguage %>",
      "uiComponents": [
        {
          "name": "<%= formattedNames.plugin.camelCase %>",
          "type": "Button",
          "iconPath": "theme/icons/ckeditor.svg"
        }
      ]
    }
  ]
}
