Sha256: 139e60824b3948cef2109d55d0455f2295cbbda69bf1434f9ded6d2418b7c8b9
Contents?: true
Size: 444 Bytes
Versions: 26
Compression:
Stored size: 444 Bytes
Contents
<script> // Holds custom tinymce configurations Alchemy.Tinymce.customConfigs = {}; // 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
26 entries across 26 versions & 2 rubygems