active_admin_editor
active_admin_editor copied to clipboard
Rich text editor for Active Admin using wysihtml5.
Hi, I've follow the instruction in the docs. setup the aws credentials in initializers. added cors configuration to the bucket but still get this error "Response for preflight is invalid...
The gem is currently unusable, due to a missing mixin, 'box-shadow'. There is a pull request waiting, #62, that seems to deal with this problem.
Using Rails 3.2.22 Here's the console stack trace: Uncaught ReferenceError: JST is not defined at Editor._addToolbar (http://intranet.lvh.me:3000/assets/active_admin/editor/editor.js?body=1:29:20) at new Editor (http://intranet.lvh.me:3000/assets/active_admin/editor/editor.js?body=1:13:10) at HTMLLIElement. (http://intranet.lvh.me:3000/assets/jquery-ui.js?body=1:508:30) at Function.each (http://intranet.lvh.me:3000/assets/jquery.js?body=1:658:23) at init.each (http://intranet.lvh.me:3000/assets/jquery.js?body=1:267:17)...
Fixed mixin name
I got error when I tried to use it (on Rails 5): ``` /.rvm/gems/ruby-2.4.0/bundler/gems/activeadmin-6411350c8abf/app/views/active_admin/resource/edit.html.arb where line #2 raised: Undefined mixin 'box-shadow'. ```
When I click the source button and paste new HTML into it, it gets all screwed up. It gets removed, is missing specific parts. What causes this? What is the...
Maybe I'm missing some thing but let's say I have the following layout where I have `:text` in a nested field using `as: :html_editor`. This does not work. It only...
Many folks trying to disable style filtering from tags, can't find solution and switch to ckeditor. I'm appreciate your gem much, but I'm not good in javascript and couldn't disable...
The absence of box-shadow mixing causes the following error message : Undefined mixing 'box-shadow' with Active Admin Editor Its could be solve adding the mixing again.
I love this gem and have successfully used it for several years. For some reason, I just started getting this error: ActionController::UnpermittedParameters in Admin::PostsController#create I tried adding :_wysithml5_mode as a...