Bootstrap Barrios config lacks a config schema, which then functional tests complain about:
InvalidArgumentException: The configuration property theme.themes.bootstrap_barrio_subtheme doesn't exist
Documentation https://www.drupal.org/docs/8/api/configuration-api/configuration-schema...

Comments

akoe created an issue. See original summary.

akoe’s picture

Issue summary: View changes
akoe’s picture

StatusFileSize
new5.91 KB
akoe’s picture

StatusFileSize
new5.91 KB

Installation with patch #2 fails with an InvalidArgumentException:
InvalidArgumentException: $string ("0") must be a string. in app/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:132
I guess this is because settings.yml has
bootstrap_barrio_library: 0
and therefore i changed the schema to integer.

akoe’s picture

StatusFileSize
new6.19 KB

Previous patch lacked the variables bootstrap_barrio_tooltip_trigger and bootstrap_barrio_popover_trigger in subtheme schema and they are part of this patch now.

akoe’s picture

StatusFileSize
new6.19 KB

Doh! My last patch reintroduced the regression during installation in the schema for bootstrap_barrio_library as already fixed with #3
(facepalm)

  • hatuhay committed b1bb991 on 8.x-4.x authored by akoe
    Issue #3017668 by akoe: Missing config schema
    
hatuhay’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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