UNPKG

@fluent-form/core

Version:

An Angular dynamic forms library powered by Fluent API and JSON.

41 lines (40 loc) 876 B
{ "$schema": "http://json-schema.org/draft-07/schema", "$id": "fluent-form-ng-add", "title": "fluent-form ng-add schematic", "properties": { "project": { "type": "string", "description": "Name of the project.", "$default": { "$source": "projectName" } }, "ui": { "type": "string", "description": "The UI library to be used by fluent-form.", "enum": [ "ng-zorro-antd", "none" ], "x-prompt": { "message": "Which UI library do you want to use?", "type": "list", "items": [ { "value": "ng-zorro-antd", "label": "ng-zorro-antd - [ https://ng.ant.design ]" }, { "value": "none", "label": "none" } ] } } }, "required": [ "project", "ui" ] }