From 200ff2b070d91d91596e5a7c207e0a76f8103972 Mon Sep 17 00:00:00 2001 From: Daniela Feitosa Date: Tue, 21 Apr 2015 17:47:43 -0300 Subject: [PATCH] tinymce: added tab to configure img margins --- app/helpers/tinymce_helper.rb | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/app/helpers/tinymce_helper.rb b/app/helpers/tinymce_helper.rb index cf17f94..725f9ba 100644 --- a/app/helpers/tinymce_helper.rb +++ b/app/helpers/tinymce_helper.rb @@ -17,6 +17,7 @@ module TinymceHelper searchreplace wordcount visualblocks visualchars code fullscreen insertdatetime media nonbreaking save table contextmenu directionality emoticons template paste textcolor colorpicker textpattern], + :image_advtab => true, :language => tinymce_language options[:toolbar1] = "insertfile undo redo | copy paste | bold italic underline | styleselect fontsizeselect | forecolor backcolor | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link image" -- libgit2 0.21.2