Sha256: 61b3201143cd2fb97c981c028ad69e0253ecd5c2ba33bdc9209c23360daefd55

Contents?: true

Size: 364 Bytes

Versions: 109

Compression:

Stored size: 364 Bytes

Contents

<script>
  // Populate custom tinymce configurations
  <% Alchemy::Tinymce.custom_config_contents(@page).each do |content| %>
  Alchemy.Tinymce.customConfigs["<%= content['element'] %>_<%= content['name'] %>"] = {
    <% content.fetch('settings', {}).fetch('tinymce', {}).each do |k, v| %>
    <%= k %>: <%== v.to_json %>,
    <% end %>
  };
  <% end %>
</script>

Version data entries

109 entries across 109 versions & 1 rubygems

Version Path
alchemy_cms-5.3.8 app/views/alchemy/admin/pages/_tinymce_custom_config.html.erb
alchemy_cms-5.3.7 app/views/alchemy/admin/pages/_tinymce_custom_config.html.erb
alchemy_cms-5.3.6 app/views/alchemy/admin/pages/_tinymce_custom_config.html.erb
alchemy_cms-5.3.5 app/views/alchemy/admin/pages/_tinymce_custom_config.html.erb
alchemy_cms-5.3.4 app/views/alchemy/admin/pages/_tinymce_custom_config.html.erb
alchemy_cms-5.3.3 app/views/alchemy/admin/pages/_tinymce_custom_config.html.erb
alchemy_cms-5.3.2 app/views/alchemy/admin/pages/_tinymce_custom_config.html.erb
alchemy_cms-5.3.1 app/views/alchemy/admin/pages/_tinymce_custom_config.html.erb
alchemy_cms-5.3.0 app/views/alchemy/admin/pages/_tinymce_custom_config.html.erb
alchemy_cms-5.2.7 app/views/alchemy/admin/pages/_tinymce_custom_config.html.erb
alchemy_cms-5.2.6 app/views/alchemy/admin/pages/_tinymce_custom_config.html.erb
alchemy_cms-5.1.10 app/views/alchemy/admin/pages/_tinymce_custom_config.html.erb
alchemy_cms-5.0.10 app/views/alchemy/admin/pages/_tinymce_custom_config.html.erb
alchemy_cms-4.6.7 app/views/alchemy/admin/pages/_tinymce_custom_config.html.erb
alchemy_cms-5.2.5 app/views/alchemy/admin/pages/_tinymce_custom_config.html.erb
alchemy_cms-5.1.9 app/views/alchemy/admin/pages/_tinymce_custom_config.html.erb
alchemy_cms-5.0.9 app/views/alchemy/admin/pages/_tinymce_custom_config.html.erb
alchemy_cms-4.6.6 app/views/alchemy/admin/pages/_tinymce_custom_config.html.erb
alchemy_cms-5.2.4 app/views/alchemy/admin/pages/_tinymce_custom_config.html.erb
alchemy_cms-5.1.8 app/views/alchemy/admin/pages/_tinymce_custom_config.html.erb