mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-24 05:38:52 +00:00
Remove CMS views and overrides
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
Deface::Override.new(:virtual_path => "spree/admin/shared/_configuration_menu",
|
||||
:name => "add_cms_admin_to_admin_configurations_menu",
|
||||
:insert_bottom => "[data-hook='admin_configurations_sidebar_menu']",
|
||||
:text => "<li><%= link_to 'CMS Admin', main_app.cms_admin_path %></li>",
|
||||
:original => '29e0ab9c171ffab1988cb439b5d42300b78fe088' )
|
||||
@@ -1,5 +0,0 @@
|
||||
Deface::Override.new(:virtual_path => "spree/checkout/_delivery",
|
||||
:insert_before => "fieldset#shipping_method",
|
||||
:text => "<%= cms_snippet_content(Cms::Snippet.find_by_identifier('distribution')) %>",
|
||||
:name => "add_cms_checkout_distribution",
|
||||
:original => '3b417788fb9a63f464fdaeb8202f483f20518f80')
|
||||
@@ -1,5 +0,0 @@
|
||||
Deface::Override.new(:virtual_path => "spree/shared/_main_nav_bar",
|
||||
:name => "add_cms_tabs_to_main_nav_bar",
|
||||
:insert_after => "li#home-link",
|
||||
:partial => "spree/shared/cms_tabs",
|
||||
:original => '05c6495f8760e58eb68e2cce67433cf7f5299fa4')
|
||||
@@ -1,5 +0,0 @@
|
||||
Deface::Override.new(:virtual_path => "spree/orders/edit",
|
||||
:insert_after => "h1",
|
||||
:text => "<%= cms_snippet_content(Cms::Snippet.find_by_identifier('cart')) %>",
|
||||
:name => "add_cms_to_cart",
|
||||
:original => '206a92e6f50966b057e877321b573bc293787894')
|
||||
Reference in New Issue
Block a user