quellenform / t3x-content-visibility
Control the visibility of content elements depending on the screen size.
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:typo3-cms-extension
Requires
- php: >=7.4.0
- typo3/cms-core: ^10 || ^11 || ^12 || ^13 || 14.*.*@dev
Suggests
- bk2k/bootstrap-package: Bootstrap Package delivers a full configured frontend theme for TYPO3, based on the Bootstrap CSS Framework.
Replaces
- typo3-ter/content-visibility: 0.1.0
README
Content Visibility
TYPO3 CMS Extension content_visibility
What does it do?
This extension simply inserts a few CSS classes into content elements that are used to display or hide them at certain screen sizes. The visibility of content elements can be conveniently selected via a dropdown menu in the backend. The CSS classes can be freely configured via TypoScript and are preconfigured for use with Twitter Bootstrap.
The extension was originally built for use in combination with EXT:bootstrap_package, but can also be used with EXT:fluid_styled_content (however, the corresponding CSS must be added manually).
Further details on how class-controlled visibility of elements works: https://getbootstrap.com/docs/5.2/utilities/display/#hiding-elements
Installation
- Install this extension from TER or with Composer
- Add the provided TypoScript (or Site Set) to your template
- Use EXT:bootstrap_package or EXT:fluid_styled_content and configure your templates accordingly.