-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblueprints.yaml
67 lines (65 loc) · 1.62 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
59
60
61
62
63
64
65
66
67
name: TecArt Jira Login
version: 0.1.3
description: Login as Jira User via Jira basic authentication
icon: sign-in
author:
name: TecArt GmbH - https://www.tecart.de | Christiana Holland-Jobb
email: [email protected]
homepage: https://www.tecart.de
keywords: grav, plugin, login, jira, atlassian, curl, authentication
license: MIT
dependencies:
- { name: grav, version: '>=1.7.7' }
- { name: login, version: '>=3.4.1' }
- { name: admin, version: '>=1.10.6' }
form:
validation: strict
fields:
enabled:
type: toggle
label: Plugin Status
highlight: 1
default: 1
options:
1: Enabled
0: Disabled
validate:
type: bool
jira_url:
type: text
label: Jira URL
placeholder: e.g. https://jira.tecart.de
help: URL to Jira ssystem that contains the users
validate:
type: text
required: true
jira_api:
type: text
label: Jira Api Path
placeholder: e.g. rest/api/2/issue/createmeta";
validate:
type: text
required: true
save_as_account:
type: toggle
label: Save User in Grav
default: 0
options:
0: Don't Save
1: Save
validate:
type: bool
admin_users:
type: text
label: Jira usernames that should be admins - comma separated
placeholder: e.g. frank-panser, tecart, max-muster
help: This users will get admin rights in admin panel
validate:
type: text
admin_language:
type: toggle
label: Admin language
default: de
options:
de: Deutsch
en: Englisch