This is a plugin for AssetHost that provides functionality specific to KPCC. You can use this codebase as a reference for how to build your own plugin for AssetHost.
AssetHost is a Ruby application that uses the Rails web framework, hence a plugin for AssetHost is a Ruby "gem" package containing extra Ruby code and front-end assets that get executed by AssetHost.
- Adds a time-saving visual indicator that tells the user if the image is proper to use in KPCC content
- Honeybadger error logging.
You must be using a version of AssetHost >= 3.0
- Add the following line to your Gemfile:
gem 'asset_host_kpcc', github: 'scpr/asset_host_kpcc'
- Run
bundle install
- Run
rails g asset_host:asset_host_kpcc:install