regionhalland/region-halland-plugin-acf-background-color

为acf区块创建背景色

v1.6.0 2020-10-19 12:58 UTC

This package is auto-updated.

Last update: 2024-09-19 21:20:43 UTC


README

如何使用Region Halland的插件"RhAcfMBackgroundColor"

以下是如何使用"RhAcfMBackgroundColor"插件的说明。

使用范围

此插件为acf区块创建背景色,以便更容易区分区块。

许可证模型

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

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

通过composer导入插件

这两个部分需要添加到您的composer文件中

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

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

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

注意!请确保您获取的是最新版本。

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

版本历史

1.6.0

  • 在wp-admin中为acf区块添加了50px的内边距

1.5.0

  • 添加了CSS样式以纠正Gutenberg中的浮动ACF区块

1.4.1

  • 添加了额外的样式以防止将最后一个元数据框移到最下方

1.4.0

  • 针对ACF 5.9.0进行适配

1.3.0

  • 添加了用于箭头的类

1.2.0

  • 更改到正确的蓝色

1.1.0

  • 调整背景色和字体颜色+大小

1.0.0

  • 第一个版本,包括通过Packagist进行发布的pipeline