Task Summary
On top of the edit mode (#8026), let the author shape the exposed inputs where they appear. (This issue previously covered remembering the computing unit per workflow, which was folded into #8028; it is reused for the second half of the authoring task, split out of #8026 at 2200 lines.)
- rename an input or any of its sub-fields, and hide a sub-field, through an editable-label formly wrapper (the label is the input; the control keeps a programmatic name)
- reorder inputs by drag or from the keyboard (Move up / Move down)
- write per-input help text; see "From X" attribution while authoring; remove an input
- a binding whose operator no longer exists renders as a removable card for the author and is hidden from readers; it is never deleted silently
- a repeated (array) input keeps its title above its rows in reader mode too
Task Type
Task Summary
On top of the edit mode (#8026), let the author shape the exposed inputs where they appear. (This issue previously covered remembering the computing unit per workflow, which was folded into #8028; it is reused for the second half of the authoring task, split out of #8026 at 2200 lines.)
Task Type