Download the PHP package icti/fluidcontent-twbs without Composer
On this page you can find all versions of the php package icti/fluidcontent-twbs. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download icti/fluidcontent-twbs
More information about icti/fluidcontent-twbs
Files in icti/fluidcontent-twbs
Package fluidcontent-twbs
Short Description Fluid Content: Twitter Bootstrap 4 Elements
License GPL-2.0+
Homepage https://github.com/icti/typo3-ext-fluidcontent_twbs
Informations about the package fluidcontent-twbs
Fluid Content Elements for Twitter Bootstrap 4 (Elements)
What is it?
A collection of Twitter Bootstrap 4 Fluid Content Elements written for `EXT:fluidcontent`.
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
Migrating from 'EXT:fluidcontent_zf4'
Aplly the following SQL:
UPDATE tt_content
SET tx_fed_fcefile = REPLACE(tx_fed_fcefile, 'fluidcontent_zf4', 'fluidcontent_twbs')
WHERE tx_fed_fcefile REGEXP '^fluidcontent_zf4:.*'