Sha256: 6fb09c75c79a1daf0654dc0e7c50cff84cc256a5ca7a02320bdfd44c30cf43a3
Contents?: true
Size: 344 Bytes
Versions: 3
Compression:
Stored size: 344 Bytes
Contents
// Use this to customize the wymeditor boot process // Just mirror the options specified in boot_wym.js with the new options here. // This will completely override anything specified in boot_wym.js for that key. // e.g. skin: 'something_else' if (typeof(custom_wymeditor_boot_options) == "undefined") { custom_wymeditor_boot_options = {}; } ;
Version data entries
3 entries across 3 versions & 2 rubygems