File tree 1 file changed +4
-3
lines changed
packages/typo3-api/template/components
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 6
6
<section class =" phpdocumentor-sidebar__category -versions" >
7
7
<h1 class =" phpdocumentor-sidebar__category-title" >TYPO3 {{ parameter .typo3_version }}</h1 >
8
8
<ul class =" phpdocumentor-list" >
9
- {% if parameter .typo3_version != ' main' %}<li ><a href =" https://api.typo3.org/main/{{ link(node ) }}" >TYPO3 main API</a ></li >{% endif %}
10
- {% if parameter .typo3_version != ' 12.4' %}<li ><a href =" https://api.typo3.org/12.4/{{ link(node ) }}" >TYPO3 12.4 API</a ></li >{% endif %}
11
- {% if parameter .typo3_version != ' 11.5' %}<li ><a href =" https://api.typo3.org/11.5/{{ link(node ) }}" >TYPO3 11.5 API</a ></li >{% endif %}
9
+ {% if parameter .typo3_version != ' main' %}<li ><a href =" https://api.typo3.org/main/{{ link(node ) }}" >TYPO3 main/v14-dev API</a ></li >{% endif %}
10
+ {% if parameter .typo3_version != ' 13.4' %}<li ><a href =" https://api.typo3.org/13.4/{{ link(node ) }}" >TYPO3 v13.4 LTS API</a ></li >{% endif %}
11
+ {% if parameter .typo3_version != ' 12.4' %}<li ><a href =" https://api.typo3.org/12.4/{{ link(node ) }}" >TYPO3 v12.4 LTS API</a ></li >{% endif %}
12
+ {% if parameter .typo3_version != ' 11.5' %}<li ><a href =" https://api.typo3.org/11.5/{{ link(node ) }}" >TYPO3 v11.5 eLTS API</a ></li >{% endif %}
12
13
</ul >
13
14
</section >
14
15
<section class =" phpdocumentor-sidebar__category -docs" >
You can’t perform that action at this time.
0 commit comments