fix(plugins/stargazers): add missing default

This commit is contained in:
lowlighter
2022-01-27 12:45:51 -05:00
parent e53361de9e
commit f3c9384661

View File

@@ -24,7 +24,7 @@ inputs:
- `classic`: `<div>` based charts, simple and lightweight - `classic`: `<div>` based charts, simple and lightweight
- `chartist`: `<svg>` based charts, smooth - `chartist`: `<svg>` based charts, smooth
type: string type: string
default: default: classic
values: values:
- classic - classic
- chartist - chartist