From b85e11b417a46e25b539ff8d199b4bb5eee2f36c Mon Sep 17 00:00:00 2001 From: Tomas Norre Mikkelsen Date: Fri, 22 May 2026 08:21:07 +0200 Subject: [PATCH] Update file paths in Quickstart documentation For my understanding the `Configuration` is missing in the path. --- Documentation/Quickstart/Index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/Quickstart/Index.rst b/Documentation/Quickstart/Index.rst index 54b246b3..fc93d7d4 100644 --- a/Documentation/Quickstart/Index.rst +++ b/Documentation/Quickstart/Index.rst @@ -270,12 +270,12 @@ Then require the new theme using its Composer name, for example: ddev composer req myvendor/theme-pluto:@dev You can now create a file -:file:`packages/theme_pluto/Sets/theme_pluto/setup.typoscript` +:file:`packages/theme_pluto/Configuration/Sets/theme_pluto/setup.typoscript` to override the default theme’s TypoScript and add additional paths for templates and custom CSS styles and/or JavaScript files: .. literalinclude:: /Quickstart/_extended_theme.typoscript - :caption: packages/theme_pluto/Sets/theme_pluto/setup.typoscript + :caption: packages/theme_pluto/Configuration/Sets/theme_pluto/setup.typoscript Now add the new theme as a dependency in the site configuration: