mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 05:01:07 +00:00
Add CUSTOM_COMPONENT widget type
This commit is contained in:
@ -66,6 +66,7 @@ public enum WidgetType
|
|||||||
// record view/edit widgets //
|
// record view/edit widgets //
|
||||||
//////////////////////////////
|
//////////////////////////////
|
||||||
CHILD_RECORD_LIST("childRecordList"),
|
CHILD_RECORD_LIST("childRecordList"),
|
||||||
|
CUSTOM_COMPONENT("customComponent"),
|
||||||
DYNAMIC_FORM("dynamicForm"),
|
DYNAMIC_FORM("dynamicForm"),
|
||||||
DATA_BAG_VIEWER("dataBagViewer"),
|
DATA_BAG_VIEWER("dataBagViewer"),
|
||||||
PIVOT_TABLE_SETUP("pivotTableSetup"),
|
PIVOT_TABLE_SETUP("pivotTableSetup"),
|
||||||
|
Reference in New Issue
Block a user