Rearranging 'Component options' in dynamic components
-
Hi,
I am designing in dynamic components for the first time. The component have several attributes that are to be visible to the user. I want these options to be re-arranged/re-ordered in their appearance.
Is there any way to change the order of 'Component options'?
Thanks in advance -
you can use alphabetical prefixes to organise your named attributes like a_ b_
for the other DC attributes like LenZ you would have to pass the values from a named attribute like "a_len" or wherever you need to place it like say g_len instead
Advertisement