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.2
2026-03-09 13:52 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
- helhum/typo3-console: ^7.0 || ^8.1
- move-elevator/composer-translation-validator: ^1.3.1
- 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)
- dev-main
- 0.2.2
- 0.2.1
- 0.2.0
- 0.1.0
- dev-renovate/lock-file-maintenance
- dev-fix/icon-image-path-resolution
- dev-feature/pagetree-drag-area
- dev-feature/styleguide-pagetype-special-group
- dev-add-support-typo3-14
- dev-drop-support-typo3-11
- dev-drop-support-php-81
- dev-refactor-local-setup
- dev-typo3-14
- dev-refactor-cgl
- dev-change-github-username
- dev-adjust-php-tools
- dev-custom-page-type
- dev-style-adjustments
- dev-housekeeping
- dev-fix-style-import
- dev-toc-locale
- dev-pattern
- dev-headline-anchor
- dev-class-naming
- dev-transparent
- dev-doc-viewhelper
- dev-headline-tags
This package is auto-updated.
Last update: 2026-03-09 18:45:19 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).
