Ooh I think I figured it out, it was
# avo-2
n
Ooh I think I figured it out, it was right below that:
Copy code
ruby
html: -> do
      edit do
        wrapper do
          classes do
            record.my_conditional? ? "" : "hidden"
          end
        end
      end
    end
m
thanks for posting your solution @narrow-magazine-18722 - i just had the same question! 🙏