First of all .. Thanks for the nice and light module.
Problem/Motivation
The order of data value for allowed_block_content_attributes is not right
Not following the order in the Schema
https://git.drupalcode.org/project/layout_builder_component_attributes/-...
with configuration inspector
allowed_block_content_attributes:
data: true
id: true
class: true
style: true
Steps to reproduce
N/A
Proposed resolution
Change to
allowed_block_content_attributes:
id: true
class: true
style: true
data: true
Remaining tasks
N/A
User interface changes
N/A
API changes
N/A
configuration inspector
Not to keep having changes over config sync import or export for custom configs.
Data model changes
N/A
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3171155-2.patch | 495 bytes | rajab natshah |
Comments
Comment #2
rajab natshahComment #3
rajab natshahComment #4
rajab natshahComment #5
rajab natshahComment #6
rajab natshahComment #7
chris burge commented@RajabNatshah - Thanks for reporting this issue and offering a patch. I'm able to reproduce this bug and can confirm the patch fixes the issue. I don't believe we need a test.
Comment #9
chris burge commented