@haxtheweb/create
Version:
CLI for all things HAX the web
51 lines • 1.11 kB
JSON
{
"api": "1",
"canScale": true,
"canEditSource": true,
"type": "element",
"designSystem": {
"accent": true,
"primary": true,
"card": true,
"text": true,
"designTreatment": false
},
"gizmo": {
"title": "<%= name %>",
"description": "",
"icon": "icons:android",
"color": "purple",
"tags": [
"Other"
],
"handles": [],
"meta": {
"author": "<%= author %>"
}
},
"settings": {
"configure": [
{
"property": "title",
"title": "Title",
"description": "",
"inputMethod": "textfield",
"icon": "editor:title",
"required": true
}
]
},
"saveOptions": {
"wipeSlot": false,
"unsetAttributes": []
},
"demoSchema": [
{
"tag": "<%= name %>",
"properties": {
"title": "Sample property title"
},
"content": ""
}
]
}