Reduce default padding
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
"debug": false, "//": "Debug logs",
|
"debug": false, "//": "Debug logs",
|
||||||
"mocked": false, "//": "Use mocked data instead of live APIs (use 'force' to use mocked token even if real token are defined)",
|
"mocked": false, "//": "Use mocked data instead of live APIs (use 'force' to use mocked token even if real token are defined)",
|
||||||
"repositories": 100, "//": "Number of repositories to use",
|
"repositories": 100, "//": "Number of repositories to use",
|
||||||
"padding": ["6%", "15%"], "//": "Image padding (default)",
|
"padding": ["6%", "13%"], "//": "Image padding (default)",
|
||||||
"hosted": {
|
"hosted": {
|
||||||
"by": "", "//": "Web instance host (displayed in footer)",
|
"by": "", "//": "Web instance host (displayed in footer)",
|
||||||
"link": "", "//": "Web instance host link (displayed in footer)"
|
"link": "", "//": "Web instance host link (displayed in footer)"
|
||||||
|
|||||||
@@ -126,7 +126,7 @@ inputs:
|
|||||||
description: Image padding
|
description: Image padding
|
||||||
type: array
|
type: array
|
||||||
format: comma-separated
|
format: comma-separated
|
||||||
default: 6%, 15%
|
default: 6%, 13%
|
||||||
|
|
||||||
# Metrics output format
|
# Metrics output format
|
||||||
config_output:
|
config_output:
|
||||||
|
|||||||
Reference in New Issue
Block a user