@o3r/core
Version:
Core of the Otter Framework
30 lines (29 loc) • 699 B
JSON
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "NgAddModules",
"title": "Add available Otter modules",
"description": "ng generate Add module",
"properties": {
"projectName": {
"type": "string",
"description": "Project name",
"$default": {
"$source": "projectName"
}
},
"preset": {
"type": "string",
"description": "Preset of module list to automatically install",
"enum": [
"basic",
"cms",
"all"
]
},
"externalPresets": {
"description": "Preset of non-official module list to automatically install",
"type": "string"
}
},
"additionalProperties": true
}