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

8.0.x
webchick 2013-12-07 21:13:35 -08:00
parent f352b55c74
commit 358b5d650f
1 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
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