- Issue created by @derekw
- Open on Drupal.org →Core: 10.1.0-alpha1 + Environment: PHP 7.4 & MySQL 5.7last update
over 1 year ago Waiting for branch to pass - @derekw opened merge request.
- 🇺🇸United States derekw
Sorry, clearly I'm not qualified to create a proper merge request.
The subtheme libraries.yml will also need the change.
- 🇮🇳India ravi kant Jaipur
If you are working by creating sub-Theme then update the bootstrap library in *.libraries.yml as below.
1. Download bootstrap library and add it in JS folder on current custom theme root as below Example.
2. Also download proper.js and add in in JS folder on current custom theme root as below Example.bootstrap: js: /js/popper.js/popper.js: { weight: -19 } /js/bootstrap/dist/js/bootstrap.min.js: { weight: -20 } css: component: /js/bootstrap/dist/css/bootstrap.min.css: {}
Also if you are using CDN method then you don't need to do above work.
- Status changed to Fixed
about 1 year ago 12:12am 14 August 2023 - 🇬🇧United Kingdom rivimey
In the deprecation notice for core/popperjs at [#3307518] reference is made to "Floating UI". Can this be dropped into barrio instead?
Automatically closed - issue fixed for 2 weeks with no activity.
- Status changed to Fixed
about 1 year ago 12:46pm 29 October 2023 - 🇫🇷France thedut
Hello,
We need to reopen this issue :
The core/poperjs dependency is still present in the subtheme !
So the generated sub-theme won't work out of the box.
in /subtheme/bootstrap_barrio_subtheme.libraries.yml file, line 16 :
Here is the patch fixing this issue. - 🇫🇷France thedut
Hum form more consistancy, stucking on the original issue (forget about the lack of 'minified: true').
Here is the correct patch.