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

Fix and issue patch for below config files:
breakpoint_theme_test.breakpoint_groups.yml
breakpoint_test_theme.breakpoint_groups.yml

User interface changes

NO

API changes

NO

Parent: #1653026: [META] Use properly typed values in module configuration

CommentFileSizeAuthor
#2 2105919-breakpoint-test-yml-2.patch1.14 KBvijaycs85
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

sidharthap’s picture

No type casting issue on these files.

vijaycs85’s picture

Status: Active » Needs review
FileSize
1.14 KB

Labels missing quotes...

attiks’s picture

Issue summary: View changes
Status: Needs review » Reviewed & tested by the community

Looks good to me

LinL’s picture

Status: Reviewed & tested by the community » Closed (won't fix)
Related issues: +#1851018: Improve breakpoint configuration implementation.

Both files in the patch have been deleted by #1851018: Improve breakpoint configuration implementation., so this looks like it can be closed.

vijaycs85’s picture

Thanks for the update @LinL. It is very clean now.