Add ['overboard_post_form'] to allow overboard post forms. Adjustments to ukko theme to support this
This commit is contained in:
parent
aa8eb39dab
commit
19c0f384a5
4 changed files with 21 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue