New to drupal.org, attempted to post a fix for the Droopler distribution project. Don't think it actually posted.
Page commented on:
https://www.drupal.org/project/droopler/issues/3509704
🐛
Errors when changing the default home page from /welcome to another.
Active
Post Contents:
Related issue, same error, "Boolean value found, but a string is required in..."
https://www.drupal.org/project/radix/issues/3419776
🐛
InvalidComponentException: [configuration.label_display] Boolean value found, but a string is required in ComponentValidator->validateProps() (line 205...)
Active
Resolved this by making the change below
File Path: themes/custom/droopler_theme/components/html/html.component.yml
props:
properties:
root_path:
Original type: string -> New type: ['string', 'boolean']
Active
Other