From d84600385bcc486241aad4e519164bda62064218 Mon Sep 17 00:00:00 2001 From: Philip Arndt Date: Wed, 20 May 2015 12:18:00 +1200 Subject: Removed coupling to refinerycms-wymeditor. --- readme.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'readme.md') diff --git a/readme.md b/readme.md index d0c4f42..695397a 100644 --- a/readme.md +++ b/readme.md @@ -38,6 +38,18 @@ Finally seed your database and you're done. rake db:seed +## Visual Editor + +By default, this extension does not require any particular visual editor. +Previously, Refinery was coupled to WYMeditor but this has been extracted to an +extension, [refinerycms-wymeditor](https://github.com/parndt/refinerycms-wymeditor). + +If you want to use `refinerycms-wymeditor`, simply place it in your Gemfile: + +```ruby +gem 'refinerycms-wymeditor', ['~> 1.0', '>= 1.0.6'] +``` + ## Developing & Contributing The version of Refinery to develop this engine against is defined in the gemspec. To override the version of refinery to develop against, edit the project Gemfile to point to a local path containing a clone of refinerycms. -- cgit v1.2.3