oliverklee / typo3-devsite
TYPO3 extension that contains the basics of a site which Oliver Klee uses for developing in TYPO3.
Installs: 782
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 1
Open Issues: 0
Language:HTML
Type:typo3-cms-extension
Requires
- php: >= 7.2
- typo3/cms-core: ^9.5 || ^10.4
- typo3/cms-fluid: ^9.5 || ^10.4
- typo3/cms-fluid-styled-content: ^9.5 || ^10.4
- typo3/cms-frontend: ^9.5 || ^10.4
Replaces
- typo3-ter/typo3-devsite: v4.0.0
README
⚠️ This extension has been integrated into my Testing distribution. Hence, this repository here is no longer maintained.
This is a TYPO3 extension that contains the basics of a site which I use for developing in TYPO3. It helps to create a working site with navigation and nice CSS extremely quickly.
In addition, minification and concatenation of JavaScript and CSS is disabled, making debugging less of a pain.
Installation
This package should only be installed via Composer, not from the TER.
Installing the package via Composer
Require the package "oliverklee/typo3-devsite"
.
Within the TYPO3 back end
- Uninstall the extension css_styled_content (if it is installed).
- Install the extension fluid_styled_content (provided by the Core).
- In your TypoScript template, include the following static templates:
- Content Elements (fluid_styled content)
- Content Elements CSS (optional) (fluid_styled content)
- TYPO3 development site (typo3-devsite)
favicon.ico
There's a small favicon.ico in Resources/Public/Icons/
for copying to your site root.