soerenkroell / ot-website
提供基于Bootstrap3的TYPO3基本网站设置。
dev-master
2015-08-05 21:27 UTC
Requires (Dev)
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