From 518258a5b5dbbb532325eb78c9752fcbb3a8d92e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Melan=C3=A7on?= Date: Fri, 28 Jan 2022 19:04:59 -0500 Subject: [PATCH] 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 --- web/themes/custom/geofresco/geofresco.info.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/themes/custom/geofresco/geofresco.info.yml b/web/themes/custom/geofresco/geofresco.info.yml index fd0255a..a3d4cae 100644 --- a/web/themes/custom/geofresco/geofresco.info.yml +++ b/web/themes/custom/geofresco/geofresco.info.yml @@ -39,9 +39,9 @@ libraries: # to reference .twig files in your sass/ directory by using the Twig namespace: # @geofresco # See https://www.drupal.org/project/components for more information. -component-libraries: - geofresco: - paths: +components: + namespaces: + geofresco: - src/templates libraries-override: