Now shows "Inline HTML" and "Toolbar" as enabled

fixes #102
This commit is contained in:
Fraenkiman 2023-02-01 22:39:02 +01:00
parent 024508392b
commit 0139c8598e

View File

@ -28,7 +28,13 @@ $fp_config = array(
'pages' => array(
'menu',
'about'
)
)
)
),
),
'bbcode' => array (
'escape-html' => true,
'comments' => false,
'editor' => true,
'url-maxlen' => 40,
),
),
);