@o3r/dynamic-content
Version:
This module provides a mechanism to retrieve media and data depending on the host or a server specific url.
23 lines (22 loc) • 527 B
JSON
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "ngAddSchematicsSchema",
"title": "Add Otter dynamic-content ",
"description": "ngAdd Otter dynamic-content ",
"properties": {
"projectName": {
"type": "string",
"description": "Project name",
"$default": {
"$source": "projectName"
}
},
"exactO3rVersion": {
"type": "boolean",
"description": "Use a pinned version for otter packages"
}
},
"additionalProperties": true,
"required": [
]
}