regionhalland / region-halland-plugin-tinymce-add-buttons
在编辑器中激活上浮和下沉文本
v1.0.0
2020-08-17 09:07 UTC
This package is auto-updated.
Last update: 2024-09-17 18:39:11 UTC
README
如何使用Region Hallands插件"RhTinyMCEaddButtons"
以下是如何使用"RhTinyMCEaddButtons"插件的操作指南。
使用范围
此插件激活了Wordpress编辑器中上浮和下沉文本的按钮。注意!需要网站管理员激活适当的CSS来上浮/下沉文本,以便正确显示给网站访客。
许可证模型
此插件使用GPL-3.0许可证模型。您可以通过随附的文件了解更多关于此许可证模型的信息
LICENSE (https://regionhalland.visualstudio.com/public.RhWpPlugIns/_git/RhTinyMCEaddButtons?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/RhTinyMCEaddButtons
通过composer导入插件
这两个部分需要您添加到您的composer文件中
存储库 = 插件存储的位置,在此情况下为github
"repositories": [
{
"type": "vcs",
"url": "https://regionhalland.visualstudio.com/public.RhWpPlugIns/_git/RhTinyMCEaddButtons"
},
],
要求 = 指定您希望使用的插件版本,在此情况下为版本0.0.1
注意!确保您获取了最新版本。
"require": {
"regionhalland/region-halland-tinymce-add-buttons": "0.0.1"
},
版本历史
1.0.0
- 第一个版本
0.0.1
- 测试版本发布