Add ['overboard_post_form'] to allow overboard post forms. Adjustments to ukko theme to support this

This commit is contained in:
Benjamin Southall 2017-04-25 00:47:14 +09:00
parent aa8eb39dab
commit 19c0f384a5
4 changed files with 21 additions and 5 deletions

View file

@ -1847,3 +1847,6 @@
// Allowed HTML tags in ?/edit_pages.
$config['allowed_html'] = 'a[href|title],p,br,li,ol,ul,strong,em,u,h2,b,i,tt,div,img[src|alt|title],hr';
// Enable posting in overboard
$config['overboard_post_form'] = false;