Skip to content

Commit

Permalink
[FEATURE] Add working TSconfig examples
Browse files Browse the repository at this point in the history
  • Loading branch information
linawolf committed Dec 7, 2024
1 parent b4739da commit b941631
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 19 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
TCEFORM {
pages {
# Hide "Frontend Layout" field as we use the "Backend Layout" for the complete layout
layout {
disabled = 1
}
}
tt_content {
header_layout {
# Prevent H1 headlines in content elements
removeItems = 1
}
}
}

TCEMAIN {
pages {
# Pages will *not* have "(copy)" appended:
disablePrependAtCopy = 1
# Pages will *not* be hidden upon copy:
disableHideAtCopy = 1
}
tt_content {
# Content will *not* have "(copy)" appended:
disablePrependAtCopy = 1
}
}
Original file line number Diff line number Diff line change
@@ -1,21 +1,3 @@
@import './PageTsConfig/'
@import './PageTsConfig/BackendLayouts/'

RTE {
default {
preset = {{ package.extensionKey }}
}
}

TCEFORM {
pages {

}
tt_content {

}
}

TCEMAIN {

}

Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
options {
clearCache {
pages = 1
}
pageTree {
showDomainNameWithTitle = 1
showPageIdWithTitle = 1
}
sites {
# These sets are already included, therefore hide them in the site configuration set editor
hideSets := addToList(typo3/fluid-styled-content,typo3/fluid-styled-content-css)
}
}
Empty file.

0 comments on commit b941631

Please sign in to comment.