-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblueprints.yaml
45 lines (42 loc) · 1.04 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
name: Grav Ray
slug: grav-ray
type: plugin
version: 1.0.0
description: Grav plugin for the Ray debugger app
icon: bug
author:
name: Trilby Media
email: [email protected]
homepage: https://github.com/trilbymedia/grav-plugin-grav-ray
demo: http://demo.yoursite.com
keywords: grav, plugin, etc
bugs: https://github.com/trilbymedia/grav-plugin-grav-ray/issues
docs: https://github.com/trilbymedia/grav-plugin-grav-ray/blob/develop/README.md
license: MIT
dependencies:
- { name: grav, version: '>=1.7.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
host:
type: text
label: Host
help: The host used to communicate with the Ray app
default: 'localhost'
port:
type: number
label: Port
help: The port number used to communicate with the Ray app.
default: 23517
validate:
type: int