-
Notifications
You must be signed in to change notification settings - Fork 2
/
blueprints.yaml
56 lines (53 loc) · 1.17 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
name: Flickr
version: 1.0.6
description: "This plugin provides flickr shortcodes for images and galleries"
icon: flickr
author:
name: Marco Gulino
email: [email protected]
url: http://gulinux.net
homepage: https://github.com/GuLinux/grav-plugin-flickr
keywords: flickr, media
bugs: https://github.com/GuLinux/grav-plugin-flickr/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
flickr_api_key:
type: text
size: medium
label: Flickr API Key
validate:
required: true
flickr_api_secret:
type: text
size: medium
label: Flickr API Secret
validate:
required: true
flickr_user_id:
type: text
size: medium
label: Flickr User ID
validate:
required: true
flickr_cache_duration:
type: text
size: small
label: Flickr requests cache duration (seconds, 0 to disable caching)
validate:
type: number
min: 0