Also support TYPO3 native anchors
I have readable anchors and use them in sidebar. I didn't invest time yet to alter TYPO3 generated anchors. That's why I just add support for them.
This commit is contained in:
parent
f6f3100684
commit
48a2ca6482
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
<html xmlns:f="http://typo3.org/ns/TYPO3/Fluid/ViewHelpers"
|
||||
data-namespace-typo3-fluid="true">
|
||||
<a name="c{uid}"></a>
|
||||
<a name="{header -> f:format.id()}"></a>
|
||||
<f:if condition="{layout} != 'hidden'">
|
||||
<h{layout}>{header} <small><a href="#{header -> f:format.id()}">¶</a></small></h{layout}>
|
||||
|
|
Loading…
Reference in a new issue