Add options to configure which language categories to display (#477)

This commit is contained in:
Nixinova
2021-08-17 22:08:49 +12:00
committed by GitHub
parent 34004e8909
commit 7534c37ab8
5 changed files with 45 additions and 12 deletions

View File

@@ -97,6 +97,30 @@ inputs:
description: Indepth languages processing (see documentation before enabling)
type: boolean
default: false
# GitHub language categories to display
plugin_languages_categories:
description: Language categories to display
type: array
format: comma-separated
values:
- data
- markup
- programming
- prose
default: markup, programming
# GitHub language categories to display in recently-used section
plugin_languages_recent_categories:
description: Language categories to display (for recently used section)
type: array
format: comma-separated
values:
- data
- markup
- programming
- prose
default: markup, programming
# Number of activity events to load (for recently used languages statistics)
# A high number will consume more requests