mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-22 13:56:11 +01:00
Daniel Siepmann (Codappix)
5f0588565f
To streamline experience with v13 where they are added out of the box. Resolves: #11485
20 lines
649 B
ReStructuredText
20 lines
649 B
ReStructuredText
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.
|