Sha256: c4985525212e1776d2a89ce1cb9a8da7ae85124f6648d6e07a02c5efb3b1eec1
Contents?: true
Size: 342 Bytes
Versions: 17
Compression:
Stored size: 342 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
17 entries across 17 versions & 1 rubygems