laemmi/laemmi-yourls-comment-label
Composer 安装命令:
composer require laemmi/laemmi-yourls-comment-label
包简介
Plugin for YOURLS. Add comment and labels for url entry.
README 文档
README
Plugin for YOURLS 1.7
Description
Add comment and labels for url entry. Localization for german. Use this plugin with "laemmi-yourls-easy-ldap" plugin. You must install "laemmi-yourls-default-tools" fist.
Installation
- In /user/plugins, create a new folder named laemmi-yourls-comment-label.
- Drop these files in that directory.
- Via git goto /users/plugins and type git clone https://github.com/Laemmi/laemmi-yourls-comment-label.git
- Add config values to config file
- Go to the YOURLS Plugins administration page and activate the plugin.
- Install via composer. Add following to composer.json in require section.
"require":{ "laemmi/laemmi-yourls-comment-label": "^1.0" }
Available config values
Allowed ldap groupsnames with yourls action and list permissions
define('LAEMMI_EASY_LDAP_ALLOWED_GROUPS', json_encode([ 'MY-LDAP-GROUPNAME' => ['action-edit-comment', 'action-edit-label', 'list-show-comment', 'list-show-label'] ]));
Permissions
Actions
- action-edit-comment = Add/edit comment
- action-edit-label = Add/edit label
List
- list-show-comment = Show comment
- list-show-label = Show label
统计信息
- 总下载量: 59
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-11-23