- Issue created by @simon georges
- 🇳🇿New Zealand quietone
Changes are made on on 11.x (our main development branch) first, and are then back ported as needed according to the Core change policies → .
When trying to import a block containing
Social Media Links →
settings, the recipe application (using ddev recipe-apply
) failed with the following message:
In RecipeConfigInstaller.php line 70:
There were validation errors in block.block.olivero_socialmedialinks:
- settings.platforms: 'platforms' is not a supported key.
- settings.appearance: 'appearance' is not a supported key.
- settings.link_attributes: 'link_attributes' is not a supported key.
- settings.iconset: 'iconset' is not a supported key.
The same block without the keys won't block the recipe application (but the website will then display another error because the platforms key is null, which is an issue with the Social Media Links module).
I have attached a minimal recipe that should reproduce the issue.
Is it something I misunderstood about the recipe? I haven't had any issue with other blocs, but none of them had specific settings.
It seems that the installation of the recipe using the UI is working (we are using a custom profile which is almost a direct copy from the drupal cms installer).
Active
11.1 🔥
recipe system
Changes are made on on 11.x (our main development branch) first, and are then back ported as needed according to the Core change policies → .