feat(plugins/sponsors): add new sponsors plugin (#548)
This commit is contained in:
25
source/plugins/sponsors/metadata.yml
Normal file
25
source/plugins/sponsors/metadata.yml
Normal file
@@ -0,0 +1,25 @@
|
||||
name: "💕 GitHub Sponsors"
|
||||
cost: 1 GraphQL request
|
||||
category: github
|
||||
index: 23
|
||||
supports:
|
||||
- user
|
||||
- organization
|
||||
inputs:
|
||||
|
||||
# Enable or disable plugin
|
||||
plugin_sponsors:
|
||||
description: Display GitHub sponsors
|
||||
type: boolean
|
||||
default: no
|
||||
|
||||
# Sections to display
|
||||
plugin_sponsors_sections:
|
||||
description: Sections to display
|
||||
type: array
|
||||
format: comma-separated
|
||||
default: goal, about
|
||||
example: goal, about
|
||||
values:
|
||||
- goal # Display your GitHub active goal
|
||||
- about # Display your GitHub sponsors introduction
|
||||
Reference in New Issue
Block a user