2
votes

In TYPO3 you often need to include "Static Templates" from an extension to make the extension work.

image from typo3 documentation

However, it seems there is no way in TYPO3 backend to see what typoscript is actually inside these static templates.

My question is: is there a way to view the contents of these static templates without browsing the extension's sources codes?

1

1 Answers

6
votes

The "Template" module is only there for TypoScript Templates (1). Within the module you can select "Template Analyzer" from the function menu (2). Within this module you can select the static template, e.g. of form extension (3). This will display constants and setup (4).

When using a composer setup, you might need to require typo3/cms-tstemplate.

Backend module displaying static template content