You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes we need to group together a bunch of settings in a convenient way. For example some artifacts take a huge number of parameters all related together.
This feature request is to define a GUI form type that collapses multiple parameters together. The artifact parameter may be defined as:
parameters:
- name: MyNamedescription: ....type: jsonchoices:
- name: Firsttype: int
- name: Seconddescription: Some description.
Inside the artifact this should present as a dict that can be accessed as:
SELECTMyName.FirstFROM ....
The GUI should show a collapsible form group that can be hidden/shown and appear distinct because all these are related.
The text was updated successfully, but these errors were encountered:
Sometimes we need to group together a bunch of settings in a convenient way. For example some artifacts take a huge number of parameters all related together.
This feature request is to define a GUI form type that collapses multiple parameters together. The artifact parameter may be defined as:
Inside the artifact this should present as a dict that can be accessed as:
The GUI should show a collapsible form group that can be hidden/shown and appear distinct because all these are related.
The text was updated successfully, but these errors were encountered: