diff --git a/projects/lfx-ng-schematics/schematics/lfx-ng-schematics/schema.json b/projects/lfx-ng-schematics/schematics/lfx-ng-schematics/schema.json index 35996b3..2b0b825 100644 --- a/projects/lfx-ng-schematics/schematics/lfx-ng-schematics/schema.json +++ b/projects/lfx-ng-schematics/schematics/lfx-ng-schematics/schema.json @@ -1,12 +1,14 @@ { "$schema": "http://json-schema.org/schema", "$id": "lfx-ng-schematics", - "title": "LFX Component Lib Schema", + "title": "LFX Schematics schema", "type": "object", "properties": { "name": { "description": "Name of the component", - "type": "string" + "type": "string", + "x-prompt": "Name of new component", + "default": "lfx-new-component" }, "path": { "description": "Path to new component",