offbeatwp/acf-layout 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

offbeatwp/acf-layout

最新稳定版本:2.0.0-beta.5

Composer 安装命令:

composer require offbeatwp/acf-layout

包简介

Layout builder based on ACF using Offbeat's components

README 文档

README

OffbeatWP has a great builder based on Advanced Custom Fields that helps you to create themes with a minimal footprint. You have 100% control over the output of the builder since everything (even rows and component-containers) are based components.

Install by running this command from the root of your OffbeatWP Theme:

composer require offbeatwp/acf-layout

Next, add the following line to your config/services.php file:

OffbeatWP\AcfLayout\Service::class,

Installing the "Row" and "Component" Components

Run the following command from somewhere in your Wordpress installation.

wp acf-layout:install

Enable component for the pagebuilder

Add within the support array in the settings method pagebuilder like:

public static function settings()
{
    return [
        ...
        'supports'   => ['pagebuilder'],
        ...
    ];
}

统计信息

  • 总下载量: 10.37k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 3
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2018-12-27