fluidtypo3 / fluidcontent_bootstrap
The fluidcontent_bootstrap package from FluidTYPO3
Installs: 187
Dependents: 0
Suggesters: 0
Security: 0
Stars: 15
Watchers: 16
Forks: 21
Type:typo3-cms-extension
Requires
This package is not auto-updated.
Last update: 2024-11-05 02:07:58 UTC
README
Fluid Content Elements for Twitter Bootstrap
What is it?
A collection of Twitter Boostrap oriented Fluid Content Elements written for EXT:fluidcontent
using ViewHelpers from EXT:vhs
.
What does it do?
Provides the template files and TypoScript setup necessary to use the included elements.
How does it do it?
By leveraging the integration logic provided by EXT:fluidcontent
- enabling use of specially constructed Fluid templates as
content elements, much like the Flexible Content Elements concept from TemplaVoila.
How is it installed?
Download, install the extension and include the static TypoScript configuration.
How is it used?
After installation and inclusion of the static TypoScript, the included content elements will be available as new content element types when inserting new content.
When inserted, each content element contains a special panel with configuration specifying how to render the content element.
References
- https://github.com/FluidTYPO3/fluidcontent is a dependency - it is the integration necessary to render Fluid Content Elements
- https://github.com/FluidTYPO3/vhs is dependency providing many ViewHelpers used in the Fluid Content Element templates