Closed (fixed)
Project:
Barrio Bootstrap 5 Theme
Version:
8.x-4.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
3 Dec 2018 at 13:32 UTC
Updated:
14 Mar 2019 at 02:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
akoe commentedComment #3
akoe commentedComment #4
akoe commentedInstallation with patch #2 fails with an InvalidArgumentException:
InvalidArgumentException: $string ("0") must be a string. in app/core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php:132I guess this is because settings.yml has
bootstrap_barrio_library: 0and therefore i changed the schema to integer.
Comment #5
akoe commentedPrevious patch lacked the variables bootstrap_barrio_tooltip_trigger and bootstrap_barrio_popover_trigger in subtheme schema and they are part of this patch now.
Comment #6
akoe commentedDoh! My last patch reintroduced the regression during installation in the schema for
bootstrap_barrio_libraryas already fixed with #3(facepalm)
Comment #8
hatuhay commented