cronapp-framework-mobile-js
Version:
Javascript library for CronApp's projects
107 lines • 2.31 kB
JSON
{
"name": "crn-navbar",
"onDrop": "openEditor",
"onDoubleClick": "openEditor",
"text_pt_BR": "Barra de navegação",
"text_en_US": "Navbar",
"class": "adjust-icon mdi mdi-navigation",
"template": "",
"pallete": false,
"forcedGroup": true,
"properties": {
"xattr-theme": {
"displayName": "Theme"
}
},
"controls": {
"ungroup": false,
"resizable": false,
"additive": false,
"duplicable": false,
"pluggable": false,
"removable": false
},
"droppableArea": {
"onmiddle": true,
"ontop": false,
"onbottom": false,
"onleft": false,
"onright": false
},
"childrenProperties": [
{
"name": "options",
"selector": "cron-mobile-menu",
"displayName_pt_BR": "Configuração",
"displayName_en_US": "Configuration",
"type": "text",
"order": 1
},
{
"name": "content",
"selector": "h1[class='title']",
"displayName_pt_BR": "Título",
"displayName_en_US": "Title",
"type": "content"
}
],
"attributesForPreview": [
{
"name": "xattr-theme",
"type": "options",
"target": "class",
"values": [
{
"key": "default",
"value_pt_BR": "Padrão do tema",
"value_en_US": "Default theme"
},
{
"key": "bar-assertive",
"value": "Assertive",
"color": "#ef473a"
},
{
"key": "bar-balanced",
"value": "Balanced",
"color": "#33cd5f"
},
{
"key": "bar-energized",
"value": "Energized",
"color": "#ffc900"
},
{
"key": "bar-light",
"value": "Light",
"color": "#fff"
},
{
"key": "bar-stable",
"value": "Stable",
"color": "#f8f8f8"
},
{
"key": "bar-calm",
"value": "Calm",
"color": "#11c1f3"
},
{
"key": "bar-positive",
"value": "Positive",
"color": "#387ef5"
},
{
"key": "bar-royal",
"value": "Royal",
"color": "#886aea"
},
{
"key": "bar-dark",
"value": "Dark",
"color": "#444"
}
]
}
]
}