devui-admin-test
Version:
Schematics for ng-devui-admin
18 lines (17 loc) • 375 B
JSON
{
"$schema": "http://json-schema.org/schema",
"$id": "SchematicsDevUIPlugins",
"title": "DevUI Admin Plugins Schema",
"type": "object",
"properties": {
"modulePath": {
"type": "string",
"description": "Choose module"
},
"insertModuleName": {
"type": "string",
"description": "Module to be inserted"
}
},
"required": []
}