Added scriptViewer widget back in metaData to fix tests that needed it; turned on showExportButton in sample table widget;

This commit is contained in:
2023-10-17 20:36:23 -05:00
parent 6bd6b0370b
commit e144cf3ec7

View File

@ -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": {