oliverthiele / ot-sitekit-ce-texticon
TYPO3 content element that displays an icon above text. Integrates with the Sitekit and ot-irrebuttons extensions.
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:typo3-cms-extension
Requires
- oliverthiele/ot-irrebuttons: ^3.2.0
- oliverthiele/ot-sitekit-base: *
- typo3/cms-core: ^13.4
Requires (Dev)
- roave/security-advisories: dev-latest
README
This TYPO3 extension provides a content element that displays an icon above a text block. It is part of the TYPO3 Sitekit ecosystem.
Requirements
- TYPO3 v13.4 or newer
- oliverthiele/ot-sitekit-base
- oliverthiele/ot-irrebuttons
Features
- Adds a content element for an icon + text layout
- Integrates optional button management below the text using
ot-irrebuttons
- Compatible with the
lib.sitekitContentElement
rendering structure fromot-sitekit-base
Installation
composer require oliverthiele/ot-sitekit-ce-texticon
TypoScript Integration
Make sure to include the TypoScript set from this extension in your sitepackage.
For example, in your my-sitepackage/Configuration/Sets/Main/config.yaml
file
(or wherever your sitepackage manages dependencies):
name: example/my-sitepackage dependencies: - typo3/fluid-styled-content - oliverthiele/ot-sitekit-base - oliverthiele/ot-sitekit-base-container-cards # … - oliverthiele/ot-sitekit-ce-texticon # …
License
GPL-2.0-or-later