Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'core/Settings/FieldConfig.php')
-rw-r--r--core/Settings/FieldConfig.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/core/Settings/FieldConfig.php b/core/Settings/FieldConfig.php
index 7b2ce1df03..8074db3efb 100644
--- a/core/Settings/FieldConfig.php
+++ b/core/Settings/FieldConfig.php
@@ -63,6 +63,12 @@ class FieldConfig
const UI_CONTROL_SINGLE_SELECT = 'select';
/**
+ * Shows an expandable select field which is useful when each selectable value belongs to a group.
+ * To use this field assign it to the `$uiControl` property.
+ */
+ const UI_CONTROL_SINGLE_EXPANDABLE_SELECT = 'expandable-select';
+
+ /**
* Generates a hidden form field. To use this field assign it to the `$uiControl` property.
*/
const UI_CONTROL_HIDDEN = 'hidden';