Add field layout setting to BB reference field

This commit is contained in:
Andrew Kingston 2023-10-27 08:11:09 +01:00
parent acc1e6f14c
commit 2bf78db0a0
1 changed files with 28 additions and 0 deletions

View File

@ -6104,6 +6104,34 @@
"label": "Disabled",
"key": "disabled",
"defaultValue": false
},
{
"type": "select",
"label": "Layout",
"key": "span",
"defaultValue": 6,
"showInBar": true,
"barStyle": "buttons",
"options": [
{
"label": "1 column",
"value": 6,
"barIcon": "Stop",
"barTitle": "1 column"
},
{
"label": "2 columns",
"value": 3,
"barIcon": "ColumnTwoA",
"barTitle": "2 columns"
},
{
"label": "3 columns",
"value": 2,
"barIcon": "ViewColumn",
"barTitle": "3 columns"
}
]
}
]
}