millions-exabyte-27721
01/14/2025, 10:33 AMvisible option be set for a whole group in the menu editor somehow?loud-jewelry-99127
01/14/2025, 11:12 AMwith_options helper can be handy, I think this field example can be also applied inside the menu editor
ruby
with_options visible: -> { false } do
field :first_name, placeholder: "John"
field :last_name, placeholder: "Doe", filterable: true
endmillions-exabyte-27721
01/14/2025, 11:13 AMlemon-wall-20836
01/15/2025, 7:41 AM