-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblueprints.yaml
50 lines (47 loc) · 1.07 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
name: Astrobin
version: 1.0.9
description: "This plugin provides astrobin shortcodes for images and galleries"
icon: picture-o
author:
name: Marco Gulino
email: [email protected]
url: http://gulinux.net
homepage: https://github.com/GuLinux/grav-plugin-astrobin
keywords: astrobin, media
bugs: https://github.com/GuLinux/grav-plugin-astrobin/issues
license: GPLv3
dependencies:
- shortcode-core
- featherlight
form:
validation: strict
fields:
enabled:
type: toggle
label: Plugin Enabled
highlight: 1
default: 1
options:
1: Enabled
0: Disabled
validate:
type: bool
astrobin_api_key:
type: text
size: medium
label: Astrobin API Key
validate:
required: true
astrobin_api_secret:
type: text
size: medium
label: Astrobin API Secret
validate:
required: true
astrobin_cache_duration:
type: text
size: small
label: Astrobin requests cache duration (seconds, 0 to disable caching)
validate:
type: number
min: 0