contao-bootstrap / form
Bootstrap 4的Contao表单模板
2.2.5
2024-02-13 08:30 UTC
Requires
- php: ^7.4 || ^8.0
- contao-bootstrap/core: ^2.0
- contao-community-alliance/meta-palettes: ^2.0
- contao/core-bundle: ^4.13.37
- netzmacht/contao-form-designer: ^1.4.4
- netzmacht/html: ^2.0.2
- symfony/config: ^4.4 || ^5.4
- symfony/dependency-injection: ^4.4 || ^5.4
- symfony/http-kernel: ^4.4 || ^5.4.20
Requires (Dev)
- contao/manager-plugin: ^2.1
- doctrine/coding-standard: ^9.0
- phpcq/coding-standard: ^2.1.2
- phpcq/runner-bootstrap: 1.x-dev
Conflicts
This package is auto-updated.
Last update: 2024-09-20 15:45:51 UTC
README
本扩展为Contao CMS提供Bootstrap 4表单支持。
功能
- 水平表单
- 垂直表单
- 为每个表单选择不同的表单布局
- 在内容元素或模块中选择表单布局
- 默认使用自定义样式
- 通过更改表单布局支持非自定义样式
变更日志
见变更日志
要求
- PHP 7.1
- Contao ~4.4
安装
管理版
使用管理版时,安装此包非常简单。只需在Contao Manager中搜索该包并安装,或者您也可以使用CLI。
# Using the contao manager $ php contao-manager.phar.php composer require contao-bootstrap/form~2.0@beta # Using composer directly $ php composer.phar require contao-bootstrap/form~2.0@beta