Download the PHP package supseven/theme-base without Composer
On this page you can find all versions of the php package supseven/theme-base. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download supseven/theme-base
More information about supseven/theme-base
Files in supseven/theme-base
Package theme-base
Short Description Sitepackage Library of supseven. A swiss army knife for TYPO3 projects
License GPL-2.0-or-later
Informations about the package theme-base
supseven/theme-base
DOCUMENTATION AND README WORK IN PROGRESS
How to use this package
- require
supseven/theme-base
in your local sitepackage extensionsupseven/theme_project
- some of the configuration is loaded automatically
- most of the configuration needs to be used/imported in your project's sitepackage
- The package
supseven/theme-base
can be called "Sitepackage library"
- the local package
theme_project
(supseven/theme-project
) is used like the theme ext before.- All Frontend related stuff is located in
supseven/theme-project
- The name keeps the same for all of our projects
- All Frontend related stuff is located in
- The final sitepackage extension is named after the TYPO3 site:
e.g.
theme_site_sitename
- it requires the local package
supseven/theme_project
- this package is set as sitepackage within the TYPO3 site configuration for
b13/bolt
.
- it requires the local package
By using this construct every TYPO3 project can easily grow with multiple sites.
Needed site settings
settings.yaml:
Changes added while creating the extraction of ext:theme in TYPO3 12
Change: conditions for applicationContext
Conditions checking the applicationContext must check on "beginning with" as
there are szenarios in future, where multiple environments (hor. scaling) is
used. Checking for an exact applicationContext is then not the best way
anymore. Using [applicationContext matches "#^Production/Live#"]
is
recommended from now on.
Breaking Change: Variable RootUid removed
The FLUIDTEMPLATE variable RootUid
was removed. The successor is
TYPO3 SiteProcessor
and can be used with {site.rootPageId}
Breaking Change: FLUIDTEMPLATE option extbase.controllerExtensionName removed
We used this option for years to have this magic config where the following Fluid ViewHelpers does not need an extension name to work within fluid page:
f:translate
f:uri.resource
This option is removed as the TYPO3 core team has planned to remove it in the upcoming major TYPO3 version 13/14.
Beside that, it's better using following approaches (how some may have already done it.):
- A)
{f:translate(key: 'LLL:EXT:my_extension/Resources/Private/Language/yourFile.xlf:yourKey')}
- or B) if the extension uses the TYPO3 specific locallang conventions:
{f:translate(key:'yourKey', extensionName='MyOtherExtension')}
Change: Common restrictions were moved to a dedicated package
Configs like "eval trim" and "eval required" for tt_content.header
are now
encapsulated within josefglatz/bureaucratic
.
Take a look
Change: typo3/cms-adminpanel User TsConfig configuration is loaded automatically
The User TsConfig part is automatically loaded and therefore activate. If there
are needs to disable or reconfigure the adminpanel User TsConfig just overwrite
the configuration in supseven/theme_project
.
The TypoScript Setup
config.admPanel = 1
is loaded when the TypoScript setup is included within your sitepackage base extensionsupsven/theme-project
!
Change: Our defacto common Page TsConfig is loaded automatically
The TYPO3 Linkvalidator loads the Page TsConfig globally, since TYPO3 12. Reason enough to make the same step for our beloved "theme":
typo3/cms-linkvalidator
configuration is added automatically. New site settings where added for configuring them per TYPO3 site.- TCEFORM: Some common
TCEFORM.pages
configuration is activated automatically. - TCEMAIN: Common ClearCache and CopyBehaviours are loaded automatically. Also
the default permissions are set and can be configured TYPO3 site specific.
- See
EXT:theme_base/Configuration/SiteConfiguration/Settings/DefaultSettings.yaml
for default settings which can be added to TYPO3 site configuration via yaml imports.
- See
All versions of theme-base with dependencies
typo3/cms-seo Version ^12.4
typo3/cms-lowlevel Version ^12.4
typo3/cms-linkvalidator Version ^12.4
typo3/cms-adminpanel Version ^12.4
b13/bolt Version ^2.3
b13/doktypemapper Version ^1.1.1
eliashaeussler/typo3-warming Version >=1.1.0
helhum/dotenv-connector Version ^3
ichhabrecht/content-defender Version ^3.4
josefglatz/hide-sys-template Version ^4
josefglatz/beuser-fastswitch Version >=5.0.2
josefglatz/cropvariantsbuilder Version >=2.0.0
studiomitte/live-search-extended Version *
lolli/dbdoctor Version ^0.5.0
plan2net/webp Version ^5.0.1
christophlehmann/pagetreefilter Version ^2
spooner/deployer-information Version ^1.4
o-ba/custom_dashboard_widgets Version ^1.3