Commit 200ff2b070d91d91596e5a7c207e0a76f8103972

Authored by Daniela Feitosa
1 parent 17dff5dd

tinymce: added tab to configure img margins

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
app/helpers/tinymce_helper.rb
... ... @@ -17,6 +17,7 @@ module TinymceHelper
17 17 searchreplace wordcount visualblocks visualchars code fullscreen
18 18 insertdatetime media nonbreaking save table contextmenu directionality
19 19 emoticons template paste textcolor colorpicker textpattern],
  20 + :image_advtab => true,
20 21 :language => tinymce_language
21 22  
22 23 options[:toolbar1] = "insertfile undo redo | copy paste | bold italic underline | styleselect fontsizeselect | forecolor backcolor | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link image"
... ...