Sha256: 0d3bebaecee5c658b7745759cdf4fefe65439f346d21386f70d40b224b38ea06
Contents?: true
Size: 612 Bytes
Versions: 5
Compression:
Stored size: 612 Bytes
Contents
# encoding: utf-8 Refinery::Wymeditor.configure do |config| # Add extra tags to the wymeditor whitelist e.g. = {'a' => {'attributes': '1': 'href'}} or just {'a' => {}} # config.whitelist_tags = <%= Refinery::Wymeditor.whitelist_tags.inspect %> # Toggle the paste dialog when using browser paste. # You will have to clear your asset cache after changing this setting. # In development mode: this is as simple as: `rm -rf tmp/cache/assets`. # In production mode: hopefully you recompile assets every time you deploy. # config.intercept_paste = <%= Refinery::Wymeditor.intercept_paste.inspect %> end
Version data entries
5 entries across 5 versions & 1 rubygems