Merge pull request #200 from Fraenkiman/upstraem/issue102

Now shows "Inline HTML" and "Toolbar" as enabled
This commit is contained in:
Arvid Zimmermann 2023-04-10 14:27:42 +02:00 committed by GitHub
commit 34254ed432
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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,
),
),
);