{
  "id": "GenerateAll",
  "name": "Generate All",
  "version": "2.16.0",
  "description": "A plugin that calls all generator plugins and returns their result",
  "icon": {
    "src": "",
    "class": "fa fa-cogs"
  },
  "disableServerSideExecution": false,
  "disableBrowserSideExecution": false,
  "writeAccessRequired": false,
  "dependencies": [
    {
      "id": "AddOnGenerator",
      "propagateConfig": true
    },
    {
      "id": "PluginGenerator",
      "propagateConfig": true
    },
    {
      "id": "LayoutGenerator",
      "propagateConfig": true
    },
    {
      "id": "DecoratorGenerator",
      "propagateConfig": true
    },
    {
      "id": "RestRouterGenerator",
      "propagateConfig": true
    },
    {
      "id": "VisualizerGenerator",
      "propagateConfig": true
    }
  ],
  "configStructure": []
}