Needs review
Project:
Magic Search
Version:
1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Feb 2026 at 14:29 UTC
Updated:
19 Feb 2026 at 16:00 UTC
Jump to comment: Most recent
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.
Update the required section of html.component.yml to reference html instead of content.
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
Comment #2
jhandsta commentedComment #4
jhandsta commentedComment #5
adrian83 commentedThis change is what it took to get my proof-of-concept working.