Skip to content

Layout v2

Valentin Valls requested to merge layout-v2 into main

Update the layouts to be consistent with the client side PR daiquiri-ui!618 (merged)

Here is the check list you have to apply on the layout files of your beamline

  • Merge type: and component: into a single type:
  • Rename contents: into children
  • Move the options: content into the parent (sometimes there is 2 level of options to drop)
  • Rename type: hardware into type: hardwaregroup
  • Added type: formheader for form header entries
  • On the type: parameterslist rename the type: from options into paramtype: (to avoid the collision with the component type)
Edited by Valentin Valls

Merge request reports