Problem/Motivation

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)

Proposed resolution

Create a purge_ui.schema.yml file with required keys.

Issue fork purge-3510495

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

ankitv18 created an issue. See original summary.

ankitv18’s picture

Status: Active » Needs review

Please review MR!52