📌 | Drupal core | Add CacheableNormalization for Normalizer to return Normalized value and Cacheablity
+1
What does prevent from merging the latest patch exactly ?
🐛 | OpenID Connect / OAuth client | Trying to access array offset on value of type null in Drupal\openid_connect\Form\OpenIDConnectSettingsForm->buildForm()
Anyway we can have this fix available on a new version ?
I tried path #185 and #180 and I do get the section data although I only get the components definitions without the block values. Here an example :
"layout_builder__layout": [
{
"section": {
"layout_id": "layout_onecol",
"layout_settings": {
"label": ""
},
"components": [
{
"uuid": "567ecf83-40c0-4554-befb-491ceaf38eb5",
"region": "content",
"configuration": {
"id": "inline_block:card",
"label": "Lorem ipsum title",
"label_display": "visible",
"provider": "layout_builder",
"view_mode": "full",
"block_revision_id": "2",
"block_serialized": null,
"context_mapping": [
],
"type": "card",
"uuid": "4d8cb490-6d31-4a2b-8d16-98a1490dcdef"
},
"weight": 2,
"additional": [
]
}
],
"third_party_settings": [
]
}
}
]
I did some debugging and I realize that the `LayoutEntityDisplayNormalizer` is never called which could maybe explain why the inline block values are not showing ?