-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.yaml
More file actions
21 lines (19 loc) · 860 Bytes
/
plugin.yaml
File metadata and controls
21 lines (19 loc) · 860 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
plugin:
icon: 'icon-lock'
name: 'bytemethod.passwordpolicy::lang.plugin.name'
description: 'bytemethod.passwordpolicy::lang.plugin.description'
author: 'ByteMethod Consulting'
homepage: 'https://www.bytemethod.ca'
settings:
password_policy:
icon: 'icon-lock'
label: 'bytemethod.passwordpolicy::lang.backend.settings.label'
description: 'bytemethod.passwordpolicy::lang.backend.settings.description'
class: '\ByteMethod\PasswordPolicy\Models\Settings'
category: 'system::lang.system.categories.system'
permissions:
- 'bytemethod.passwordpolicy.manage'
permissions:
bytemethod.passwordpolicy.manage:
tab: 'bytemethod.passwordpolicy::lang.plugin.name'
label: 'bytemethod.passwordpolicy::lang.permission.manage'