cronapp-framework-js
Version:
Javascript library for CronApp's projects
62 lines • 1.38 kB
JSON
{
"name": "crn-jumbotron",
"text_pt_BR": "Banner",
"text_en_US": "Banner",
"image": "/node_modules/cronapp-framework-js/img/cron-icon/crn-jumbotron.svg",
"description": "Estrutura com imagem de fundo, título e subtítulo",
"description_en_US": "Structure with background image, title and subtitle",
"category": [
"LAYOUTS"
],
"templateURL": "src/main/webapp/node_modules/cronapp-framework-js/dist/components/templates/banner.template.html",
"wrapper": false,
"styles": [
{
"selector": "div#{id}",
"text_pt_BR": "Banner",
"text_en_US": "Jumbotron"
},
{
"selector": "div#{id} h1",
"text_pt_BR": "Cabeçalho",
"text_en_US": "Header"
},
{
"selector": "div#{id} h2",
"text_pt_BR": "Subtítulo",
"text_en_US": "Subtitle"
}
],
"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"
},
"class": {
"order": 9999
},
"id": {
"order": 1
}
}
}