icti/fluidcontent-twbs-grid

Fluid Content: Twitter Bootstrap 4 Grid

Installs: 168

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:HTML

Type:typo3-cms-extension

1.1.1 2015-04-22 15:15 UTC

This package is not auto-updated.

Last update: 2024-04-13 14:55:48 UTC


README

Fluid Content Elements for Twitter Bootstrap (Grid) ============================================

What is it?

A collection of Twitter Bootstrap 4 grid oriented 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

Migrating from 'EXT:fluidcontent_zf4_grid' ----------

Aplly the following SQL:

UPDATE tt_content
SET tx_fed_fcefile = REPLACE(tx_fed_fcefile, 'fluidcontent_zf4_grid', 'fluidcontent_twbs_grid')
WHERE tx_fed_fcefile REGEXP '^fluidcontent_zf4_grid:.*'