Configuration
Include the site set
Note
Site sets are only available when the extension is used in TYPO3 v13,
Static Templates need to be used in TYPO3 v12
and can also be used in TYPO3 v13 when still using classic sys_
TypoScript records.
This extension comes with a site set called fgtclb/. To use it include
this set in your site configuration via
config/sites/my-site/config.yaml (diff)
base: 'https://example.com/'
rootPageId: 1
+dependencies:
+ - fgtclb/academic-persons-default
Copied!
See also: TYPO3 Explained, Using a site set as dependency in a site.
Include static templates
For TYPO3 v12 or when still having classic sys_ TypoScript record
Static TypoScript and :ref:static-pagetsconfig` are
still provided to allow easy adoption.
Tip
With TYPO3 v13 we recommend to use TYPO3 site set as dependency in a site
Include static TypoScript
Note
@todo
Include static PageTsConfig
Note
@todo