Achievements plugin: add option to change display style (#473)

This commit is contained in:
Simon Lecoq
2021-08-12 19:09:13 +02:00
committed by GitHub
parent 2429c60723
commit 8c241b81cd
7 changed files with 89 additions and 11 deletions

View File

@@ -31,6 +31,15 @@ inputs:
type: boolean
default: yes
# Achievements display style
plugin_achievements_display:
description: Achievements display style
type: string
default: normal
values:
- normal # Normal display
- compact # Compact display (only icon, name and value are displayed)
# Number of achievements events to display
# Set to 0 to disable limitations
plugin_achievements_limit: