Custom CSS
You can apply custom CSS styles on a per-site basis
{
"inputType": "text",
"label": "My Input",
"model": "field1",
"styleClasses": "col-md-3 my-red-box",
"type": "input"
}.my-red-box {
border-width: 2px;
border-color: red;
border-style: solid;
padding: 20px;
}Page scoped classes


Last updated
Was this helpful?