Skip to content

Commit 459500c

Browse files
committed
[TASK] Clean up usages of typo3conf/ext/styleguide
Some left over usages pointing to typo3conf/ext/styleguide. Resolves: #102235 Releases: main Change-Id: Ib7e1050bc63fdafa15bb344a145735644c4985c4 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/81649 Reviewed-by: Christian Kuhn <[email protected]> Reviewed-by: Jasmina Ließmann <[email protected]> Tested-by: core-ci <[email protected]> Tested-by: Benjamin Franzke <[email protected]> Reviewed-by: Benjamin Franzke <[email protected]> Tested-by: Stefan Bürk <[email protected]> Tested-by: Jasmina Ließmann <[email protected]> Reviewed-by: Stefan Bürk <[email protected]> Tested-by: Christian Kuhn <[email protected]> Reviewed-by: Andreas Kienast <[email protected]>
1 parent c5a6577 commit 459500c

File tree

5 files changed

+3
-9
lines changed

5 files changed

+3
-9
lines changed

.gitattributes

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
/rector.yml export-ignore
99
/typo3/sysext/*/Resources/Private/TypeScript/ export-ignore
1010
/typo3/sysext/*/Tests/ export-ignore
11-
/typo3conf/ext/styleguide export-ignore
1211
/components/testing_framework/ export-ignore
1312

1413
# Enforce checkout with linux lf consistent over all platforms

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ nbproject
6565
/typo3conf/*
6666
!/typo3conf/ext
6767
/typo3conf/ext/*
68-
!/typo3conf/ext/styleguide
6968
/fileadmin/*
7069
/uploads/*
7170
/FIRST_INSTALL

typo3/sysext/styleguide/Configuration/TypoScript/setup.typoscript

+1-5
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@
1111
// Configure admin panel
1212
config.admPanel = 1
1313

14-
page.headerData.1568907945 = TEXT
15-
page.headerData.1568907945.value (
16-
<link rel="shortcut icon" href="typo3conf/ext/styleguide/Resources/Public/Icons/Extension.svg" />
17-
)
18-
1914
// Define template paths for fluid_styled_content
2015
lib.contentElement {
2116
templateName = Default
@@ -61,6 +56,7 @@ lib.dynamicContent {
6156
page = PAGE
6257
page {
6358
typeNum = 0
59+
shortcutIcon = EXT:styleguide/Resources/Public/Icons/Extension.svg
6460
10 = FLUIDTEMPLATE
6561
10 {
6662
templateName = StyleguideFrontend

typo3/sysext/t3editor/Documentation/CodeSnippets/Automatic/T3editor1.rst.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
.. Automatically generated code snippet
33
.. ====================================
44
..
5-
.. Extracted from typo3conf/ext/styleguide/Configuration/TCA/tx_styleguide_elements_t3editor.php
5+
.. Extracted from typo3/sysext/styleguide/Configuration/TCA/tx_styleguide_elements_t3editor.php
66
77
88
.. code-block:: php

typo3/sysext/t3editor/Documentation/screenshots.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
{
2020
"action": "setCodeSnippetsSourcePath",
21-
"path": "typo3conf/ext/styleguide"
21+
"path": "typo3/sysext/styleguide"
2222
},
2323
{
2424
"action": "makeScreenshotOfField",

0 commit comments

Comments
 (0)