Closed (fixed)
Project:
Barrio Bootstrap 5 Theme
Version:
5.5.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Jun 2024 at 08:15 UTC
Updated:
12 Aug 2024 at 17:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
ravi kant commented@bcizej
The theme is not providing option to set delay option but you can do in your custom theme.
Comment #3
ravi kant commentedComment #5
bcizej commented@ravi kant
Yes, I managed to add settings field and overrided the toasts template to load the proper attribute from config in a custom sub theme.
I added a PR that fixes the template and adds a new setting field. I don't know if this will be merged but it might be helpful for others on how to modify their sub theme if needed.
Comment #6
ravi kant commented@bcizej
I checked the branch and found that the option is available now but has no default value. Also, the style is breaking.
Comment #7
bcizej commented@ravi kant
There is an update hook that sets the default value via
drush updb. I don't see any style breaking on my side.Comment #9
hatuhay commented