freshsystems/wp-acf-markdown-field
最新稳定版本:1.0.0
Composer 安装命令:
composer require freshsystems/wp-acf-markdown-field
包简介
Adds a Markdown field to Advanced Custom Fields.
关键字:
README 文档
README
A WordPress plugin that includes a markdown field type for use with the ACF plugin.
Features
- Adds a
markdownfield type for use with the Advanced Custom Fields plugin. - Supports the WP media picker for embedding images into markdown content.
Requirements
- Advanced Custom Fields
>= 5 - PHP
>= 5.4
Installation
Use Composer to install the mu-plugin.
composer require freshsystems/wp-acf-markdown-field
If your WordPress project doesn't support directory-based mu-plugins, or you'd prefer to install the plugin as a regular plugin, you can override the default install path in your project's composer file (ensuring that you use the correct path to your project's plugin directory).
...
"extra": {
"installer-paths": {
"web/app/plugins/{$name}/": ["freshsystems/wp-acf-markdown-field"]
}
}
...
If you're not using Composer with WordPress, you can alternatively download the ZIP archive from the releases page and upload/install the plugin manually.
统计信息
- 总下载量: 8.87k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 15
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0
- 更新时间: 2022-03-14
