Sha256: de9b0bf91777425e806943000bd1d27bf30f2d903500c6b299a480df16f31429

Contents?: true

Size: 558 Bytes

Versions: 3

Compression:

Stored size: 558 Bytes

Contents

module Workarea
  Plugin.append_partials(
    'storefront.product_summary',
    'workarea/storefront/products/quickview_button_placeholder'
  )

  Plugin.append_stylesheets(
    'storefront.components',
    'workarea/storefront/product_quickview/components/quickview_button'
  )

  Plugin.append_javascripts(
    'storefront.modules',
    'workarea/storefront/product_quickview/modules/quickview_button_placeholders'
  )

  Plugin.append_javascripts(
    'storefront.templates',
    'workarea/storefront/product_quickview/templates/quickview_button'
  )
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
workarea-product_quickview-2.0.4 config/initializers/appends.rb
workarea-product_quickview-2.0.3 config/initializers/appends.rb
workarea-product_quickview-2.0.2 config/initializers/appends.rb