1. `ERB output tags (<%= %>) are not allowed in attribute position.` - what is your suggestion to fising this? <img width="1244" height="709" alt="Image" src="https://github.com/user-attachments/assets/e8be9a24-d30a-4803-a9bd-c4d239cee091" /> 2. `You can also disable this overlay by passing validation_mode: :none to Herb::Engine.` How exactly? smth like this does not work ```ruby Herb::Engine.configure do |config| config.validation_mode = :none end ```