Sha256: 805e57598b11d452b0bf44cdbccc8044d1da8e8432abde61e7961fd46f575558
Contents?: true
Size: 756 Bytes
Versions: 5
Compression:
Stored size: 756 Bytes
Contents
# frozen_string_literal: true Deface::Override.new( virtual_path: "spree/admin/products/new", name: "prototypes_admin_products_new", insert_before: "[data-hook='new_product_price']", disabled: false, partial: "spree/admin/prototypes/products_new" ) Deface::Override.new( virtual_path: "spree/admin/products/new", name: "prototypes_admin_products_new_clearfix", insert_after: "[data-hook='new_product_tax_category']", disabled: false, partial: "spree/admin/prototypes/products_new_clearfix" ) Deface::Override.new( virtual_path: "spree/admin/products/_form", name: "prototypes_admin_products_form", insert_before: "[data-hook='admin_product_form_taxons']", disabled: false, partial: "spree/admin/prototypes/products_form" )
Version data entries
5 entries across 5 versions & 1 rubygems