文件名称:spree_banner:为狂欢创建横幅
文件大小:25KB
文件格式:ZIP
更新时间:2024-06-13 06:51:47
Ruby
狂欢横幅 为Spree Commerce添加了一种管理横幅的方法[与Amazon S3兼容] 安装 将以下内容添加到您的Gemfile中 gem 'spree_banner' , '~> 2.0.0' 运行bundle install 要复制和应用迁移,请运行: rails g spree_banner:install 配置 偏好设置可以在管理面板中的“配置”下,然后在“横幅框设置”下进行更新。 或者,您可以在应用程序中使用初始化程序设置它们: SpreeBanner :: Config . tap do | config | config . banner_styles = { "mini" => "48x48>" , "small" => "100x100>" , "large" => "800x200#" } . to_json . to_s config . b
【文件预览】:
spree_banner-master
----config()
--------locales()
--------routes.rb(249B)
----db()
--------migrate()
----Rakefile(639B)
----LICENSE(1KB)
----app()
--------models()
--------assets()
--------controllers()
--------views()
--------overrides()
--------helpers()
----Versionfile(379B)
----spree_banner.gemspec(667B)
----.rspec(9B)
----spec()
--------spec_helper.rb(942B)
----.gitignore(73B)
----lib()
--------spree_banner()
--------spree_banner.rb(51B)
--------generators()
----README.md(1KB)
----script()
--------rails(265B)