regionhalland / region-halland-plugin-acf-page-core-model
ACF字段用于内容编辑助手
v1.0.0
2020-06-12 08:39 UTC
This package is auto-updated.
Last update: 2024-09-12 18:19:54 UTC
README
如何使用Region Halland的插件"RhAcfPageCoreModel"
以下是如何使用"RhAcfPageCoreModel"插件的说明。
使用范围
此插件为编辑创建ACF字段
许可证模型
此插件使用GPL-3.0许可证模型。您可以通过随附文件了解更多关于此许可证模型的信息
LICENSE (https://regionhalland.visualstudio.com/public.RhWpPlugIns/_git/RhAcfPageCoreModel?path=%2FLICENSE&version=GBmaster)
安装和激活
A) Hämta pluginen via Git eller läs in det med Composer
B) Installera Region Hallands plugin i Wordpress plugin folder
C) Aktivera pluginet inifrån Wordpress admin
通过Git获取插件
git clone https://regionhalland.visualstudio.com/public.RhWpPlugIns/_git/RhAcfPageCoreModel
通过composer导入插件
这两个部分需要添加到您的composer文件中
Repositories = 插件存储位置,在本例中为github
"repositories": [
{
"type": "vcs",
"url": "https://regionhalland.visualstudio.com/public.RhWpPlugIns/_git/RhAcfPageCoreModel"
},
],
Require = 指定您想使用的插件版本,在本例中为1.0.0
注意!确保您获取的是最新版本。
"require": {
"regionhalland/region-halland-acf-page-core-model": "1.0.0"
},
版本历史
1.0.0
- 第一个版本通过Packagist发布