Skip to content

Commit

Permalink
Use kpop sidepanel for editing items
Browse files Browse the repository at this point in the history
  • Loading branch information
sfnelson committed Dec 8, 2023
1 parent bc1e197 commit 010f4bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
katalyst-content (2.1.1)
katalyst-content (2.1.2)
active_storage_validations
katalyst-html-attributes
katalyst-kpop
Expand Down
2 changes: 1 addition & 1 deletion app/views/katalyst/content/items/edit.html.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<%= render Kpop::FrameComponent.new do %>
<%= render Kpop::ModalComponent.new(title: item_editor.title) do %>
<%= render Kpop::ModalComponent.new(title: item_editor.title, layout: "side-panel") do %>
<%= render item_editor %>
<% end %>
<% end %>
2 changes: 1 addition & 1 deletion katalyst-content.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |spec|
spec.name = "katalyst-content"
spec.version = "2.1.1"
spec.version = "2.1.2"
spec.authors = ["Katalyst Interactive"]
spec.email = ["[email protected]"]

Expand Down

0 comments on commit 010f4bf

Please sign in to comment.