diff --git a/Documentation/CodeSnippets/ExtensionConfiguration/ComposerJson.rst.txt b/Documentation/CodeSnippets/ExtensionConfiguration/ComposerJson.rst.txt index e41bd31..ef47c15 100644 --- a/Documentation/CodeSnippets/ExtensionConfiguration/ComposerJson.rst.txt +++ b/Documentation/CodeSnippets/ExtensionConfiguration/ComposerJson.rst.txt @@ -1,5 +1,5 @@ -.. Generated by https://github.com/TYPO3-Documentation/t3docs-codesnippets -.. Extracted from typo3conf/ext/site_package/composer.json +.. Generated by https://github.com/TYPO3-Documentation/t3docs-codesnippets +.. Extracted from EXT:site_package/composer.json .. code-block:: json :caption: EXT:site_package/composer.json @@ -22,8 +22,8 @@ } ], "require": { - "typo3/cms-core": "^12.0.0|dev-main", - "typo3/cms-fluid-styled-content": "^12.0.0|dev-main" + "typo3/cms-core": "^12.4.0", + "typo3/cms-fluid-styled-content": "^12.4.0" }, "homepage": "https://github.com/TYPO3-Documentation/TYPO3CMS-Tutorial-SitePackage-Code", "license": "MIT", diff --git a/Documentation/CodeSnippets/ExtensionConfiguration/ExtEmconf.rst.txt b/Documentation/CodeSnippets/ExtensionConfiguration/ExtEmconf.rst.txt index 60108a7..1b3b9af 100644 --- a/Documentation/CodeSnippets/ExtensionConfiguration/ExtEmconf.rst.txt +++ b/Documentation/CodeSnippets/ExtensionConfiguration/ExtEmconf.rst.txt @@ -1,12 +1,12 @@ -.. Generated by https://github.com/TYPO3-Documentation/t3docs-codesnippets -.. Extracted from typo3conf/ext/site_package/ext_emconf.php +.. Generated by https://github.com/TYPO3-Documentation/t3docs-codesnippets +.. Extracted from EXT:site_package/ext_emconf.php .. code-block:: php :caption: EXT:site_package/ext_emconf.php :linenos: 'TYPO3 Site Package', 'description' => 'TYPO3 Site Package', @@ -18,8 +18,8 @@ 'state' => 'stable', 'constraints' => [ 'depends' => [ - 'typo3' => '12.0.0-12.99.99', - 'fluid_styled_content' => '12.0.0-12.99.99' + 'typo3' => '12.4.0-12.4.99', + 'fluid_styled_content' => '12.4.0-12.4.99' ], 'conflicts' => [ ], diff --git a/Documentation/CodeSnippets/ExtensionConfiguration/TcaOverridePages.rst.txt b/Documentation/CodeSnippets/ExtensionConfiguration/TcaOverridePages.rst.txt index 94a5902..7064dbf 100644 --- a/Documentation/CodeSnippets/ExtensionConfiguration/TcaOverridePages.rst.txt +++ b/Documentation/CodeSnippets/ExtensionConfiguration/TcaOverridePages.rst.txt @@ -1,5 +1,5 @@ -.. Generated by https://github.com/TYPO3-Documentation/t3docs-codesnippets -.. Extracted from typo3conf/ext/site_package/Configuration/TCA/Overrides/pages.php +.. Generated by https://github.com/TYPO3-Documentation/t3docs-codesnippets +.. Extracted from EXT:site_package/Configuration/TCA/Overrides/pages.php .. code-block:: php :caption: EXT:site_package/Configuration/TCA/Overrides/pages.php @@ -7,7 +7,7 @@ \ No newline at end of file diff --git a/Documentation/CodeSnippets/Fluid/PartialJumbotron.rst.txt b/Documentation/CodeSnippets/Fluid/PartialJumbotron.rst.txt index 2e92909..fabeb67 100644 --- a/Documentation/CodeSnippets/Fluid/PartialJumbotron.rst.txt +++ b/Documentation/CodeSnippets/Fluid/PartialJumbotron.rst.txt @@ -1,5 +1,5 @@ -.. Generated by https://github.com/TYPO3-Documentation/t3docs-codesnippets -.. Extracted from typo3conf/ext/site_package/Resources/Private/Partials/Page/Jumbotron.html +.. Generated by https://github.com/TYPO3-Documentation/t3docs-codesnippets +.. Extracted from EXT:site_package/Resources/Private/Partials/Page/Jumbotron.html .. code-block:: html :caption: EXT:site_package/Resources/Private/Partials/Page/Jumbotron.html diff --git a/Documentation/CodeSnippets/Fluid/Step1Default.rst.txt b/Documentation/CodeSnippets/Fluid/Step1Default.rst.txt index f095f9e..d4034d4 100644 --- a/Documentation/CodeSnippets/Fluid/Step1Default.rst.txt +++ b/Documentation/CodeSnippets/Fluid/Step1Default.rst.txt @@ -1,11 +1,10 @@ -.. Generated by https://github.com/TYPO3-Documentation/t3docs-codesnippets -.. Extracted from typo3conf/ext/site_package/Resources/Public/StaticTemplate/Step1Default.html +.. Generated by https://github.com/TYPO3-Documentation/t3docs-codesnippets +.. Extracted from EXT:site_package/Resources/Public/StaticTemplate/Step1Default.html .. code-block:: html :caption: EXT:site_package/Resources/Public/StaticTemplate/Step1Default.html :linenos: - - +
diff --git a/Documentation/CodeSnippets/Fluid/Step2Default.rst.txt b/Documentation/CodeSnippets/Fluid/Step2Default.rst.txt index d7f9da6..3962b76 100644 --- a/Documentation/CodeSnippets/Fluid/Step2Default.rst.txt +++ b/Documentation/CodeSnippets/Fluid/Step2Default.rst.txt @@ -1,13 +1,12 @@ -.. Generated by https://github.com/TYPO3-Documentation/t3docs-codesnippets -.. Extracted from typo3conf/ext/site_package/Resources/Public/StaticTemplate/Step2Default.html +.. Generated by https://github.com/TYPO3-Documentation/t3docs-codesnippets +.. Extracted from EXT:site_package/Resources/Public/StaticTemplate/Step2Default.html .. code-block:: html :caption: EXT:site_package/Resources/Public/StaticTemplate/Step2Default.html :linenos: - - +
diff --git a/Documentation/CodeSnippets/Fluid/Step3Default.rst.txt b/Documentation/CodeSnippets/Fluid/Step3Default.rst.txt index c8f4bb2..aa6d22d 100644 --- a/Documentation/CodeSnippets/Fluid/Step3Default.rst.txt +++ b/Documentation/CodeSnippets/Fluid/Step3Default.rst.txt @@ -1,15 +1,14 @@ -.. Generated by https://github.com/TYPO3-Documentation/t3docs-codesnippets -.. Extracted from typo3conf/ext/site_package/Resources/Public/StaticTemplate/Step3Default.html +.. Generated by https://github.com/TYPO3-Documentation/t3docs-codesnippets +.. Extracted from EXT:site_package/Resources/Public/StaticTemplate/Step3Default.html .. code-block:: html :caption: EXT:site_package/Resources/Public/StaticTemplate/Step3Default.html :linenos: - - +
diff --git a/Documentation/CodeSnippets/Fluid/TemplateDefault.rst.txt b/Documentation/CodeSnippets/Fluid/TemplateDefault.rst.txt index ff1194f..ff7ff64 100644 --- a/Documentation/CodeSnippets/Fluid/TemplateDefault.rst.txt +++ b/Documentation/CodeSnippets/Fluid/TemplateDefault.rst.txt @@ -1,5 +1,5 @@ -.. Generated by https://github.com/TYPO3-Documentation/t3docs-codesnippets -.. Extracted from typo3conf/ext/site_package/Resources/Private/Templates/Page/Default.html +.. Generated by https://github.com/TYPO3-Documentation/t3docs-codesnippets +.. Extracted from EXT:site_package/Resources/Private/Templates/Page/Default.html .. code-block:: html :caption: EXT:site_package/Resources/Private/Templates/Page/Default.html @@ -7,11 +7,11 @@ - +
- + - +
@@ -25,8 +25,8 @@
- +
- +
\ No newline at end of file diff --git a/Documentation/CodeSnippets/Fluid/TemplateTwoColumns.rst.txt b/Documentation/CodeSnippets/Fluid/TemplateTwoColumns.rst.txt index 952ccb3..14e1cc8 100644 --- a/Documentation/CodeSnippets/Fluid/TemplateTwoColumns.rst.txt +++ b/Documentation/CodeSnippets/Fluid/TemplateTwoColumns.rst.txt @@ -1,5 +1,5 @@ -.. Generated by https://github.com/TYPO3-Documentation/t3docs-codesnippets -.. Extracted from typo3conf/ext/site_package/Resources/Private/Templates/Page/TwoColumns.html +.. Generated by https://github.com/TYPO3-Documentation/t3docs-codesnippets +.. Extracted from EXT:site_package/Resources/Private/Templates/Page/TwoColumns.html .. code-block:: html :caption: EXT:site_package/Resources/Private/Templates/Page/TwoColumns.html @@ -7,10 +7,10 @@ - +
- +
@@ -33,8 +33,8 @@
- +
- +
\ No newline at end of file diff --git a/Documentation/CodeSnippets/TypoScript/Constants.rst.txt b/Documentation/CodeSnippets/TypoScript/Constants.rst.txt index 59035a7..1507d72 100644 --- a/Documentation/CodeSnippets/TypoScript/Constants.rst.txt +++ b/Documentation/CodeSnippets/TypoScript/Constants.rst.txt @@ -1,12 +1,12 @@ -.. Generated by https://github.com/TYPO3-Documentation/t3docs-codesnippets -.. Extracted from typo3conf/ext/site_package/Configuration/TypoScript/constants.typoscript +.. Generated by https://github.com/TYPO3-Documentation/t3docs-codesnippets +.. Extracted from EXT:site_package/Configuration/TypoScript/constants.typoscript .. code-block:: typoscript :caption: EXT:site_package/Configuration/TypoScript/constants.typoscript :linenos: @import 'EXT:fluid_styled_content/Configuration/TypoScript/constants.typoscript' - + page { fluidtemplate { layoutRootPath = EXT:site_package/Resources/Private/Layouts/Page/ diff --git a/Documentation/CodeSnippets/TypoScript/Page.rst.txt b/Documentation/CodeSnippets/TypoScript/Page.rst.txt index 8941380..d3049a5 100644 --- a/Documentation/CodeSnippets/TypoScript/Page.rst.txt +++ b/Documentation/CodeSnippets/TypoScript/Page.rst.txt @@ -1,5 +1,5 @@ -.. Generated by https://github.com/TYPO3-Documentation/t3docs-codesnippets -.. Extracted from typo3conf/ext/site_package/Configuration/TypoScript/Setup/Page.typoscript +.. Generated by https://github.com/TYPO3-Documentation/t3docs-codesnippets +.. Extracted from EXT:site_package/Configuration/TypoScript/Setup/Page.typoscript .. code-block:: typoscript :caption: EXT:site_package/Configuration/TypoScript/Setup/Page.typoscript diff --git a/Documentation/CodeSnippets/TypoScript/Part1FluidTemplateSection.rst.txt b/Documentation/CodeSnippets/TypoScript/Part1FluidTemplateSection.rst.txt index a2f73f9..b89763f 100644 --- a/Documentation/CodeSnippets/TypoScript/Part1FluidTemplateSection.rst.txt +++ b/Documentation/CodeSnippets/TypoScript/Part1FluidTemplateSection.rst.txt @@ -1,5 +1,5 @@ -.. Generated by https://github.com/TYPO3-Documentation/t3docs-codesnippets -.. Extracted from typo3conf/ext/site_package/Configuration/TypoScript/Setup/Part1FluidTemplateSection.typoscript +.. Generated by https://github.com/TYPO3-Documentation/t3docs-codesnippets +.. Extracted from EXT:site_package/Configuration/TypoScript/Setup/Part1FluidTemplateSection.typoscript .. code-block:: typoscript :caption: EXT:site_package/Configuration/TypoScript/Setup/Part1FluidTemplateSection.typoscript @@ -21,20 +21,20 @@ 1.current = 1 } } - + ifEmpty = Default } - + templateRootPaths { 0 = EXT:site_package/Resources/Private/Templates/Page/ 1 = {$page.fluidtemplate.templateRootPath} } - + partialRootPaths { 0 = EXT:site_package/Resources/Private/Partials/Page/ 1 = {$page.fluidtemplate.partialRootPath} } - + layoutRootPaths { 0 = EXT:site_package/Resources/Private/Layouts/Page/ 1 = {$page.fluidtemplate.layoutRootPath} diff --git a/Documentation/CodeSnippets/TypoScript/Part2CssFileInclusion.rst.txt b/Documentation/CodeSnippets/TypoScript/Part2CssFileInclusion.rst.txt index aa10117..220a11b 100644 --- a/Documentation/CodeSnippets/TypoScript/Part2CssFileInclusion.rst.txt +++ b/Documentation/CodeSnippets/TypoScript/Part2CssFileInclusion.rst.txt @@ -1,11 +1,10 @@ -.. Generated by https://github.com/TYPO3-Documentation/t3docs-codesnippets -.. Extracted from typo3conf/ext/site_package/Configuration/TypoScript/Setup/Part2CssFileInclusion.typoscript +.. Generated by https://github.com/TYPO3-Documentation/t3docs-codesnippets +.. Extracted from EXT:site_package/Configuration/TypoScript/Setup/Part2CssFileInclusion.typoscript .. code-block:: typoscript :caption: EXT:site_package/Configuration/TypoScript/Setup/Part2CssFileInclusion.typoscript :linenos: - page { // Part 2: CSS file inclusion includeCSS { @@ -13,7 +12,7 @@ bootstrap.external = 1 website = EXT:site_package/Resources/Public/Css/website.css } - + // Part 3: JavaScript file inclusion includeJSFooter { jquery = https://code.jquery.com/jquery-3.2.1.slim.min.js diff --git a/Documentation/CodeSnippets/TypoScript/Part4GlobalConfiguration.rst.txt b/Documentation/CodeSnippets/TypoScript/Part4GlobalConfiguration.rst.txt index cf17f10..27f0099 100644 --- a/Documentation/CodeSnippets/TypoScript/Part4GlobalConfiguration.rst.txt +++ b/Documentation/CodeSnippets/TypoScript/Part4GlobalConfiguration.rst.txt @@ -1,5 +1,5 @@ -.. Generated by https://github.com/TYPO3-Documentation/t3docs-codesnippets -.. Extracted from typo3conf/ext/site_package/Configuration/TypoScript/Setup/Part4GlobalConfiguration.typoscript +.. Generated by https://github.com/TYPO3-Documentation/t3docs-codesnippets +.. Extracted from EXT:site_package/Configuration/TypoScript/Setup/Part4GlobalConfiguration.typoscript .. code-block:: typoscript :caption: EXT:site_package/Configuration/TypoScript/Setup/Part4GlobalConfiguration.typoscript @@ -10,7 +10,7 @@ # Adjust the title tag to be displayed as “website - page title” pageTitleSeparator = - pageTitleSeparator.noTrimWrap = | | | - + # Display the Admin Panel at the bottom of pages to logged in backend users admPanel = 1 } diff --git a/Documentation/CodeSnippets/TypoScript/Part5MenuProcessor.rst.txt b/Documentation/CodeSnippets/TypoScript/Part5MenuProcessor.rst.txt index ff06309..cbcbf5c 100644 --- a/Documentation/CodeSnippets/TypoScript/Part5MenuProcessor.rst.txt +++ b/Documentation/CodeSnippets/TypoScript/Part5MenuProcessor.rst.txt @@ -1,5 +1,5 @@ -.. Generated by https://github.com/TYPO3-Documentation/t3docs-codesnippets -.. Extracted from typo3conf/ext/site_package/Configuration/TypoScript/Setup/Part5MenuProcessor.typoscript +.. Generated by https://github.com/TYPO3-Documentation/t3docs-codesnippets +.. Extracted from EXT:site_package/Configuration/TypoScript/Setup/Part5MenuProcessor.typoscript .. code-block:: typoscript :caption: EXT:site_package/Configuration/TypoScript/Setup/Part5MenuProcessor.typoscript @@ -17,7 +17,7 @@ layoutRootPaths { // ... } - + dataProcessing { 10 = TYPO3\CMS\Frontend\DataProcessing\MenuProcessor 10 { diff --git a/Documentation/CodeSnippets/TypoScript/Part6ProcessedContent.rst.txt b/Documentation/CodeSnippets/TypoScript/Part6ProcessedContent.rst.txt index 626cbc0..4318aed 100644 --- a/Documentation/CodeSnippets/TypoScript/Part6ProcessedContent.rst.txt +++ b/Documentation/CodeSnippets/TypoScript/Part6ProcessedContent.rst.txt @@ -1,11 +1,10 @@ -.. Generated by https://github.com/TYPO3-Documentation/t3docs-codesnippets -.. Extracted from typo3conf/ext/site_package/Configuration/TypoScript/Setup/Part6ProcessedContent.typoscript +.. Generated by https://github.com/TYPO3-Documentation/t3docs-codesnippets +.. Extracted from EXT:site_package/Configuration/TypoScript/Setup/Part6ProcessedContent.typoscript .. code-block:: typoscript :caption: EXT:site_package/Configuration/TypoScript/Setup/Part6ProcessedContent.typoscript :linenos: - page { 10 { dataProcessing { diff --git a/Documentation/CodeSnippets/TypoScript/Setup.rst.txt b/Documentation/CodeSnippets/TypoScript/Setup.rst.txt index 5c04e8f..c2ac305 100644 --- a/Documentation/CodeSnippets/TypoScript/Setup.rst.txt +++ b/Documentation/CodeSnippets/TypoScript/Setup.rst.txt @@ -1,5 +1,5 @@ -.. Generated by https://github.com/TYPO3-Documentation/t3docs-codesnippets -.. Extracted from typo3conf/ext/site_package/Configuration/TypoScript/setup.typoscript +.. Generated by https://github.com/TYPO3-Documentation/t3docs-codesnippets +.. Extracted from EXT:site_package/Configuration/TypoScript/setup.typoscript .. code-block:: typoscript :caption: EXT:site_package/Configuration/TypoScript/setup.typoscript @@ -7,6 +7,5 @@ @import 'EXT:fluid_styled_content/Configuration/TypoScript/setup.typoscript' @import 'EXT:site_package/Configuration/TypoScript/Setup/*.typoscript' - - + \ No newline at end of file diff --git a/Documentation/CodeSnippets/codesnippets.php b/Documentation/CodeSnippets/codesnippets.php index e7801a1..afcb9da 100644 --- a/Documentation/CodeSnippets/codesnippets.php +++ b/Documentation/CodeSnippets/codesnippets.php @@ -6,56 +6,56 @@ # code Snippets Setup [ 'action' => 'createCodeSnippet', - 'sourceFile' => 'typo3conf/ext/site_package/Configuration/TypoScript/constants.typoscript', + 'sourceFile' => 'EXT:site_package/Configuration/TypoScript/constants.typoscript', 'targetFileName' => 'TypoScript/Constants.rst.txt', 'caption' => 'EXT:site_package/Configuration/TypoScript/constants.typoscript', 'showLineNumbers' => true ], [ 'action' => 'createCodeSnippet', - 'sourceFile' => 'typo3conf/ext/site_package/Configuration/TypoScript/setup.typoscript', + 'sourceFile' => 'EXT:site_package/Configuration/TypoScript/setup.typoscript', 'targetFileName' => 'TypoScript/Setup.rst.txt', 'caption' => 'EXT:site_package/Configuration/TypoScript/setup.typoscript', 'showLineNumbers' => true ], [ 'action' => 'createCodeSnippet', - 'sourceFile' => 'typo3conf/ext/site_package/Configuration/TypoScript/Setup/Page.typoscript', + 'sourceFile' => 'EXT:site_package/Configuration/TypoScript/Setup/Page.typoscript', 'targetFileName' => 'TypoScript/Page.rst.txt', 'caption' => 'EXT:site_package/Configuration/TypoScript/Setup/Page.typoscript', 'showLineNumbers' => true ], [ 'action' => 'createCodeSnippet', - 'sourceFile' => 'typo3conf/ext/site_package/Configuration/TypoScript/Setup/Part1FluidTemplateSection.typoscript', + 'sourceFile' => 'EXT:site_package/Configuration/TypoScript/Setup/Part1FluidTemplateSection.typoscript', 'targetFileName' => 'TypoScript/Part1FluidTemplateSection.rst.txt', 'caption' => 'EXT:site_package/Configuration/TypoScript/Setup/Part1FluidTemplateSection.typoscript', 'showLineNumbers' => true ], [ 'action' => 'createCodeSnippet', - 'sourceFile' => 'typo3conf/ext/site_package/Configuration/TypoScript/Setup/Part2CssFileInclusion.typoscript', + 'sourceFile' => 'EXT:site_package/Configuration/TypoScript/Setup/Part2CssFileInclusion.typoscript', 'targetFileName' => 'TypoScript/Part2CssFileInclusion.rst.txt', 'caption' => 'EXT:site_package/Configuration/TypoScript/Setup/Part2CssFileInclusion.typoscript', 'showLineNumbers' => true ], [ 'action' => 'createCodeSnippet', - 'sourceFile' => 'typo3conf/ext/site_package/Configuration/TypoScript/Setup/Part4GlobalConfiguration.typoscript', + 'sourceFile' => 'EXT:site_package/Configuration/TypoScript/Setup/Part4GlobalConfiguration.typoscript', 'targetFileName' => 'TypoScript/Part4GlobalConfiguration.rst.txt', 'caption' => 'EXT:site_package/Configuration/TypoScript/Setup/Part4GlobalConfiguration.typoscript', 'showLineNumbers' => true ], [ 'action' => 'createCodeSnippet', - 'sourceFile' => 'typo3conf/ext/site_package/Configuration/TypoScript/Setup/Part5MenuProcessor.typoscript', + 'sourceFile' => 'EXT:site_package/Configuration/TypoScript/Setup/Part5MenuProcessor.typoscript', 'targetFileName' => 'TypoScript/Part5MenuProcessor.rst.txt', 'caption' => 'EXT:site_package/Configuration/TypoScript/Setup/Part5MenuProcessor.typoscript', 'showLineNumbers' => true ], [ 'action' => 'createCodeSnippet', - 'sourceFile' => 'typo3conf/ext/site_package/Configuration/TypoScript/Setup/Part6ProcessedContent.typoscript', + 'sourceFile' => 'EXT:site_package/Configuration/TypoScript/Setup/Part6ProcessedContent.typoscript', 'targetFileName' => 'TypoScript/Part6ProcessedContent.rst.txt', 'caption' => 'EXT:site_package/Configuration/TypoScript/Setup/Part6ProcessedContent.typoscript', 'showLineNumbers' => true @@ -65,28 +65,28 @@ [ 'action' => 'createCodeSnippet', - 'sourceFile' => 'typo3conf/ext/site_package/ext_emconf.php', + 'sourceFile' => 'EXT:site_package/ext_emconf.php', 'targetFileName' => 'ExtensionConfiguration/ExtEmconf.rst.txt', 'caption' => 'EXT:site_package/ext_emconf.php', 'showLineNumbers' => true ], [ 'action' => 'createCodeSnippet', - 'sourceFile' => 'typo3conf/ext/site_package/composer.json', + 'sourceFile' => 'EXT:site_package/composer.json', 'targetFileName' => 'ExtensionConfiguration/ComposerJson.rst.txt', 'caption' => 'EXT:site_package/composer.json', 'showLineNumbers' => true ], [ 'action' => 'createCodeSnippet', - 'sourceFile' => 'typo3conf/ext/site_package/Configuration/TCA/Overrides/pages.php', + 'sourceFile' => 'EXT:site_package/Configuration/TCA/Overrides/pages.php', 'targetFileName' => 'ExtensionConfiguration/TcaOverridePages.rst.txt', 'caption' => 'EXT:site_package/Configuration/TCA/Overrides/pages.php', 'showLineNumbers' => true ], [ 'action' => 'createCodeSnippet', - 'sourceFile' => 'typo3conf/ext/site_package/Configuration/TCA/Overrides/sys_template.php', + 'sourceFile' => 'EXT:site_package/Configuration/TCA/Overrides/sys_template.php', 'targetFileName' => 'ExtensionConfiguration/TcaOverrideSysTemplate.rst.txt', 'caption' => 'EXT:site_package/Configuration/TCA/Overrides/sys_template.php', 'showLineNumbers' => true @@ -97,49 +97,49 @@ [ 'action' => 'createCodeSnippet', - 'sourceFile' => 'typo3conf/ext/site_package/Resources/Public/StaticTemplate/Step1Default.html', + 'sourceFile' => 'EXT:site_package/Resources/Public/StaticTemplate/Step1Default.html', 'targetFileName' => 'Fluid/Step1Default.rst.txt', 'caption' => 'EXT:site_package/Resources/Public/StaticTemplate/Step1Default.html', 'showLineNumbers' => true ], [ 'action' => 'createCodeSnippet', - 'sourceFile' => 'typo3conf/ext/site_package/Resources/Public/StaticTemplate/Step2Default.html', + 'sourceFile' => 'EXT:site_package/Resources/Public/StaticTemplate/Step2Default.html', 'targetFileName' => 'Fluid/Step2Default.rst.txt', 'caption' => 'EXT:site_package/Resources/Public/StaticTemplate/Step2Default.html', 'showLineNumbers' => true ], [ 'action' => 'createCodeSnippet', - 'sourceFile' => 'typo3conf/ext/site_package/Resources/Public/StaticTemplate/Step3Default.html', + 'sourceFile' => 'EXT:site_package/Resources/Public/StaticTemplate/Step3Default.html', 'targetFileName' => 'Fluid/Step3Default.rst.txt', 'caption' => 'EXT:site_package/Resources/Public/StaticTemplate/Step3Default.html', 'showLineNumbers' => true ], [ 'action' => 'createCodeSnippet', - 'sourceFile' => 'typo3conf/ext/site_package/Resources/Private/Templates/Page/Default.html', + 'sourceFile' => 'EXT:site_package/Resources/Private/Templates/Page/Default.html', 'targetFileName' => 'Fluid/TemplateDefault.rst.txt', 'caption' => 'EXT:site_package/Resources/Private/Templates/Page/Default.html', 'showLineNumbers' => true ], [ 'action' => 'createCodeSnippet', - 'sourceFile' => 'typo3conf/ext/site_package/Resources/Private/Templates/Page/TwoColumns.html', + 'sourceFile' => 'EXT:site_package/Resources/Private/Templates/Page/TwoColumns.html', 'targetFileName' => 'Fluid/TemplateTwoColumns.rst.txt', 'caption' => 'EXT:site_package/Resources/Private/Templates/Page/TwoColumns.html', 'showLineNumbers' => true ], [ 'action' => 'createCodeSnippet', - 'sourceFile' => 'typo3conf/ext/site_package/Resources/Private/Partials/Page/Jumbotron.html', + 'sourceFile' => 'EXT:site_package/Resources/Private/Partials/Page/Jumbotron.html', 'targetFileName' => 'Fluid/PartialJumbotron.rst.txt', 'caption' => 'EXT:site_package/Resources/Private/Partials/Page/Jumbotron.html', 'showLineNumbers' => true ], [ 'action' => 'createCodeSnippet', - 'sourceFile' => 'typo3conf/ext/site_package/Resources/Private/Layouts/Page/Default.html', + 'sourceFile' => 'EXT:site_package/Resources/Private/Layouts/Page/Default.html', 'targetFileName' => 'Fluid/Layout.rst.txt', 'caption' => 'EXT:site_package/Resources/Private/Layouts/Page/Default.html', 'showLineNumbers' => true diff --git a/composer.json b/composer.json index a8e59d1..2b3f7e4 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "description": "The official tutorial how to create a sitepackage in TYPO3 from scratch.", "license": "CC-BY-NC-SA-4.0", "require": { - "typo3/cms-core": "^12.0" + "typo3/cms-core": "^12.4" }, "minimum-stability": "dev", "prefer-stable": true, @@ -23,41 +23,41 @@ }, "require-dev": { "t3docs/codesnippet": "dev-main", - "typo3/cms-adminpanel": "^12.0", - "typo3/cms-backend": "^12.0", - "typo3/cms-belog": "^12.0", - "typo3/cms-beuser": "^12.0", - "typo3/cms-dashboard": "^12.0", - "typo3/cms-extbase": "^12.0", - "typo3/cms-extensionmanager": "^12.0", - "typo3/cms-felogin": "^12.0", - "typo3/cms-filelist": "^12.0", - "typo3/cms-filemetadata": "^12.0", - "typo3/cms-fluid": "^12.0", - "typo3/cms-fluid-styled-content": "^12.0", - "typo3/cms-form": "^12.0", - "typo3/cms-frontend": "^12.0", - "typo3/cms-impexp": "^12.0", - "typo3/cms-indexed-search": "^12.0", - "typo3/cms-info": "^12.0", - "typo3/cms-install": "^12.0", - "typo3/cms-linkvalidator": "^12.0", - "typo3/cms-lowlevel": "^12.0", - "typo3/cms-opendocs": "^12.0", - "typo3/cms-recycler": "^12.0", - "typo3/cms-redirects": "^12.0", - "typo3/cms-reports": "^12.0", - "typo3/cms-rte-ckeditor": "^12.0", - "typo3/cms-scheduler": "^12.0", - "typo3/cms-seo": "^12.0", - "typo3/cms-setup": "^12.0", - "typo3/cms-sys-note": "^12.0", - "typo3/cms-t3editor": "^12.0", - "typo3/cms-tstemplate": "^12.0", - "typo3/cms-viewpage": "^12.0", - "typo3/cms-workspaces": "^12.0", - "t3docs/examples": "dev-main", - "t3docs/site-package": "dev-main" + "typo3/cms-adminpanel": "^12.4", + "typo3/cms-backend": "^12.4", + "typo3/cms-belog": "^12.4", + "typo3/cms-beuser": "^12.4", + "typo3/cms-dashboard": "^12.4", + "typo3/cms-extbase": "^12.4", + "typo3/cms-extensionmanager": "^12.4", + "typo3/cms-felogin": "^12.4", + "typo3/cms-filelist": "^12.4", + "typo3/cms-filemetadata": "^12.4", + "typo3/cms-fluid": "^12.4", + "typo3/cms-fluid-styled-content": "^12.4", + "typo3/cms-form": "^12.4", + "typo3/cms-frontend": "^12.4", + "typo3/cms-impexp": "^12.4", + "typo3/cms-indexed-search": "^12.4", + "typo3/cms-info": "^12.4", + "typo3/cms-install": "^12.4", + "typo3/cms-linkvalidator": "^12.4", + "typo3/cms-lowlevel": "^12.4", + "typo3/cms-opendocs": "^12.4", + "typo3/cms-recycler": "^12.4", + "typo3/cms-redirects": "^12.4", + "typo3/cms-reports": "^12.4", + "typo3/cms-rte-ckeditor": "^12.4", + "typo3/cms-scheduler": "^12.4", + "typo3/cms-seo": "^12.4", + "typo3/cms-setup": "^12.4", + "typo3/cms-sys-note": "^12.4", + "typo3/cms-t3editor": "^12.4", + "typo3/cms-tstemplate": "^12.4", + "typo3/cms-viewpage": "^12.4", + "typo3/cms-workspaces": "^12.4", + "t3docs/examples": "^12.0", + "t3docs/site-package": "^12.0" }, "scripts": { "generate:codesnippets": [