Fix and improve admonition preview in be
This commit is contained in:
parent
e0f6815974
commit
ae09bcde14
1 changed files with 3 additions and 2 deletions
|
@ -1,10 +1,11 @@
|
|||
<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers"
|
||||
xmlns:be="http://typo3.org/ns/TYPO3/CMS/Backend/ViewHelpers"
|
||||
data-namespace-typo3-fluid="true">
|
||||
<a href="{f:uri.editRecord(
|
||||
<a href="{be:uri.editRecord(
|
||||
uid: uid,
|
||||
table: 'tt_content'
|
||||
)}">
|
||||
<strong>{header_layout}</strong>
|
||||
<strong style="text-transform: uppercase; letter-spacing: 1em;">{header_layout}</strong>
|
||||
<p>{bodytext -> f:format.stripTags()}</p>
|
||||
</a>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue