- Issue created by @delacosta456
- 🇯🇴Jordan Rajab Natshah Jordan
Thanks, for reporting!!
Try if that plays well with ✨ Add a Normalizer and Denormalizer to support Layout Builder RTBC
- 🇧🇯Benin delacosta456
hi
thanks for replyingwhat could be the simple and best patch combination because i am for have been trying a lot of things i am a little bit confused.
- Should i Simple go with the default_content module + the patch you suggested
without
any other extra export module ? For info please know that immediately after reading your reply i tried the latest patch #53 ✨ Add a Normalizer and Denormalizer to support Layout Builder RTBC that applied correctly but followed by an error message saying that #37 → could not be applied. This sound logic but make my Gitlab CI/CD stucks. i tried the "patches-ignore" method recommended i here in Varbase Documentation but still getting the error
- Should i use the the patch together with those one i mentioned in my first post
Thanks
- Should i Simple go with the default_content module + the patch you suggested
- 🇯🇴Jordan Rajab Natshah Jordan
It is alrady in Varbase Core
https://git.drupalcode.org/project/varbase_core/-/blob/9.1.x/composer.js...
Alrady using that with for the default content of the homepage.
Two options:
1. Change the patch to add the UUID for inline blocks for the normalizer and denormalizer in ✨ Add a Normalizer and Denormalizer to support Layout Builder RTBC
2. Have other modules or patches to add the UUID in the sync serliazed data. - 🇧🇯Benin delacosta456
hi
finally i was able to solve this with default_content module 2.0.x-dev in combination with patches below"patches": { "drupal/default_content": { "1 - Add a Normalizer and Denormalizer to support Layout Builder - https://www.drupal.org/project/default_content/issues/3160146#comment-14814050": "https://www.drupal.org/files/issues/2022-12-06/default_content-3160146-53.patch", "2 - Do not reimport existing entities": "https://www.drupal.org/files/issues/2022-07-29/default_content-fix-uuid-duplicate-entry-2698425.patch", "3 - Update inline block usage on import - https://www.drupal.org/project/default_content/issues/3359137#comment-15042582": "https://www.drupal.org/files/issues/2023-05-09/default_content-3359137-3.patch" } }, "patches-ignore": { "drupal/varbase_core": { "drupal/default_content": { "Issue #3160146: Add Layout Builder Normalizer and Denormalize": "https://www.drupal.org/files/issues/2021-04-07/3160146-37.patch" } } } } }
Please note that to be able to successfully export node related inline block_content (with
dcer
) and get i correctly imported when enabling module all above patches( 3160146-53.patch replacing 3160146-37.patch) where needed.Now am still looking for how to figure "updating changed made without the need to delete node and re-import"
Thanks