Change default display mode name to detailed for achievements
This commit is contained in:
@@ -4,10 +4,12 @@ The *achievements* plugin displays several highlights about what you achieved on
|
||||
|
||||
<table>
|
||||
<td align="center">
|
||||
<img src="https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.achievements.svg">
|
||||
<details><summary>Compact display</summary>
|
||||
<details open><summary>Compact display</summary>
|
||||
<img src="https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.achievements.compact.svg">
|
||||
</details>
|
||||
<details open><summary>Detailed display</summary>
|
||||
<img src="https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.achievements.svg">
|
||||
</details>
|
||||
<img width="900" height="1" alt="">
|
||||
</td>
|
||||
</table>
|
||||
|
||||
@@ -35,10 +35,10 @@ inputs:
|
||||
plugin_achievements_display:
|
||||
description: Achievements display style
|
||||
type: string
|
||||
default: normal
|
||||
default: detailed
|
||||
values:
|
||||
- normal # Normal display
|
||||
- compact # Compact display (only icon, name and value are displayed)
|
||||
- detailed # Detailed display
|
||||
- compact # Compact display (only icon, name and value are displayed)
|
||||
|
||||
# Number of achievements events to display
|
||||
# Set to 0 to disable limitations
|
||||
|
||||
Reference in New Issue
Block a user