1a68663552
* added refinerycms(-blog) as depencies * removed capybara (we won't do any browsertests here) * initialized refinery in dummy app
7 lines
284 B
JavaScript
7 lines
284 B
JavaScript
// 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 = {
|
|
|
|
}; |