53 lines
1.3 KiB
YAML
53 lines
1.3 KiB
YAML
name: "💫 Starlists"
|
|
category: github
|
|
index: 24
|
|
supports:
|
|
- user
|
|
scopes: []
|
|
inputs:
|
|
|
|
# Enable or disable plugin
|
|
plugin_starlists:
|
|
description: Display star lists
|
|
type: boolean
|
|
default: no
|
|
|
|
# Number of star lists to display
|
|
plugin_starlists_limit:
|
|
description: Number of star lists to display
|
|
type: number
|
|
default: 2
|
|
min: 1
|
|
max: 100
|
|
|
|
# Number of repositories to display per star lists
|
|
plugin_starlists_limit_repositories:
|
|
description: Number of repositories to display per star lists
|
|
type: number
|
|
default: 2
|
|
min: 0
|
|
max: 100
|
|
|
|
# Shuffle displayed repositories for varied outputs
|
|
plugin_starlists_shuffle_repositories:
|
|
description: Shuffle displayed repositories
|
|
type: boolean
|
|
default: yes
|
|
|
|
# List of star lists that will be ignored
|
|
plugin_starlists_ignored:
|
|
description: Star lists to skip
|
|
type: array
|
|
format: comma-separated
|
|
default: ""
|
|
example: 😎 list1, 🥳 list2, ...
|
|
|
|
# List of star lists to display
|
|
# Using this option is equivalent of using "plugin_starlists_ignored" with all star lists but the ones listed
|
|
plugin_starlists_only:
|
|
description: Star lists to display
|
|
type: array
|
|
format: comma-separated
|
|
default: ""
|
|
example: 😎 list1, 🥳 list2, ...
|