Maximum number of fieldsets within layout field column

I’m currently trying to find a solution for an issue my client is having with the Layout field.

There are 2 types of drag handles in the Layout field:

  • Row drag handles: used to reorder rows
  • Fieldset drag handles: used to reorder fieldsets within a column

When trying to reorder the rows, my client would (mistakenly) use the fieldset drag handle instead of the row drag handle. This way, the item would be moved into another row. She would inadvertedly end up with rows containing multiple fieldsets. She does not notice this subtle difference (dotted line vs solid line).

In our layout, we never need multiple fieldsets in a column, so having this possibility (and thus having the fieldset drag handle) only causes confusion.

I thought of looking for an option to restrict the number of fieldsets within a layout column (for instance: max: 1). That would solve our issue. But I couldn’t find any option that works.

Is there a possibility to achieve this?

Thank you in advance!

Hey,

just a wild guess… maybe you can hide the icon with custom css?

I’ll give it a spin, thanks!