Site sets provided by EXT:tt_address
Changed in version tt_address 9.1.0 / TYPO3 v13.3
Site sets were added.
The extension 
    friendsoftypo3/tt-address
 offers a site set
called "Addresses (Extbase/Fluid)" and has the key friendsoftypo3/.
Using the site set "Addresses (Extbase/Fluid)"
You can include this Site set in your site configuration:
- Got to Site Management > Sites.
- Edit your site configuration.
- In General > Sets for this Site add the site set called "Addresses (Extbase/Fluid)".
This changes the YAML file representing your site configuration as follows:
        config/sites/my_site/config.yaml (diff)
    
 base: 'https://example.org/'
 dependencies:
   - typo3/fluid-styled-content-css
+  - friendsoftypo3/tt-address
 languages:
   -
If you are using a custom site package extension
providing a custom Set you can include friendsoftypo3/ into your
site packages set:
        EXT:my_sitepackage/Configuration/Sets/MySitepackage/config.yaml
    
    Settings for site set "Addresses (Extbase/Fluid)"
The following settings are available:
_global
- 
                            tt_address.templateRootPath
- 
                            - Type
- string
- Default
- "EXT:- tt_ - address/ - Resources/ - Private/ - Templates/" 
- Label
- Path to template root (FE)
 
 tt_address.partialRootPath
- 
                            - Type
- string
- Default
- "EXT:- tt_ - address/ - Resources/ - Private/ - Partials/" 
- Label
- Path to template partials (FE)
 
 tt_address.layoutRootPath
- 
                            - Type
- string
- Default
- "EXT:- tt_ - address/ - Resources/ - Private/ - Layouts/" 
- Label
- Path to template layouts (FE)