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