feat(plugins/core): add config_octicon support (#838) [skip ci]

This commit is contained in:
Simon Lecoq
2022-02-04 04:39:11 +01:00
committed by GitHub
parent 9b27024c56
commit cc855ad228
5 changed files with 62 additions and 5 deletions

View File

@@ -243,6 +243,22 @@ inputs:
default: yes
global: yes
config_octicon:
description: |
Use GitHub octicons
Octicons are open-sourced icons provided by GitHub.
See full list at https://primer.style/octicons.
To include an octicon, use the following syntax: `:octicon-{name}-{size}:`.
Size must be a supported icon size (12, 16 or 24).
16px octicons can omit size and directly use `:octicon-{name}:` syntax.
May increase filesize
type: boolean
default: no
global: yes
config_display:
description: |
Display width (for image output formats)