Apply config changes from database updates

Ref #243
This commit is contained in:
benjamin melançon 2024-02-15 21:42:27 -05:00
parent 824910a357
commit 6094bedff7
63 changed files with 168 additions and 110 deletions

View file

@ -8,11 +8,11 @@ name: 'Minimal HTML'
format: minimalhtml
weight: 0
filters:
filter_htmlcorrector:
id: filter_htmlcorrector
filter_autop:
id: filter_autop
provider: filter
status: true
weight: 10
weight: 0
settings: { }
filter_html:
id: filter_html
@ -23,6 +23,12 @@ filters:
allowed_html: '<a href hreflang> <abbr title> <em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd>'
filter_html_help: true
filter_html_nofollow: false
filter_htmlcorrector:
id: filter_htmlcorrector
provider: filter
status: true
weight: 10
settings: { }
filter_url:
id: filter_url
provider: filter
@ -30,9 +36,3 @@ filters:
weight: 0
settings:
filter_url_length: 72
filter_autop:
id: filter_autop
provider: filter
status: true
weight: 0
settings: { }