Method: Katalyst::Content::EditorComponent#default_html_attributes
- Defined in:
- app/components/katalyst/content/editor_component.rb
#default_html_attributes ⇒ Object
42 43 44 45 46 47 48 49 50 |
# File 'app/components/katalyst/content/editor_component.rb', line 42 def default_html_attributes { id: container_form_id, data: { controller: CONTAINER_CONTROLLER, action: ACTIONS, }, } end |