You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

62 lines
1.2 KiB

6 years ago
name: LLInstagram
version: 0.1
description: Lady Lilia's Instagram feed
icon: instagram
form:
validation: strict
fields:
enabled:
type: toggle
label: Plugin status
highlight: 1
default: 0
options:
1: Enabled
0: Disabled
validate:
type: bool
llinstagram:
6 years ago
type: section
text: Settings
underline: true
fields:
llinstagram.type:
6 years ago
type: select
size: small
label: Media type
default: images
options:
images: Images
videos: Videos
both: Both
llinstagram.filter:
6 years ago
type: text
size: small
label: Filter
placeholder: filter
llinstagram.count:
6 years ago
type: text
size: small
label: Amount of media to show
placeholder: defaults to 10
default: 10
validate:
type: number
min: 1
llinstagram.sort_order:
6 years ago
type: select
size: small
label: Sort order
default: likes
options:
likes: Likes
random: Random
newest: Newest
oldest: Oldest