Oekaki
This commit is contained in:
@@ -627,6 +627,16 @@
|
||||
// Allow html in board subtitle. This is useful for placing icons and links.
|
||||
$config['allow_subtitle_html'] = false;
|
||||
|
||||
/*
|
||||
* Enable oekaki (お絵描き). This puts a drawing field on your board. You can either
|
||||
* enable it globally or enable it on a per-board basis. Oekaki's color field
|
||||
* can be greatly enhanced by installing jscolor from http://jscolor.com/ and installing it in js/
|
||||
* If you enable oekaki, please remember to also enable its script with:
|
||||
* $config['additional_javascript'][] = 'js/oekaki.js';
|
||||
*/
|
||||
|
||||
$config['oekaki'] = false;
|
||||
|
||||
/*
|
||||
* ====================
|
||||
* Display settings
|
||||
|
Reference in New Issue
Block a user