regionhalland/region-halland-plugin-acf-apps

为App文章类型创建Posttyp,ACF字段和REST设置

安装: 40

依赖项: 0

建议者: 0

安全性: 0

类型:wordpress-plugin

v1.0.2 2021-01-12 13:05 UTC

This package is auto-updated.

Last update: 2024-09-18 22:11:55 UTC


README

如何使用Region Hallands插件"RhAcfApps"

以下是如何使用"RhAcfApps"插件的具体说明。

应用范围

此插件创建了一个App文章类型,ACF字段为Apps,并处理WordPress REST API返回的内容

许可证模型

此插件使用GPL-3.0许可证模型。您可以通过随附文件了解更多关于此许可证模型的信息

LICENSE (https://regionhalland.visualstudio.com/public.RhWpPlugIns/_git/RhAcfApps?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/RhAcfApps

通过composer导入插件

以下两部分需要添加到您的composer文件中

Repositories = 插件存储的位置,在此例中为github

"repositories": [
  {
    "type": "vcs",
    "url": "https://regionhalland.visualstudio.com/public.RhWpPlugIns/_git/RhAcfApps"
  },
],

Require = 指定要使用的插件版本,在此例中为1.0.0

注意!请确保您下载的是最新版本。

"require": {
  "regionhalland/region-halland-acf-apps": "1.0.0"
},

版本历史

1.1.0

  • ACF字段现在在WP-JSON REST API中显示

1.0.2

  • 修正了每个字段的"name"-ACF字段

1.0.1

  • 仅显示编辑器中的"Visual"选项卡

1.0.0

  • 第一个版本包括通过Packagist发布的版本