mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-18 13:20:43 +00:00
Added scriptViewer widget back in metaData to fix tests that needed it; turned on showExportButton in sample table widget;
This commit is contained in:
@ -740,7 +740,16 @@
|
||||
"SampleTableWidget": {
|
||||
"name": "SampleTableWidget",
|
||||
"label": "Sample Table Widget",
|
||||
"type": "table"
|
||||
"type": "table",
|
||||
"showExportButton": true
|
||||
},
|
||||
"scriptViewer": {
|
||||
"name": "scriptViewer",
|
||||
"label": "Contents",
|
||||
"type": "scriptViewer",
|
||||
"isCard": true,
|
||||
"storeDropdownSelections": false,
|
||||
"hasPermission": true
|
||||
}
|
||||
},
|
||||
"environmentValues": {
|
||||
|
Reference in New Issue
Block a user