Skip to content

Commit

Permalink
[FEATURE] Refactorng the namings
Browse files Browse the repository at this point in the history
  • Loading branch information
DigitalZombies committed Apr 10, 2024
1 parent adb71cd commit 9cb83f8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion local_packages/success/Configuration/Services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ services:

Surfcamp\Success\DataProcessing\PageContentFetchingProcessor:
tags:
- { name: 'data.processor', identifier: 'pageContentSuccess' }
- { name: 'data.processor', identifier: 'successContent' }
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ page = PAGE
page {
10 = PAGEVIEW
10.paths.100 = EXT:success/Resources/Private/Templates/_LandingPage/
10.dataProcessing.10 = pageContentSuccess
10.dataProcessing.10 = successContent
}
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<html
data-namespace-typo3-fluid="true"
xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers"
xmlns:sfs="http://typo3.org/ns/Surfcamp/Success/ViewHelpers"
xmlns:s="http://typo3.org/ns/Surfcamp/Success/ViewHelpers"
xmlns:vac="http://typo3.org/ns/Praetorius/ViteAssetCollector/ViewHelpers"
>
<vac:asset.vite entry="assets/whitepaper.js"/>

<f:for as="block" each="{content.column0.blocks}">
<sfs:renderBlock data="{block}" />
<s:renderBlock data="{block}" />
</f:for>
</html>

0 comments on commit 9cb83f8

Please sign in to comment.