Skip to content

[TASK] Clean up templating

Oliver requested to merge oli_brr/typo3-distribution:issue-24 into main

This improves and cleans up the default templating configuration:

  • Adds a plain page.tsconfig file, referenced in the TypoScript setup. The file is globally added via ext_localconf.php.
  • Adds dedicated config for rendering content elements. Using the lib's it's possible to fetch content elements from any colPos.
  • Backend layouts are now properly resolved to their corresponding template name
  • The view receives two new variables: the current page id and the currently used backend layout
  • Switching Layouts based on the selected backend layout is uncommon and is removed. The selected backend layout controls the used template

Fixes #24 (closed)

Merge request reports