netzmacht/contao-form-designer

Contao表单设计器允许自定义表单样式

资助包维护!
dmolineus

安装量: 48,361

依赖项: 2

建议者: 0

安全: 0

星标: 3

关注者: 2

分支: 4

公开问题: 1

类型:contao-bundle

1.4.4 2024-02-13 08:09 UTC

README

Build Status Version License Downloads Contao Community Alliance coding standard

Contao表单设计器提供了更多灵活性来自定义表单渲染

  • 将表单模板拆分为布局、标签、控件、帮助信息和错误信息的独立模板
  • 在主题中定义自定义表单布局
  • 在表单、模块或内容元素中选择自定义表单布局
  • 额外的帮助信息功能。
  • 为表单控件元素自定义CSS类。

变更日志

查看CHANGELOG.md

要求

  • 最低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