-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FEATURE] Introduce site sets in the configuration chapter
* Regenerate code snippets * Other places still need to be changed but trying to keep PRs as small as initially possible releases: main
- Loading branch information
Showing
29 changed files
with
324 additions
and
229 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
Documentation/CodeSnippets/ExtensionConfiguration/SitePackage-config.rst.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
.. Generated by https://github.com/TYPO3-Documentation/t3docs-codesnippets | ||
.. Extracted from EXT:site_package/Configuration/Sets/SitePackage/config.yaml | ||
.. code-block:: yaml | ||
:caption: EXT:site_package/Configuration/Sets/SitePackage/config.yaml | ||
:linenos: | ||
name: t3docs/site-package | ||
label: Example site package set | ||
dependencies: | ||
- typo3/fluid-styled-content | ||
- typo3/fluid-styled-content-css | ||
14 changes: 14 additions & 0 deletions
14
Documentation/CodeSnippets/ExtensionConfiguration/SitePackage-constants.rst.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
.. Generated by https://github.com/TYPO3-Documentation/t3docs-codesnippets | ||
.. Extracted from EXT:site_package/Configuration/Sets/SitePackage/constants.typoscript | ||
.. code-block:: typoscript | ||
:caption: EXT:site_package/Configuration/Sets/SitePackage/constants.typoscript | ||
page { | ||
fluidtemplate { | ||
layoutRootPath = EXT:site_package/Resources/Private/Layouts/Page/ | ||
partialRootPath = EXT:site_package/Resources/Private/Partials/Page/ | ||
templateRootPath = EXT:site_package/Resources/Private/Templates/Page/ | ||
} | ||
} | ||
8 changes: 8 additions & 0 deletions
8
...mentation/CodeSnippets/ExtensionConfiguration/SitePackage-page-tsconfig.rst.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
.. Generated by https://github.com/TYPO3-Documentation/t3docs-codesnippets | ||
.. Extracted from EXT:site_package/Configuration/Sets/SitePackage/page.tsconfig | ||
.. code-block:: typoscript | ||
:caption: EXT:site_package/Configuration/Sets/SitePackage/page.tsconfig | ||
@import 'EXT:site_package/Configuration/TsConfig/Page/PageLayout/*.tsconfig' | ||
20 changes: 20 additions & 0 deletions
20
Documentation/CodeSnippets/ExtensionConfiguration/SitePackage-settings.rst.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
.. Generated by https://github.com/TYPO3-Documentation/t3docs-codesnippets | ||
.. Extracted from EXT:site_package/Configuration/Sets/SitePackage/settings.yaml | ||
.. code-block:: yaml | ||
:caption: EXT:site_package/Configuration/Sets/SitePackage/settings.yaml | ||
:linenos: | ||
styles: | ||
templates: | ||
layoutRootPath: EXT:site_package/Resources/Private/Layouts/ContentElements | ||
partialRootPath: EXT:site_package/Resources/Private/Partials/ContentElements | ||
templateRootPath: EXT:site_package/Resources/Private/Templates/ContentElements | ||
content: | ||
textmedia: | ||
maxW: 1200 | ||
maxWInText: 600 | ||
linkWrap: | ||
lightboxEnabled: true | ||
lightboxCssClass: lightbox | ||
8 changes: 8 additions & 0 deletions
8
Documentation/CodeSnippets/ExtensionConfiguration/SitePackage-setup.rst.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
.. Generated by https://github.com/TYPO3-Documentation/t3docs-codesnippets | ||
.. Extracted from EXT:site_package/Configuration/Sets/SitePackage/setup.typoscript | ||
.. code-block:: typoscript | ||
:caption: EXT:site_package/Configuration/Sets/SitePackage/setup.typoscript | ||
@import 'EXT:site_package/Configuration/TypoScript/Setup/*.typoscript' | ||
25 changes: 0 additions & 25 deletions
25
Documentation/CodeSnippets/ExtensionConfiguration/TcaOverridePages.rst.txt
This file was deleted.
Oops, something went wrong.
26 changes: 0 additions & 26 deletions
26
Documentation/CodeSnippets/ExtensionConfiguration/TcaOverrideSysTemplate.rst.txt
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
.. Generated by https://github.com/TYPO3-Documentation/t3docs-codesnippets | ||
.. Extracted from typo3conf/ext/site_package/Resources/Private/Layouts/Page/Default.html | ||
.. Generated by https://github.com/TYPO3-Documentation/t3docs-codesnippets | ||
.. Extracted from EXT:site_package/Resources/Private/Layouts/Page/Default.html | ||
.. code-block:: html | ||
:caption: EXT:site_package/Resources/Private/Layouts/Page/Default.html | ||
:linenos: | ||
|
||
|
||
<f:render partial="Navigation/MainNavigation.html" arguments="{_all}"/> | ||
<f:render section="Main" /> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.