Forms
Translations
{
"display": "form",
"components": [
{
"key": "html",
"type": "htmlelement",
"input": false,
"label": "HTML",
"content": "<p>{{ instance.t('contentX') }}</p>",
"tableView": false,
"refreshOnChange": false
},
{
"key": "isApproved",
"type": "radio",
"input": true,
"label": "configurationApproved",
"inline": false,
"values": [
{
"label": "yes",
"value": "true",
"shortcut": ""
},
{
"label": "no",
"value": "false",
"shortcut": ""
}
],
"default": true,
"tableView": false,
"defaultValue": false,
"optionsLabelPosition": "right"
},
{
"key": "comment",
"type": "textarea",
"input": true,
"label": "comment",
"tableView": true,
"autoExpand": false
},
{
"key": "send",
"type": "button",
"input": true,
"label": "send",
"tableView": false,
"customClass": "float-right",
"saveOnEnter": false,
"showValidations": false
}
]
}
Last updated