regionhalland / region-halland-plugin-wp-disable-full-screen
此插件移除管理员界面中的全屏模式
v1.0.0
2020-10-02 13:05 UTC
This package is auto-updated.
Last update: 2024-09-29 05:36:29 UTC
README
如何使用Region Hallands插件"RhWpDisableFullScreen"
以下是如何使用插件"RhWpDisableFullScreen"的说明。
使用范围
使用此插件可以移除管理员界面中的全屏模式
许可模型
此插件使用GPL-3.0许可模型。您可以通过随附的文件了解更多关于此许可模型的信息
LICENSE (https://regionhalland.visualstudio.com/public.RhWpPlugIns/_git/RhWpDisableFullScreen'?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/RhWpDisableFullScreen
通过composer导入插件
这些部分需要添加到您的composer文件中
Repositories = 插件存储位置,在此例中是github
"repositories": [
{
"type": "vcs",
"url": "https://regionhalland.visualstudio.com/public.RhWpPlugIns/_git/RhWpDisableFullScreen"
},
],
Require = 指定您希望使用的插件版本,在此例中为1.0.0
注意!请确保您获取的是最新版本。
"require": {
"regionhalland/region-halland-wp-disable-full-screen": "1.0.0"
},
版本历史
1.0.0
- 第一个版本包括通过Packagist的发布