Download the PHP package quellenform/t3x-content-visibility without Composer
On this page you can find all versions of the php package quellenform/t3x-content-visibility. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download quellenform/t3x-content-visibility
More information about quellenform/t3x-content-visibility
Files in quellenform/t3x-content-visibility
Package t3x-content-visibility
Short Description Control the visibility of content elements depending on the screen size.
License GPL-3.0-or-later
Homepage https://extensions.typo3.org/extension/content_visibility
Informations about the package t3x-content-visibility
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.