25 lines
563 B
YAML
25 lines
563 B
YAML
name: "📓 Repositories"
|
|
category: github
|
|
index: 20
|
|
supports:
|
|
- user
|
|
- organization
|
|
scopes:
|
|
- public_access
|
|
inputs:
|
|
|
|
# Enable or disable plugin
|
|
plugin_repositories:
|
|
description: Display chosen featured repositories
|
|
type: boolean
|
|
default: no
|
|
|
|
# Featured repositories to display
|
|
# If no owner is specified, it will implicitly use the current account login as owner
|
|
plugin_repositories_featured:
|
|
description: List of repositories to display
|
|
type: array
|
|
format: comma-separated
|
|
default: ""
|
|
example: lowlighter/metrics
|