Method: Katalyst::Content::EditorComponent#item_editor
- Defined in:
- app/components/katalyst/content/editor_component.rb
#item_editor(item:) ⇒ Object
30 31 32 |
# File 'app/components/katalyst/content/editor_component.rb', line 30 def item_editor(item:) Editor::ItemEditorComponent.new(container:, item:) end |