GacoCms

Short description and motivation.

Usage

How to use my plugin.

Installation

Add this line to your application's Gemfile:

gem "gaco_cms"

And then execute:

$ bundle

Or install it yourself as:

$ gem install gaco_cms
rails railties:install:migrations

Extra fields

color_settings = {
  tpl: 'my_fields/color',
  default_value_tpl: 'my_fields/color_default_value',
  translatable: false,
  label: { en: 'Color' }
}
GacoCms::Config.add_extra_field(:color, color_settings)

Contributing

Contribution directions go here.

License

The gem is available as open source under the terms of the MIT License.

Development

Build assets

    yarn build && yarn build:css && yarn build:css_front
    # TODO: copy static assets into vendor/fontawesome and vendor/tinymce