zouloux/bowl

在Wordplate基础上为Wordpress提供的高级CMS字段工作流程。

维护者

详细信息

github.com/zouloux/bowl

源代码

问题

安装次数: 790

依赖者: 0

建议者: 0

安全性: 0

星标: 0

关注者: 2

分支: 0

开放问题: 0

类型:wordpress-plugin


README

在Wordplate基础上为Wordpress提供的高级CMS字段工作流程。

安装

  1. 将此设置为 composer.json 以通过Bedrock安装为 mu-plugin
{
	// ...
	"extra": {
		"installer-paths": {
			"public/mu-plugins/{$name}": [
				"type:wordpress-muplugin",
				"zouloux/bowl"
				// ... other plugins
			],
			"public/plugins/{$name}": [
				"type:wordpress-plugin"
				// ... other plugins
			],
			"public/themes/{$name}": [
				"type:wordpress-theme"
				// ... themes
			]
		},
		"wordpress-install-dir": "public/wordpress"
	},
	// ...
}
  1. 使用composer安装

    $ composer require zouloux/bowl

要求

  • Bowl 使用 Wordplate (wordplate/framework).
  • Bowl 需要 wpackagist-plugin/advanced-custom-fields-prowordplate/acf
  • Bowl 可选地使用 wpackagist-plugin/wp-multilang 作为多语言插件。

其他应与Bowl一起使用的插件/包

  • wordplate/mail
  • wpackagist-plugin/admin-ui-cleaner
  • wpackagist-plugin/disable-comments
  • wpackagist-plugin/flamingo
  • wpackagist-plugin/post-types-order
  • wpackagist-plugin/regenerate-thumbnails
  • wpackagist-plugin/wp-limit-login-attempts
  • 如果您想使用Bowl的BlurHash功能,请使用 kornrunner/blurhash

文档

TODO : 使用 https://github.com/zouloux/starters 创建一个新的bowl应用程序

TODO : 如何配置Bowl应用程序

TODO : 与Nano和twig一起使用以渲染模板