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-4.6.0 app/views/alchemy/admin/pages/_tinymce_custom_config.html.erb
alchemy_cms-4.5.0 app/views/alchemy/admin/pages/_tinymce_custom_config.html.erb
alchemy_cms-4.4.4 app/views/alchemy/admin/pages/_tinymce_custom_config.html.erb
alchemy_cms-4.4.3 app/views/alchemy/admin/pages/_tinymce_custom_config.html.erb
alchemy_cms-4.4.2 app/views/alchemy/admin/pages/_tinymce_custom_config.html.erb
alchemy_cms-4.4.1 app/views/alchemy/admin/pages/_tinymce_custom_config.html.erb
alchemy_cms-4.4.0 app/views/alchemy/admin/pages/_tinymce_custom_config.html.erb
alchemy_cms-4.3.2 app/views/alchemy/admin/pages/_tinymce_custom_config.html.erb
alchemy_cms-4.2.4 app/views/alchemy/admin/pages/_tinymce_custom_config.html.erb
alchemy_cms-4.3.1 app/views/alchemy/admin/pages/_tinymce_custom_config.html.erb
alchemy_cms-4.2.3 app/views/alchemy/admin/pages/_tinymce_custom_config.html.erb
alchemy_cms-4.3.0 app/views/alchemy/admin/pages/_tinymce_custom_config.html.erb
alchemy_cms-4.2.2 app/views/alchemy/admin/pages/_tinymce_custom_config.html.erb
alchemy_cms-4.1.2 app/views/alchemy/admin/pages/_tinymce_custom_config.html.erb
alchemy_cms-4.1.1 app/views/alchemy/admin/pages/_tinymce_custom_config.html.erb
alchemy_cms-4.2.1 app/views/alchemy/admin/pages/_tinymce_custom_config.html.erb
alchemy_cms-4.2.0 app/views/alchemy/admin/pages/_tinymce_custom_config.html.erb
alchemy_cms-4.2.0.rc1 app/views/alchemy/admin/pages/_tinymce_custom_config.html.erb
alchemy_cms-4.1.0 app/views/alchemy/admin/pages/_tinymce_custom_config.html.erb
alchemy_cms-4.0.5 app/views/alchemy/admin/pages/_tinymce_custom_config.html.erb