diff --git a/app/views/alchemy/admin/tinymce/_setup.html.erb b/app/views/alchemy/admin/tinymce/_setup.html.erb index f56fa5cb6e..d3a387f431 100644 --- a/app/views/alchemy/admin/tinymce/_setup.html.erb +++ b/app/views/alchemy/admin/tinymce/_setup.html.erb @@ -1,3 +1,14 @@ +<% asset_host = ActionController::Base.config.asset_host %> + + + +<% if Alchemy::Tinymce.init[:content_css] %> + +<% end %> +<% Alchemy::Tinymce.preloadable_plugins.each do |plugin| %> + +<% end %> +