netzmacht / contao-form-designer
Contao表单设计器允许自定义表单样式
1.4.4
2024-02-13 08:09 UTC
Requires
- php: ^8.1
- composer-runtime-api: ^2.0
- ext-dom: *
- contao-community-alliance/meta-palettes: ^2.0
- contao/core-bundle: ^4.13.37 || ^5.2.8
- doctrine/dbal: ^3.4
- mvo/contao-group-widget: ^1.4
- netzmacht/html: ^2.0.2 || ^3.0
- psr/log: ^1.0 || ^2.0 || ^3.0
- symfony/config: ^5.4 || ^6.0
- symfony/dependency-injection: ^5.4 || ^6.0
- symfony/event-dispatcher: ^5.4 || ^6.0
- symfony/event-dispatcher-contracts: ^1.1 || ^2.0 || ^3.0
- symfony/http-foundation: ^5.4 || ^6.0
- symfony/http-kernel: ^5.4 || ^6.0
Requires (Dev)
- contao/manager-plugin: ^2.1
- doctrine/coding-standard: ^11.0
- phpcq/runner-bootstrap: ^1.0@dev
README
Contao表单设计器提供了更多灵活性来自定义表单渲染
- 将表单模板拆分为布局、标签、控件、帮助信息和错误信息的独立模板
- 在主题中定义自定义表单布局
- 在表单、模块或内容元素中选择自定义表单布局
- 额外的帮助信息功能。
- 为表单控件元素自定义CSS类。
变更日志
要求
- 最低Contao 4.13或Contao 5
- 最低PHP 8.1
安装
管理版
使用管理版时,安装Contao表单设计器非常简单。只需在Contao Manager中搜索该包并安装它。或者,您可以使用CLI。
# Using the contao manager $ php contao-manager.phar.php composer require netzmacht/contao-form-designer # Using composer directly $ php composer.phar require netzmacht/contao-form-designer