Skip to content
Snippets Groups Projects
Commit 358b5d65 authored by Angie Byron's avatar Angie Byron
Browse files

Issue #2105959 by japerry: Make sure all YML files in Filter module has no type-casting to string.

parent f352b55c
No related branches found
No related tags found
No related merge requests found
format: filter_test
name: 'Test format'
weight: '2'
weight: 2
roles:
- anonymous
- authenticated
......@@ -11,19 +11,19 @@ filters:
filter_html_escape:
id: filter_html_escape
module: filter
status: '1'
weight: '-10'
status: true
weight: -10
settings: { }
filter_autop:
id: filter_autop
module: filter
status: '1'
weight: '0'
status: true
weight: 0
settings: { }
filter_url:
id: filter_url
module: filter
status: '1'
weight: '0'
status: true
weight: 0
settings:
filter_url_length: '72'
filter_url_length: 72
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment