obisconcept/neos-ajax-form
Composer 安装命令:
composer require obisconcept/neos-ajax-form
包简介
A Neos CMS package to load and submit forms with ajax.
README 文档
README
A Neos CMS package to load and submit forms with ajax
Installation
Add the package in your site package composer.json
"require": {
"obisconcept/neos-ajax-form": "~2.0.0"
}
Requirements
The package requires jQuery which is not provided within.
By default the standard form node type provided by Neos CMS will be removed. If you want to use both at the same time remove the constraint from the default content collection in your NodeTypes.yaml
'Neos.Neos:ContentCollection':
constraints:
nodeTypes:
'Neos.Neos.NodeTypes:Form': TRUE
统计信息
- 总下载量: 1.69k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-08-09