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

CommentFileSizeAuthor
#2 3171155-2.patch495 bytesrajab natshah

Comments

RajabNatshah created an issue. See original summary.

rajab natshah’s picture

StatusFileSize
new495 bytes
rajab natshah’s picture

Category: Task » Bug report
Priority: Normal » Minor
rajab natshah’s picture

Status: Active » Needs review
rajab natshah’s picture

Issue summary: View changes
rajab natshah’s picture

Assigned: rajab natshah » Unassigned
chris burge’s picture

@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.

  • RajabNatshah authored 0ee40f3 on 1.0.x
    Issue #3171155 by RajabNatshah: Fix order of data value for...
chris burge’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.