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
62 lines
1.2 KiB
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
|
|
|
|
instagram:
|
|
type: section
|
|
text: Settings
|
|
underline: true
|
|
fields:
|
|
|
|
instagram.type:
|
|
type: select
|
|
size: small
|
|
label: Media type
|
|
default: images
|
|
options:
|
|
images: Images
|
|
videos: Videos
|
|
both: Both
|
|
|
|
instagram.filter:
|
|
type: text
|
|
size: small
|
|
label: Filter
|
|
placeholder: filter
|
|
|
|
instagram.count:
|
|
type: text
|
|
size: small
|
|
label: Amount of media to show
|
|
placeholder: defaults to 10
|
|
default: 10
|
|
validate:
|
|
type: number
|
|
min: 1
|
|
|
|
instagram.sort_order:
|
|
type: select
|
|
size: small
|
|
label: Sort order
|
|
default: likes
|
|
options:
|
|
likes: Likes
|
|
random: Random
|
|
newest: Newest
|
|
oldest: Oldest
|