Add GitHub Skyline plugin (#147)
This commit is contained in:
28
source/plugins/skyline/metadata.yml
Normal file
28
source/plugins/skyline/metadata.yml
Normal file
@@ -0,0 +1,28 @@
|
||||
name: "🌇 GitHub Skyline 3D calendar"
|
||||
cost: N/A
|
||||
categorie: github
|
||||
supports:
|
||||
- user
|
||||
inputs:
|
||||
|
||||
# Enable or disable plugin
|
||||
plugin_skyline:
|
||||
description: Display GitHub Skyline 3D calendar
|
||||
type: boolean
|
||||
default: no
|
||||
|
||||
# Displayed year
|
||||
plugin_skyline_year:
|
||||
description: Displayed year
|
||||
type: number
|
||||
default: "current-year"
|
||||
min: 2008
|
||||
|
||||
# Number of frames
|
||||
# Use 120 for a full-loop and 60 for a half-loop
|
||||
plugin_skyline_frames:
|
||||
description: Number of frames
|
||||
type: number
|
||||
default: 60
|
||||
min: 1
|
||||
max: 120
|
||||
Reference in New Issue
Block a user