acf builder:高级定制字段配置生成器 源码
ACF生成器 使用构建器模式和流畅的API为创建配置数组。 快速创建,注册和重用ACF配置,并将其保存在源代码存储库中。 要了解有关通过php注册ACF字段的更多信息,请参阅 简单的例子 $ banner = new StoutLogic \ AcfBuilder \ FieldsBuilder ( 'banner' ); $ banner -> addText ( 'title' ) -> addWysiwyg ( 'content' ) -> addImage ( 'background_image' ) -> setLocation ( 'post_ty
文件列表
acf-builder-master.zip
(预估有个54文件)
acf-builder-master
composer.json
816B
.travis.yml
119B
phpunit.xml
165B
composer.lock
44KB
package.json
305B
gulpfile.js
530B
tests
TabBuilderTest.php
1KB
FieldBuilderTest.php
9KB
暂无评论