Skip to content
Snippets Groups Projects
Commit 51725b57 authored by Jens Steidl's avatar Jens Steidl :baby_chick:
Browse files

- update parameter UI element

parent 11b0b004
No related branches found
No related tags found
No related merge requests found
Pipeline #4006 passed
......@@ -34,14 +34,23 @@
</x_field>
<x_field>
<field_name>debug</field_name>
<label>Flag</label>
<label>Debug information</label>
<ui_tool_tip>if set to "true", adds more info</ui_tool_tip>
<mandatory>false</mandatory>
<x_logic_type>String</x_logic_type>
<x_ui_type>TextField</x_ui_type>
<x_ui_type>ComboBox</x_ui_type>
<default_value>false</default_value>
<css_class>width5</css_class>
<x_options/>
<x_options>
<x_option>
<value>true</value>
<label>yes</label>
</x_option>
<x_option>
<value>false</value>
<label>no</label>
</x_option>
</x_options>
</x_field>
</x_fields>
</fr:x_form>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment