Skip to content

Commit

Permalink
[TASK] Don't require fluidcontent
Browse files Browse the repository at this point in the history
  • Loading branch information
outdoorsman committed Oct 1, 2018
1 parent d7323f7 commit 812ae1d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This Version contains breaking changes!!

## What is it

A collection of Twitter Bootstrap oriented Fluid Content Elements and Page Templates written for `EXT:fluidcontent` and `EXT:fluidpages` using ViewHelpers from `EXT:vhs`.
A collection of Twitter Bootstrap oriented Fluid Content Elements and Page Templates written and `EXT:fluidpages` using ViewHelpers from `EXT:vhs`.
It uses `EXT:flux`

===
Expand All @@ -23,7 +23,7 @@ Provides the template files and TypoScript setup necessary to use the included e

## How does it do it?

By leveraging the integration logic provided by `EXT:fluidcontent` and `EXT:fluidpages` - enabling use of specially constructed Fluid templates as
By leveraging the integration logic provided by `EXT:fluidpages` - enabling use of specially constructed Fluid templates as
content elements, much like the Flexible Content Elements concept from TemplaVoila.

===
Expand All @@ -43,7 +43,6 @@ FluidBootstrapTheme now has a stable release on the TYPO3 Extension Repository (
<ul>
<li><code>EXT:flux</code></li>
<li><code>EXT:vhs</code></li>
<li><code>EXT:fluidcontent</code></li>
<li><code>EXT:fluidpages</code></li>
</ul>

Expand All @@ -65,7 +64,6 @@ selection boxes in page properties - configurable with a page template to use fo

## References

* https://github.com/FluidTYPO3/fluidcontent is a dependency - it is the integration necessary to render Fluid Content Elements
* https://github.com/FluidTYPO3/fluidpages is a dependency - it is the integration necessary to render Fluid Page Templates
* https://github.com/FluidTYPO3/vhs is dependency providing many ViewHelpers used in the Fluid Content Element and Page templates
* https://github.com/FluidTYPO3/flux is a dependency and is used to configure how the content template variable are defined.
Expand Down
5 changes: 2 additions & 3 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@

$EM_CONF[$_EXTKEY] = array(
'title' => 'FBT: Bootstrap based Pages and Content',
'description' => 'A collection of Twitter Bootstrap oriented Fluid Content Elements and Pages written for EXT:fluidcontent and EXT:fluidpages using ViewHelpers from EXT:vhs',
'description' => 'A collection of Twitter Bootstrap oriented Fluid Content Elements and Pages written for EXT:fluidpages using ViewHelpers from EXT:vhs',
'category' => 'misc',
'author' => 'Claus Due, Harry Glatz, Boris Schauer, Göran Bodenschatz',
'author_email' => 'claus@namelesscoder.net, glatz@analog.de, me@bschauer.de, coding@46halbe.de',
'author_company' => 'NamelessCoder, analog multimedia, bschauer',
'shy' => '',
'dependencies' => 'flux,fluidcontent,fluidpages,vhs',
'dependencies' => 'flux,fluidpages,vhs',
'conflicts' => '',
'priority' => '',
'module' => '',
Expand All @@ -34,7 +34,6 @@
'depends' => array(
'typo3' => '7.6.00-8.7.99',
'flux' => '',
'fluidcontent' => '',
'fluidpages' => '',
'vhs' => '',
),
Expand Down

0 comments on commit 812ae1d

Please sign in to comment.