moinframe/kirby-dreamform-info-field
最新稳定版本:0.1.0
Composer 安装命令:
composer require moinframe/kirby-dreamform-info-field
包简介
Simple Info field for Kirby Dreamform
README 文档
README
This plugin adds a simple info field to the Kirby Dreamform plugin. It can be used to display additional information (and links) to your visitors.
Installation
Download
Download and copy this repository to /site/plugins/kirby-dreamform-info-field.
Git submodule
git submodule add https://github.com/moinframe/kirby-dreamform-info-field.git site/plugins/kirby-dreamform-info-field
Composer
composer require moinframe/kirby-dreamform-info-field
Usage
The info field will be automatically added to the form builder. If you have defined custom form fields, you first need to add it to the config.
// site/config/config.php return [ 'tobimori.dreamform' => [ 'fields' => [ 'available' => ['text', 'textarea', 'info' /* other fields here */ ], ], ], ];
License
MIT
However, you need a valid Dreamform license to use this plugin.
统计信息
- 总下载量: 124
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-05-26
