Follow-up from #1653026: [META] Use properly typed values in module configuration.
Problem/Motivation
All integers, Booleans, and even octal numbers in config object files are converted to strings.
Proposed resolution
#1653026: [META] Use properly typed values in module configuration has fixed core, so no need to convert all data types to string anymore.
Remaining tasks
statistics.settings.yml
views.view.test_statistics_integration.yml
User interface changes
NO
API changes
NO
Related Issues
Parent: #1653026: [META] Use properly typed values in module configuration
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 2105991-4-statistics-yaml-variable-type.patch | 8.17 KB | nonsie |
| #1 | 2105991-1-statistics-yaml-variable-type.patch | 7.82 KB | alexander_danilenko |
Comments
Comment #1
alexander_danilenko commentedComment #3
vijaycs85bool should be true (for 1) and false (for 0)
Comment #4
nonsieHere's an updated patch with true and false
Comment #5
vijaycs85Patch still applies and good to go.
Comment #6
webchickCommitted and pushed to 8.x. Thanks!