To configure the components element
<components> ... <component id="priority">...</component> ... </components>
The <label> component does not support the required attribute.
The <label> component does not support the editable attribute.
<component id="priority" required="false" permission="power-user"> <description>Priority</description> <number-value type="int"> <default>0</default> <minimum inclusive="true">-10000</minimum> <maximum inclusive="true">10000</maximum> <step>1</step> </number-value> </component>
The user must have the "power-user" permission to see the priority component.
Related topics