Update components declaration in custom theme
Per this: > [warning] Components 8.x-1.x API is deprecated in components:8.x-2.0 and is removed from components:3.0.0. Update the geofresco.info.yml file to replace the component-libraries.[namespace].paths data with components.namespaces.[namespace]. See https://www.drupal.org/node/3082817
This commit is contained in:
parent
3b65d3d8ca
commit
518258a5b5
1 changed files with 3 additions and 3 deletions
|
@ -39,9 +39,9 @@ libraries:
|
||||||
# to reference .twig files in your sass/ directory by using the Twig namespace:
|
# to reference .twig files in your sass/ directory by using the Twig namespace:
|
||||||
# @geofresco
|
# @geofresco
|
||||||
# See https://www.drupal.org/project/components for more information.
|
# See https://www.drupal.org/project/components for more information.
|
||||||
component-libraries:
|
components:
|
||||||
geofresco:
|
namespaces:
|
||||||
paths:
|
geofresco:
|
||||||
- src/templates
|
- src/templates
|
||||||
|
|
||||||
libraries-override:
|
libraries-override:
|
||||||
|
|
Loading…
Add table
Reference in a new issue