Sha256: 74d60a12ade7501f502e8e68823a4a0301843c3c4c8e3388507d5b4a421e15dd

Contents?: true

Size: 449 Bytes

Versions: 39

Compression:

Stored size: 449 Bytes

Contents

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

Version data entries

39 entries across 39 versions & 1 rubygems

Version Path
alchemy_cms-6.1.10 app/views/alchemy/admin/pages/_tinymce_custom_config.html.erb
alchemy_cms-6.1.9 app/views/alchemy/admin/pages/_tinymce_custom_config.html.erb
alchemy_cms-6.1.8 app/views/alchemy/admin/pages/_tinymce_custom_config.html.erb
alchemy_cms-6.1.7 app/views/alchemy/admin/pages/_tinymce_custom_config.html.erb
alchemy_cms-6.1.6 app/views/alchemy/admin/pages/_tinymce_custom_config.html.erb
alchemy_cms-6.1.5 app/views/alchemy/admin/pages/_tinymce_custom_config.html.erb
alchemy_cms-6.0.14 app/views/alchemy/admin/pages/_tinymce_custom_config.html.erb
alchemy_cms-6.1.4 app/views/alchemy/admin/pages/_tinymce_custom_config.html.erb
alchemy_cms-6.0.13 app/views/alchemy/admin/pages/_tinymce_custom_config.html.erb
alchemy_cms-6.1.3 app/views/alchemy/admin/pages/_tinymce_custom_config.html.erb
alchemy_cms-6.1.2 app/views/alchemy/admin/pages/_tinymce_custom_config.html.erb
alchemy_cms-6.1.1 app/views/alchemy/admin/pages/_tinymce_custom_config.html.erb
alchemy_cms-6.1.0 app/views/alchemy/admin/pages/_tinymce_custom_config.html.erb
alchemy_cms-6.0.12 app/views/alchemy/admin/pages/_tinymce_custom_config.html.erb
alchemy_cms-6.0.11 app/views/alchemy/admin/pages/_tinymce_custom_config.html.erb
alchemy_cms-6.0.10 app/views/alchemy/admin/pages/_tinymce_custom_config.html.erb
alchemy_cms-6.0.9 app/views/alchemy/admin/pages/_tinymce_custom_config.html.erb
alchemy_cms-6.0.8 app/views/alchemy/admin/pages/_tinymce_custom_config.html.erb
alchemy_cms-6.0.7 app/views/alchemy/admin/pages/_tinymce_custom_config.html.erb
alchemy_cms-6.0.6 app/views/alchemy/admin/pages/_tinymce_custom_config.html.erb