Skip to content

Commit cf1e4e9

Browse files
committed
[WIP][FEATURE] Establish config file for Fluid namespaces
Merge if https://review.typo3.org/c/Packages/TYPO3.CMS/+/92168 gets merged Releases: main
1 parent ef496a6 commit cf1e4e9

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

Configuration/Fluid/Namespaces.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?php
2+
3+
return [
4+
'blog' => ['T3docs\\BlogExample\\ViewHelpers'],
5+
];

Resources/Private/Backend/Templates/ShowAllComments.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<html
22
xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers"
3-
xmlns:blog="http://typo3.org/ns/T3docs/BlogExample/ViewHelpers"
43
data-namespace-typo3-fluid="true">
54

65
<f:layout name="Module" />

Resources/Private/Backend/Templates/ShowPost.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<html
22
xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers"
3-
xmlns:blog="http://typo3.org/ns/T3docs/BlogExample/ViewHelpers"
43
data-namespace-typo3-fluid="true">
54

65

Resources/Private/Templates/Post/Show.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<html
22
xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers"
3-
xmlns:blog="http://typo3.org/ns/T3docs/BlogExample/ViewHelpers"
43
data-namespace-typo3-fluid="true">
54
<f:layout name="Default" />
65

0 commit comments

Comments
 (0)