-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathblueprints.yaml
62 lines (60 loc) · 1.43 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
name: Directus
slug: directus
type: plugin
version: 0.6.0
description: a directus api plugin
icon: plug
author:
name: Erik Konrad
email: [email protected]
homepage: https://github.com/erik-konrad/grav-plugin-directus
keywords: grav, plugin, etc
bugs: https://github.com/erik-konrad/grav-plugin-directus/issues
docs: https://github.com/erik-konrad/grav-plugin-directus/blob/develop/README.md
license: MIT
dependencies:
- { name: grav, version: '>=1.6.0' }
form:
validation: loose
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
disableCors:
type: toggle
label: Disable CORS Checks
highlight: 1
default: 0
options:
1: CORS Checks off
0: CORS Checks on
validate:
type: bool
assetsFolderName:
type: text
label: Assets Folder Name
directus.directusAPIUrl:
type: text
label: Directus API URL
directus.projectName:
type: text
label: Directus API Project Name
directus.token:
type: text
label: Directus Token
directus.email:
type: text
label: Directus API User / Email
directus.password:
type: text
label: Directus API Password
directus.hookPrefix:
type: text
label: Hook Prefix for GRAV - Webhooks