| Current Path : /home/jeromecohp/www/tmp/yooessentials/modules/element/elements/social_sharing_viber/ |
| Current File : /home/jeromecohp/www/tmp/yooessentials/modules/element/elements/social_sharing_viber/element.json |
{
"@import": "./element.php",
"name": "yooessentials_social_sharing_viber",
"title": "Viber",
"iconSmall": "${url:~yooessentials_url/modules/element/elements/social_sharing_viber/icon.svg}",
"width": 500,
"templates": {
"render": "./templates/template.php",
"content": "./templates/content.php"
},
"defaults": {
"icon": "social"
},
"fields": {
"text": {
"label": "text",
"description": "The text to forward to.",
"source": true
},
"title": {
"label": "Title",
"description": "Optionally set the title for the link."
},
"icon": {
"label": "Icon",
"description": "Choose an icon from the icon library.",
"type": "icon",
"source": true
},
"status": "${builder.status}",
"id": "${builder.id}",
"class": "${builder.cls}",
"attributes": "${builder.attrs}",
"source": "${builder.source}"
},
"fieldset": {
"default": {
"type": "tabs",
"fields": [
{
"title": "Content",
"fields": [
"title",
"icon",
"text"
]
},
"${builder.advanced}"
]
}
}
}