Skip to content

Commit

Permalink
[TASK] Use lib.contentElement
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminkott committed Apr 12, 2024
1 parent ff73978 commit e505780
Show file tree
Hide file tree
Showing 14 changed files with 12 additions and 25 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tt_content.client_logos =< lib.content
tt_content.client_logos =< lib.contentElement
tt_content.client_logos {
templateName = ClientLogos

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tt_content.header =< lib.content
tt_content.header =< lib.contentElement
tt_content.header {
templateName = Header
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tt_content.image =< lib.content
tt_content.image =< lib.contentElement
tt_content.image {
templateName = Image

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tt_content.introduction_card =< lib.content
tt_content.introduction_card =< lib.contentElement
tt_content.introduction_card {
templateName = IntroductionCard

Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tt_content.project_teaser =< lib.content
tt_content.project_teaser =< lib.contentElement
tt_content.project_teaser {
templateName = ProjectTeaser

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tt_content.resume =< lib.content
tt_content.resume =< lib.contentElement
tt_content.resume {
templateName = Resume

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tt_content.services =< lib.content
tt_content.services =< lib.contentElement
tt_content.services {
templateName = Services

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tt_content.skill_display =< lib.content
tt_content.skill_display =< lib.contentElement
tt_content.skill_display {
templateName = SkillDisplay

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tt_content.text =< lib.content
tt_content.text =< lib.contentElement
tt_content.text {
templateName = Text
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tt_content.textpic =< lib.content
tt_content.textpic =< lib.contentElement
tt_content.textpic {
templateName = Textpic

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
lib.content = FLUIDTEMPLATE
lib.content {
lib.contentElement = FLUIDTEMPLATE
lib.contentElement {
layoutRootPaths.10 = EXT:theme_portfolio/Resources/Private/Templates/Layouts/
partialRootPaths.10 = EXT:theme_portfolio/Resources/Private/Templates/Partials/
templateRootPaths.10 = EXT:theme_portfolio/Resources/Private/Templates/Content/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
page = PAGE

page {
10 = PAGEVIEW
10.paths.0 = EXT:theme_portfolio/Resources/Private/Templates/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
@import 'EXT:form/Configuration/TypoScript/*'

@import 'EXT:theme_portfolio/Configuration/Sets/Base/Typoscript/*'
@import 'EXT:theme_portfolio/Configuration/Sets/Base/Typoscript/Lib/*'
@import 'EXT:theme_portfolio/Configuration/Sets/Base/Typoscript/Constants/*'
@import 'EXT:theme_portfolio/Configuration/Sets/Base/Typoscript/Extensions/*'
@import 'EXT:theme_portfolio/Configuration/Sets/Base/Typoscript/Navigation/*'
@import 'EXT:theme_portfolio/Configuration/Sets/Base/Typoscript/ContentElements/*'

0 comments on commit e505780

Please sign in to comment.