-
Notifications
You must be signed in to change notification settings - Fork 0
/
blueprints.yaml
40 lines (37 loc) · 1.11 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
name: Api Git Sync Integrator
slug: api-git-sync-integrator
type: plugin
version: 1.0.0
description: An integration plugin to integrate Git Sync with Api
icon: plug
author:
name: Djairho Geuens
email: [email protected]
homepage: https://github.com/djairhogeuens/grav-plugin-api-git-sync-integrator
keywords: grav, plugin, api, git
bugs: https://github.com/djairhogeuens/grav-plugin-api-git-sync-integrator/issues
docs: https://github.com/djairhogeuens/grav-plugin-api-git-sync-integrator/blob/develop/README.md
license: MIT
dependencies:
- { name: grav, version: '>=1.6.0' }
- { name: api, version: '>=0.1.0'}
- { name: gitsync, version: '>=2.1.0'}
form:
validation: strict
fields:
general:
type: section
title: General
text: Hover over the field labels to discover more information about the plugin's configuration setting.
underline: true
enabled:
type: toggle
label: Plugin Status
help: Enable, or disable, the API-Git Sync integrator plugin.
highlight: 1
default: 0
options:
1: Enabled
0: Disabled
validate:
type: bool