feat(plugins/habits): added limit option in habit languages (#1112)
This commit is contained in:
@@ -67,3 +67,11 @@ inputs:
|
||||
description: Trim unused hours on charts
|
||||
type: boolean
|
||||
default: no
|
||||
|
||||
plugin_habits_languages_limit:
|
||||
description: Limits the number of languages to be displayed
|
||||
type: number
|
||||
default: 8
|
||||
min: 0
|
||||
max: 8
|
||||
zero: disable
|
||||
Reference in New Issue
Block a user