feat: design change to hero and add stats element
This commit is contained in:
parent
7133371206
commit
daa02d36d5
11 changed files with 207 additions and 96 deletions
|
|
@ -0,0 +1,16 @@
|
|||
<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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue