mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-22 20:36:09 +01:00
Daniel Siepmann (Codappix)
5f0588565f
To streamline experience with v13 where they are added out of the box. Resolves: #11485
649 B
649 B
Maintenance
Migrate to SiteSets
We currently leverage TypoScript for some configuration during import. This is a bad idea, TypoScript is not intended for this usage.
We should migrate to Site Sets in the future. The import should use the page uid for import records to resolve the site and fetch corresponding settings. That way the import can provide all the necessary information and can be passed down to all classes.
Remove no longer needed TSConfig
We currently have Configuration/page.tsconfig and Configuration/TsConfig/. Both can be removed once we drop v12 support.