File tree 5 files changed +3
-9
lines changed
styleguide/Configuration/TypoScript
5 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 8
8
/rector.yml export-ignore
9
9
/typo3 /sysext /* /Resources /Private /TypeScript / export-ignore
10
10
/typo3 /sysext /* /Tests / export-ignore
11
- /typo3conf /ext /styleguide export-ignore
12
11
/components /testing_framework / export-ignore
13
12
14
13
# Enforce checkout with linux lf consistent over all platforms
Original file line number Diff line number Diff line change @@ -65,7 +65,6 @@ nbproject
65
65
/typo3conf /*
66
66
! /typo3conf /ext
67
67
/typo3conf /ext /*
68
- ! /typo3conf /ext /styleguide
69
68
/fileadmin /*
70
69
/uploads /*
71
70
/FIRST_INSTALL
Original file line number Diff line number Diff line change 11
11
// Configure admin panel
12
12
config.admPanel = 1
13
13
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
-
19
14
// Define template paths for fluid_styled_content
20
15
lib.contentElement {
21
16
templateName = Default
@@ -61,6 +56,7 @@ lib.dynamicContent {
61
56
page = PAGE
62
57
page {
63
58
typeNum = 0
59
+ shortcutIcon = EXT:styleguide/Resources/Public/Icons/Extension.svg
64
60
10 = FLUIDTEMPLATE
65
61
10 {
66
62
templateName = StyleguideFrontend
Original file line number Diff line number Diff line change 2
2
.. Automatically generated code snippet
3
3
.. ====================================
4
4
..
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
6
6
7
7
8
8
.. code-block :: php
Original file line number Diff line number Diff line change 18
18
},
19
19
{
20
20
"action" : " setCodeSnippetsSourcePath" ,
21
- "path" : " typo3conf/ext /styleguide"
21
+ "path" : " typo3/sysext /styleguide"
22
22
},
23
23
{
24
24
"action" : " makeScreenshotOfField" ,
You can’t perform that action at this time.
0 commit comments