@o3r/core
Version:
Core of the Otter Framework
19 lines (18 loc) • 502 B
JSON
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "NgShowModules",
"title": "Show available Otter modules",
"description": "ng generate Renovate bot",
"properties": {
"cmsOnly": {
"type": "boolean",
"description": "Display only the modules with CMS administration",
"default": false
},
"hideInstalledModule": {
"type": "boolean",
"description": "Display only the modules that are not already installed",
"default": true
}
}
}