- Issue created by @ankitv18
With Drupal 11.1.3 and XB latest release ^0.2@alpha version when I tried to apply a recipe it throws an error.
The website encountered an unexpected error. Try again later.Drupal\Core\Recipe\InvalidConfigException: There were validation errors in experience_builder.component.block.purge_ui_block:
- settings.default_settings.purge_block_id: 'purge_block_id' is not a supported key.
- settings.default_settings.description: 'description' is not a supported key.
- settings.default_settings.submit_label: 'submit_label' is not a supported key.
- settings.default_settings.type: 'type' is not a supported key.
- settings.default_settings.execution: 'execution' is not a supported key. in Drupal\Core\Config\Action\ConfigActionManager->applyAction() (line 167 of core/lib/Drupal/Core/Config/Action/ConfigActionManager.php). Drupal\Core\Recipe\RecipeRunner::processConfiguration() (Line: 319)
Drupal\Core\Recipe\RecipeRunner::installConfig() (Line: 297)
Create a purge_ui.schema.yml file with required keys.
Active
3.0
Code