-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblueprints.yaml
58 lines (53 loc) · 1.56 KB
/
blueprints.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
name: Admin Addon User Manager
version: 2.3.0
description: A simple admin panel extension which adds the option to manage users and groups
icon: plug
author:
name: Dávid Szabó
email: [email protected]
homepage: https://github.com/david-szabo97/grav-plugin-admin-addon-user-manager
keywords: grav, plugin, admin, media
bugs: https://github.com/david-szabo97/grav-plugin-admin-addon-user-manager/issues
docs: https://github.com/david-szabo97/grav-plugin-admin-addon-user-manager/blob/master/README.md
license: MIT
dependencies:
- { name: grav, version: '>=1.0.0' }
- { name: admin, version: '>=1.0.0' }
form:
validation: strict
fields:
enabled:
type: toggle
label: PLUGIN_ADMIN.PLUGIN_STATUS
highlight: 1
default: 0
options:
1: PLUGIN_ADMIN.ENABLED
0: PLUGIN_ADMIN.DISABLED
validate:
type: bool
default_list_style:
label: PLUGIN_ADMIN_ADDON_USER_MANAGER.DEFAULT_LIST_STYLE
type: select
options:
grid: PLUGIN_ADMIN_ADDON_USER_MANAGER.GRID
list: PLUGIN_ADMIN_ADDON_USER_MANAGER.LIST
pagination.per_page:
label: PLUGIN_ADMIN_ADDON_USER_MANAGER.USERS_PER_PAGE
type: select
options:
10: 10
20: 20
30: 30
40: 40
50: 50
60: 60
70: 70
80: 80
90: 90
100: 100
custom_permissions:
label: PLUGIN_ADMIN_ADDON_USER_MANAGER.CUSTOM_PERMISSIONS
type: array
placeholder_value: PLUGIN_ADMIN_ADDON_USER_MANAGER.CUSTOM_PERMISSIONS_PLACEHOLDER
value_only: true