feat(plugins/code): add plugin_code_languages option (#652)
This commit is contained in:
@@ -44,4 +44,13 @@ inputs:
|
||||
type: array
|
||||
format: comma-separated
|
||||
default: ""
|
||||
example: my-repo-1, my-repo-2, owner/repo-3 ...
|
||||
example: my-repo-1, my-repo-2, owner/repo-3 ...
|
||||
|
||||
# Restrict code snippet languages
|
||||
# These are guessed through linguist
|
||||
plugin_code_languages:
|
||||
description: Restrict code snippet languages
|
||||
type: array
|
||||
format: comma-separated
|
||||
default: ""
|
||||
example: javascript, typescript, ....
|
||||
Reference in New Issue
Block a user