feat(plugins/sponsors): add new sponsors plugin (#548)

This commit is contained in:
Simon Lecoq
2021-09-29 20:17:38 -04:00
committed by GitHub
parent 357cf06d40
commit 96ae8d1dfc
10 changed files with 250 additions and 3 deletions

View 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