moxie-lean/acf-gravity-forms-select
最新稳定版本:0.1.3
Composer 安装命令:
composer require moxie-lean/acf-gravity-forms-select
包简介
Component for ACF to allow selection the ID of the gravity forms
README 文档
README
ACT Type to select a new Gravity Form
Description
This is a type for the ACF plugin that creates a new select type of field to allow easy selection of Gravity Forms.
It creates a dropdown with a list of all active forms in the site by title and returns
the ID of the form to be used as required. if the value none is selected it will return
0 as the default value for no form selected.
Requirements
- PHP 5.4+
- Composer
- ACF 5+
- Gravity Forms plugin
Installation.
This plugin works only on ACF 5 and above so please make sure you have the correct version
mentioned on the (requirements)[#requirements] section. In order to install this new
type you need to add a composer.json file at the root of your WordPress project as follows.
{
"name": "project-name",
"require": {
"php": ">=5.4",
"moxie-lean/acf-gravity-forms-select": "^0.1.0"
}
}
Or directly from your terminal:
composer require moxie-lean/acf-gravity-forms-select
And then run composer update and activate the new ACF Type as a regular plugin.
统计信息
- 总下载量: 14.99k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-04-29