ex-akt/contao-style-bricks-bundle
最新稳定版本:1.4.2
Composer 安装命令:
composer require ex-akt/contao-style-bricks-bundle
包简介
Style Bricks Bundle for Contao
README 文档
README
Idea
The idea behind this style bricks bundle is to have a start point for common usages. It depends on ErdmannFreunde/euf_nutshell and needs at least Contao 4.5 because of the Symfony asset handlder.
Im Gegensatz zu klassischen Themes setzt das Style Bricks Bundle darauf, nur den Code auszuliefern, der für das Projekt benötigt wird. Die Auswahl (Styling) findet daher über das importieren der entsprechenden Styles in SCSS bzw über die entsprechenden Javascript-Dateien in der app.js statt.
Installation
At the moment you need to npm install the dependencies in this package manually.
cd vendor/ex-akt/contao-style-bricks-bundle && npm install
In future version this should be done automatically during installation.
What's inside?
- Default Contao settings
- prepend_locale: false
- enableSearch: false
- disableCron: true
- folderUrl: false
- installPassword: "%install_password%" (define in your app/config/parameters.yml)
- dateFormat: "d.m.Y"
- datimFormat: "d.m.Y H:i"
- timeZone: 'Europe/Berlin'
- maxFileSize: 20480000 (2MB)
- imageWidth: 3000
- imageHeight: 3000
- Navigation-Module with Hamburger Button (pending)
- Header-Styles (pending)
- Footer Styles (pending)
- Componentes
- Hero (Image, Video) (pending)
- Band for sections (pending)
Release
Run the PHP-CS-Fixer and the unit test before you release your bundle:
vendor/bin/php-cs-fixer fix -v vendor/bin/phpunit
统计信息
- 总下载量: 809
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: LGPL-3.0-or-later
- 更新时间: 2020-03-24