Skip to content

[FEATURE] Provide site sets for better dependency management #4527

@dmitryd

Description

@dmitryd

Site sets is a new way in TYPO3 to manage typoscript and site settings. They have multiple advantages over usual typoscript inclusion, such as better dependency management and clear separation of settings for various sites in the installation.

Please, change TS constants to site settings where possible. Examples can be:

search {
    targetPage = 0
    results {
      resultsPerPage = 10
    }
    faceting {
      limit = 10
    }
}

Do move solr connection settings from site config to site settings because settings to do not support %env(....)%.

Target version: 14.0.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions