Problem/Motivation

In components/html/html.component.yml, the 'required' section references a 'content' prop, but the actual prop is named 'html'. This appears to be an oversight from a rename.

In Drupal 11, this mismatch can trigger the following error:

The component "magic_search:html" uses non-string types for properties: content.

Proposed resolution

Update the required section of html.component.yml to reference html instead of content.

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

joris handstanger created an issue. See original summary.

jhandsta’s picture

Assigned: Unassigned » jhandsta

jhandsta’s picture

Assigned: jhandsta » Unassigned
Status: Active » Needs review
adrian83’s picture

Version: » 1.x-dev

This change is what it took to get my proof-of-concept working.