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:
authorVictor S <32728904+ulcuber@users.noreply.github.com>2022-07-15 16:38:33 +0300
committerGitHub <noreply@github.com>2022-07-15 16:38:33 +0300
commit82f5defa1792e99e3eceac4a3f47ba4486703cf2 (patch)
tree472866ee15161464800fd63de6f56047300b7344 /plugins/Morpheus
parent835ba7dde8478e1da299fe08f306e16f67a5c8cc (diff)
Full width field in settings (#19454)
* added: full width field in settings * removed fixed width for full width multi pair * added: full width multi pair demo
Diffstat (limited to 'plugins/Morpheus')
-rw-r--r--plugins/Morpheus/templates/demo.twig8
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/Morpheus/templates/demo.twig b/plugins/Morpheus/templates/demo.twig
index 5d5e2af9ce..d2c522b7f3 100644
--- a/plugins/Morpheus/templates/demo.twig
+++ b/plugins/Morpheus/templates/demo.twig
@@ -396,6 +396,14 @@
ui-control-attributes='{"field1":{"key":"index","title":"Index","uiControl":"text","availableValues":null},"field2":{"key":"value","title":"Value","uiControl":"text","availableValues":null},"field3":{"key":"value2","title":"Value","uiControl":"text","availableValues":null},"field4":{"key":"value3","title":"Value","uiControl":"text","availableValues":null}}'>
</div>
+<div piwik-field uicontrol="multituple" name="multitupletextfullwidth"
+ data-title="Multiple values full width (four)"
+ full-width="true"
+ value="[]"
+ inline-help="Multi Tuple text and text full width"
+ ui-control-attributes='{"field1":{"key":"index","title":"Index","uiControl":"text","availableValues":null},"field2":{"key":"value","title":"Value","uiControl":"text","availableValues":null},"field3":{"key":"value2","title":"Value","uiControl":"text","availableValues":null},"field4":{"key":"value3","title":"Value","uiControl":"text","availableValues":null}}'>
+</div>
+
<div piwik-field uicontrol="multituple" name="multitupletextvalue"
data-title="Multiple values with values (four)"
value='[{"index": "test", "value":"myfoo"},{"index": "test 2", "value":"myfoo 2"}]'