Browse Source

update config example

main
ghost 10 months ago
parent
commit
1012759c65
  1. 2
      src/config/app.php.example

2
src/config/app.php.example

@ -203,7 +203,7 @@ define('DEFAULT_HOST_PAGES_MIME', 'text/html,application/xhtml+xml,application/j @@ -203,7 +203,7 @@ define('DEFAULT_HOST_PAGES_MIME', 'text/html,application/xhtml+xml,application/j
*/
define('DEFAULT_HOST_PAGES_DOM_SELECTORS', json_encode((object)
[
'html' => [
'h1' => [
'strip_tags' => [
'enabled' => false,
'allowed_tags' => null

Loading…
Cancel
Save