aboutsummaryrefslogtreecommitdiffstats
path: root/spec/dummy/app/assets/javascripts/admin.js
blob: 23c4fb905d328b99b1898c2ebd0bb1b95a2197a9 (plain) (blame)
1
2
3
4
5
6
7
// 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'
var custom_wymeditor_boot_options = {

};