Skip to content

Commit

Permalink
Merge pull request #119 from tmtrademarked/replace_deface
Browse files Browse the repository at this point in the history
Replace Deface Ruby with DSL
  • Loading branch information
kennyadsl authored Jan 24, 2024
2 parents 5145d8e + a1e1e60 commit daa927d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 21 deletions.
7 changes: 0 additions & 7 deletions app/overrides/add_admin_product_form_fields.rb

This file was deleted.

7 changes: 0 additions & 7 deletions app/overrides/add_admin_tabs.rb

This file was deleted.

7 changes: 0 additions & 7 deletions app/overrides/add_line_item_description.rb

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
insert_after "[data-hook='admin_product_form_right'], #admin_product_form_right[data-hook]"
partial "spree/admin/products/product_assembly_fields"
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
insert_bottom "[data-hook='admin_product_tabs']"
partial "spree/admin/shared/product_assembly_product_tabs"
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
insert_bottom "[data-hook='cart_item_description']"
partial "spree/orders/cart_description"

0 comments on commit daa927d

Please sign in to comment.