Sha256: 4de363301b329b54c7cf9956b10057debb182b25e35b6a72cd90bed442891150
Contents?: true
Size: 730 Bytes
Versions: 6
Compression:
Stored size: 730 Bytes
Contents
document.addEventListener("spree:load", function() { tinymce.remove() // Required for spree:load tinymce.init({ selector: '.spree-rte', plugins: [ 'image table paste code link table lists' ], menubar: false, toolbar: 'undo redo | styleselect | bold italic link forecolor backcolor | alignleft aligncenter alignright alignjustify | table | bullist numlist outdent indent | code ' }); tinymce.init({ selector: '.spree-rte-simple', menubar: false, plugins: [ 'image table paste link table lists' ], toolbar: 'undo redo | styleselect | bold italic link forecolor backcolor | alignleft aligncenter alignright alignjustify | table | bullist numlist outdent indent' }); })
Version data entries
6 entries across 6 versions & 1 rubygems