Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
t3o sites
typo3.org
typo3_roadmap
Commits
caa75fa3
Commit
caa75fa3
authored
May 01, 2018
by
Stefan Busemann
Browse files
[TASK] Change header, make link conditional
parent
16fd6d2e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Resources/Private/Partials/Feature/ShowFeature.html
View file @
caa75fa3
<div
class=
"container"
>
<div
class=
"row"
>
<div
class=
"col-8"
>
<h
1
class=
""
>
{feature.header}
</h
1
>
<h
2
class=
""
>
{feature.header}
</h
2
>
<p>
Introduced in version {feature.typo3releaseminorversion.version}
<f:if
condition=
"{settings.showFeatureArea}"
><f:link.typolink
parameter=
"{feature.featureArea.page}"
>
Feature Area
</f:link.typolink></f:if></p>
<f:format.html>
{feature.description}
</f:format.html>
<p><f:link.typolink
parameter=
"{feature.link}"
class=
"btn btn-primary mr-3"
target=
"_blank"
>
Documentation
</f:link.typolink></p>
<f:if
condition=
"{feature.link}"
>
<p><f:link.typolink
parameter=
"{feature.link}"
class=
"btn btn-primary mr-3"
target=
"_blank"
>
Documentation
</f:link.typolink></p>
</f:if>
</div>
<div
class=
"col-4"
>
<f:for
each=
"{feature.images}"
as=
"image"
>
...
...
@@ -12,4 +14,4 @@
</f:for>
</div>
</div>
</div>
\ No newline at end of file
</div>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment