Skip to content

Commit

Permalink
[BUGFIX] restore call-to-action/src/Frontend.html
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaseberle committed Nov 23, 2020
1 parent eeb18fe commit 4542f12
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Build/packages/call-to-action-local/src/Frontend.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" data-namespace-typo3-fluid="true">

<f:asset.css identifier="cb-{cb.key}" href="CB:{cb.key}/dist/Frontend.css"/>

<div class="call-to-action__wrapper">
<f:if condition="{image}">
<f:image image="{image}" height="200" width="800c"/>
</f:if>
<div class="call-to-action__overlay">
<div class="call-to-action__text">
<f:link.typolink class="call-to-action__button" parameter="{link}">
{buttonText}
</f:link.typolink>
<f:format.html>{text}</f:format.html>
</div>
</div>
</div>
</html>

0 comments on commit 4542f12

Please sign in to comment.