move-elevator / typo3-styleguide
This extension provides several tools for a TYPO3 styleguide.
Package info
github.com/move-elevator/typo3-styleguide
Type:typo3-cms-extension
pkg:composer/move-elevator/typo3-styleguide
0.2.5
2026-06-19 11:00 UTC
Requires
- php: ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0
- ext-dom: *
- ext-intl: *
- typo3/cms-backend: ^12.0 || ^13.0 || ^14.0
- typo3/cms-core: ^12.0 || ^13.0 || ^14.0
- typo3/cms-fluid: ^12.0 || ^13.0 || ^14.0
- typo3fluid/fluid: ^4.0 || ^5.0
Requires (Dev)
- eliashaeussler/version-bumper: ^2.4 || ^3.0 || ^4.0
- phpunit/phpunit: ^11.0 || ^12.0 || ^13.0
- typo3/cms-base-distribution: ^12.4 || ^13.4 || ^14.0
- typo3/cms-lowlevel: ^12.4 || ^13.4 || ^14.0
Suggests
- blueways/bw-static-template: For rendering arbitrary Fluid templates as content elements (^3.0 || ^4.0)
This package is auto-updated.
Last update: 2026-06-19 11:00:39 UTC
README
TYPO3 extension typo3_styleguide
This extension provides several tools for a simple TYPO3 based styleguide.
Note
This extension is more of a best practice for implementing and maintaining an editorial style guide in TYPO3 with small reusable helpers.
✨ Features
- Dedicated content elements for colors, fonts, icons, images and technical headlines
- Automatic table of contents for technical headlines
- Rich backend previews for all styleguide content elements
- Custom page type for styleguide pages with restricted content element availability
- Backend layout for styleguide pages
- Collection of TYPO3 ViewHelpers for reuse in templates
🔥 Installation
Requirements
- TYPO3 12, 13 or 14
- PHP 8.2+
Composer
composer require move-elevator/typo3-styleguide
Setup
Include static TypoScript template via the backend or import it:
@import 'EXT:typo3_styleguide/Configuration/TypoScript/setup.typoscript'
📙 Documentation
🧑💻 Contributing
Please have a look at CONTRIBUTING.md.
⭐ License
This project is licensed under GNU General Public License 2.0 (or later).
