soerenkroell / ot-website

提供基于Bootstrap3的TYPO3基本网站设置。

安装: 56

依赖项: 0

建议者: 0

安全: 0

星标: 3

关注者: 3

分支: 0

开放性问题: 0

类型:typo3-cms-extension

dev-master 2015-08-05 21:27 UTC

This package is not auto-updated.

Last update: 2024-09-28 18:05:18 UTC


README

基于Oliver Thiele的扩展的TYPO3网站EXT:Oliver Thiele的扩展

原始描述由Oliver Thiele提供

A TYPO3 website in one extension with Bootstrap3.
You need a licence for the included Fancybox-Lightbox, if you use this JS!

All content elements will have an additional tab for the Bootstrap Grid CSS classes.
Additional Backend-Layouts are added with the new BackendLayoutDataProvider.

安装

所有依赖项(Bootstrap、VHS ViewHelper、jQuery、Fancyox等)将由composer安装。

# Clone Repository
cd typo3conf/ext/
git clone TYPO3.Extbase.BasicWebsite ot_website

# Install dependencies
composer update --dry-run
composer update