-
Notifications
You must be signed in to change notification settings - Fork 12
/
blueprints.yaml
74 lines (68 loc) · 1.77 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
63
64
65
66
67
68
69
70
71
72
73
74
name: Instagram
version: 1.3.0
description: "**Instagram** is a simple plugin that includes Instagram feed to your Grav website."
icon: instagram
author:
name: Igor Buyanov
email: [email protected]
url: https://github.com/artifex404/grav-plugin-instagram
homepage: https://github.com/artifex404/grav-plugin-instagram
keywords: instagram
bugs: https://github.com/artifex404/grav-plugin-instagram/issues
license: MIT
form:
validation: loose
fields:
enabled:
type: toggle
label: Plugin status
highlight: 1
default: 0
options:
1: Enabled
0: Disabled
validate:
type: bool
feed_parameters:
type: section
title: Feed Parameters
underline: true
fields:
feed_parameters.count:
type: text
size: small
label: Amount of feed items to show
placeholder: "Defaults to 7"
default: 7
validate:
type: number
min: 1
max: 20
feed_parameters.cache_time:
type: text
size: small
label: Hours to cache the feed
placeholder: "Defaults to 1"
default: 1
validate:
type: number
min: 1
max: 65535
feed_parameters.user_id:
type: text
size: small
label: User id
help: Instagram user id whose feed will be shown
placeholder: "user id"
default: ''
validate:
type: string
feed_parameters.access_token:
type: text
size: large
label: Access token
help: Instagram API access token
placeholder: "access token"
default: ''
validate:
type: string