cronapp-framework-mobile-js
Version:
Javascript library for CronApp's projects
113 lines • 2.55 kB
JSON
{
"name": "crn-label",
"text_pt_BR": "Subtítulo",
"text_en_US": "Subtitle",
"image": "/node_modules/cronapp-framework-mobile-js/img/cron-icon/crn-label.svg",
"description": "Texto com tamanho de letra padrão",
"description_en_US": "Text with standard font size",
"category": [
"TEXTS", "LAYOUTS"
],
"wrapper": false,
"template": "<h2 class=\"text-center\" xattr-position=\"text-center\" subtitle-size=\"font-size: 22px;\" style=\"font-size: 22px;\">Some label text</h2>",
"properties": {
"id": {
"order": 1
},
"class": {
"order": 9999
},
"content": {
"displayName_pt_BR": "Subtítulo",
"displayName_en_US": "Subtitle",
"order": 1
},
"xattr-position": {
"displayName_pt_BR": "Posição",
"displayName_en_US": "Position",
"order": 2
},
"subtitle-size": {
"displayName_pt_BR": "Tamanho da letra",
"displayName_en_US": "Font size",
"order": 2
},
"ng-click": {
"removable": false,
"type": "event"
},
"on-hold": {
"removable": false,
"type": "event"
},
"on-double-tap": {
"removable": false,
"type": "event"
},
"on-tap": {
"removable": false,
"type": "event"
},
"on-swipe": {
"removable": false,
"type": "event"
},
"on-drag": {
"removable": false,
"type": "event"
}
},
"attributesForPreview": [
{
"name": "xattr-position",
"type": "btngroup",
"target": "class",
"values": [
{
"key": "text-left",
"value_pt_BR": "Esquerda",
"value_en_US": "Left"
},
{
"key": "text-center",
"value_pt_BR": "Centro",
"value_en_US": "Center"
},
{
"key": "text-right",
"value_pt_BR": "Direita",
"value_en_US": "Right"
}
]
},
{
"name": "subtitle-size",
"type": "options",
"target": "style",
"values": [
{
"key": "font-size: 16px;",
"value_pt_BR": "Pequena",
"value_en_US": "Small"
},
{
"key": "font-size: 22px;",
"value_pt_BR": "Média",
"value_en_US": "Medium"
},
{
"key": "font-size: 30px;",
"value_pt_BR": "Grande",
"value_en_US": "Big"
}
]
}
],
"childrenProperties": [
{
"name": "ng-mouseover",
"selector": "h2",
"type": "event"
}
]
}