Files
lena-schilling-website/packages/base/ContentBlocks/ContentElements/stats/templates/backend-preview.html
Dominik Polakovics daa02d36d5
All checks were successful
Build / build (push) Successful in 2m28s
Build / deploy-stage (push) Successful in 3m30s
Build / switch-stage (push) Successful in 2m10s
feat: design change to hero and add stats element
2024-12-12 23:52:34 +01:00

17 lines
347 B
HTML

<html
xmlns:be="http://typo3.org/ns/TYPO3/CMS/Backend/ViewHelpers"
data-namespace-typo3-fluid="true"
>
<f:layout name="Preview"/>
<f:section name="Header">
<be:link.editRecord uid="{data.uid}" table="{data.mainType}">
Statistics Preview
</be:link.editRecord>
</f:section>
<f:section name="Content">
</f:section>
</html>