Problem/Motivation

Experience Builder does not support blocks which are not marked as validatable by config schema. Unfortunately, Simple Search Form falls into this category - it's completely hidden from XB.

Proposed resolution

To fix the bug, add this to the block.settings.simple_search_form_block config schema type:

constraints:
  FullyValidatable: ~

Problem solved.

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

phenaproxima created an issue. See original summary.

phenaproxima’s picture

Status: Active » Needs review
gábor hojtsy’s picture

To clarify "marked as validatable by config schema", FullyValidatable is an opt-in flag to stricter validation, see https://www.drupal.org/node/3404425

a.dmitriiev’s picture

Status: Needs review » Fixed

Reviewed and merged.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.