Sha256: 05126938eb920a267694d92f8bf10b4aa961d58d09c79b3c4ab04bd9a7c4eb06
Contents?: true
Size: 396 Bytes
Versions: 9
Compression:
Stored size: 396 Bytes
Contents
(function() { scrivito.editors.html_editor = { can_edit: function(element) { return scrivito.editors.redactor_editor.can_edit(element); }, activate: function(element) { return scrivito.editors.redactor_editor.activate(element); } }; scrivito.on('load', function() { return scrivito.define_editor('html', scrivito.editors.html_editor); }); }).call(this);
Version data entries
9 entries across 9 versions & 1 rubygems