feat: change to other sitepakage
All checks were successful
Build / build (push) Successful in 2m27s
Build / deploy-stage (push) Successful in 2m33s
Build / switch-stage (push) Successful in 1m58s

This commit is contained in:
2024-12-12 12:31:41 +01:00
parent 948513cc41
commit 2bac342a5e
147 changed files with 1060 additions and 28057 deletions

View File

@@ -0,0 +1,21 @@
<html
xmlns:be="http://typo3.org/ns/TYPO3/CMS/Backend/ViewHelpers"
data-namespace-typo3-fluid="true"
>
<f:layout name="Preview"/>
<f:section name="Header">
<be:link.editRecord uid="{data.uid}" table="{data.mainType}">{data.header}</be:link.editRecord>
</f:section>
<f:section name="Content">
Preview for Content Block: cloonar/hero
</f:section>
<f:comment>
<!-- Uncomment to override preview footer -->
<f:section name="Footer">
My custom Footer
</f:section>
</f:comment>

View File

@@ -0,0 +1,18 @@
<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers"
xmlns:cb="http://typo3.org/ns/TYPO3/CMS/ContentBlocks/ViewHelpers"
xmlns:bk2k="http://typo3.org/ns/BK2K/BootstrapPackage/ViewHelpers"
data-namespace-typo3-fluid="true">
<f:layout name="Default" />
<f:section name="Main">
<f:asset.css identifier="hero" href="{cb:assetPath()}/frontend.css"/>
<div class="textpic textpic-{data.imageorient}">
<div class="textpic-item textpic-gallery">
<f:image image="{data.image.0}" alt="Wobi" />
</div>
<div class="textpic-item textpic-text">
<f:format.html>{data.bodytext}</f:format.html>
</div>
</div>
</f:section>