cronapp-framework-js
Version:
Javascript library for CronApp's projects
83 lines (82 loc) • 1.83 kB
JSON
{
"name": "crn-title",
"text_pt_BR": "Cabeçalho",
"text_en_US": "Header",
"class": "adjust-icon mdi mdi-page-layout-header",
"wrapper": false,
"pallete": false,
"templateURL": "src/main/webapp/node_modules/cronapp-framework-js/dist/components/templates/title-default.template.html",
"properties": {
"ng-init": {
"removable": true,
"type": "event"
},
"ng-click": {
"removable": true,
"type": "event"
},
"ng-dblclick": {
"removable": true,
"type": "event"
},
"ng-mouseenter": {
"removable": true,
"type": "event"
},
"ng-mouseleave": {
"removable": true,
"type": "event"
},
"ng-mousemove": {
"removable": true,
"type": "event"
},
"xattr-position": {
"displayName_pt_BR": "Posição do texto",
"displayName_en_US": "Text position",
"order": 2
},
"content": {
"displayName_pt_BR": "Título",
"displayName_en_US": "Title",
"order": 1
},
"class": {
"order": 9999
}
},
"styles": [
{
"selector": "div#{id} h1",
"text_pt_BR": "Cabeçalho",
"text_en_US": "Header"
}
],
"attributesForPreview": [
{
"name": "xattr-position",
"type": "btngroup",
"target": "class",
"values": [
{
"key": "text-left",
"value_pt_BR": "Esquerda",
"value_en_US": "Left",
"icon": "mdi mdi-ray-start"
},
{
"key": "text-center",
"value_pt_BR": "Centro",
"value_en_US": "Center",
"icon": "mdi mdi-ray-vertex"
},
{
"key": "text-right",
"value_pt_BR": "Direita",
"value_en_US": "Right",
"icon": "mdi mdi-ray-end"
}
]
}
]
}