Posted by vijaycs85 on March 13, 2013 at 6:13pm
7 followers
| Project: | Drupal core |
| Version: | 8.x-dev |
| Component: | filter.module |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (duplicate) |
| Issue tags: | Config novice, Configuration system |
Issue Summary
This is a sub-issue of #1938580: [META] Make active config save format match the default yml file (order and quotes). Check meta issue for Steps to reproduce and Coding standards
Files fixed already
filter.settings.yml
Files need to be fixed
filter.format.plain_text.yml
Remaining tasks
- Create patch. Contributor Task doc: http://drupal.org/node/1424598
Comments
#1
I think filter.format.plain_text.yml file looks good. No need to change.
#2
Guess user roles should be removed for this format as there is no option we can change it? Please refer screenshots:

#3
Thanks @vijaycs85 for review.
Created patch as per comment.
#4
#5
#3: 1942122-filter-config-format-3.patch queued for re-testing.
#6
#3: 1942122-filter-config-format-3.patch queued for re-testing.
#7
Actually, those roles values are needed. We have a test for that, if you tried to remove the roles from filter.format.filter_test.yml, this would fail:
http://drupalcode.org/project/drupal.git/blob?f=core/modules/filter/lib/...
These files are being updated as a part of the much larger #1868772: Change notice: Convert filters to plugins, I'm closing this as a duplicate.