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.0.8 app/views/alchemy/admin/pages/_tinymce_custom_config.html.erb
alchemy_cms-4.6.5 app/views/alchemy/admin/pages/_tinymce_custom_config.html.erb
alchemy_cms-4.5.1 app/views/alchemy/admin/pages/_tinymce_custom_config.html.erb
alchemy_cms-4.4.5 app/views/alchemy/admin/pages/_tinymce_custom_config.html.erb
alchemy_cms-4.6.4 app/views/alchemy/admin/pages/_tinymce_custom_config.html.erb
alchemy_cms-5.0.7 app/views/alchemy/admin/pages/_tinymce_custom_config.html.erb
alchemy_cms-5.1.7 app/views/alchemy/admin/pages/_tinymce_custom_config.html.erb
alchemy_cms-5.2.3 app/views/alchemy/admin/pages/_tinymce_custom_config.html.erb
alchemy_cms-5.1.6 app/views/alchemy/admin/pages/_tinymce_custom_config.html.erb
alchemy_cms-5.0.6 app/views/alchemy/admin/pages/_tinymce_custom_config.html.erb
alchemy_cms-5.2.2 app/views/alchemy/admin/pages/_tinymce_custom_config.html.erb
alchemy_cms-5.1.5 app/views/alchemy/admin/pages/_tinymce_custom_config.html.erb
alchemy_cms-5.0.5 app/views/alchemy/admin/pages/_tinymce_custom_config.html.erb
alchemy_cms-4.0.6 app/views/alchemy/admin/pages/_tinymce_custom_config.html.erb
alchemy_cms-5.2.1 app/views/alchemy/admin/pages/_tinymce_custom_config.html.erb
alchemy_cms-5.1.4 app/views/alchemy/admin/pages/_tinymce_custom_config.html.erb
alchemy_cms-4.6.3 app/views/alchemy/admin/pages/_tinymce_custom_config.html.erb
alchemy_cms-5.0.4 app/views/alchemy/admin/pages/_tinymce_custom_config.html.erb
alchemy_cms-5.1.3 app/views/alchemy/admin/pages/_tinymce_custom_config.html.erb
alchemy_cms-5.2.0 app/views/alchemy/admin/pages/_tinymce_custom_config.html.erb