forked from leftypol/leftypol
Oekaki
This commit is contained in:
parent
d4a1ae3595
commit
78ea9af97c
3 changed files with 227 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue