Sha256: 472162a84bd9955f12ba4e3ec324309d39b18025fae55898b56d6a509a2b0bf0
Contents?: true
Size: 713 Bytes
Versions: 26
Compression:
Stored size: 713 Bytes
Contents
module Spree module Admin class StyleGuideController < Spree::Admin::BaseController respond_to :html layout '/spree/layouts/admin_style_guide' def index @topics = { typography: [ 'fonts', 'colors', 'lists', 'icons', 'tags' ], forms: [ 'building_forms', 'validation' ], components: [ 'tabs' ], messaging: [ 'loading', 'flashes', 'tooltips' ], tables: [ 'building_tables', 'pagination' ] } end end end end
Version data entries
26 entries across 26 versions & 1 rubygems