diff --git a/README.md b/README.md
index 11548f79..c88da8f2 100644
--- a/README.md
+++ b/README.md
@@ -199,10 +199,12 @@ And you can customize these heavily with plugins, templates and hundreds of opti
-
- Compact display
+ Compact display
+ Detailed display
+
+
|
@@ -422,7 +424,7 @@ Choose `📊 Metrics embed` if you want to customize your GitHub profile and `
### 🐙 Features
-* Create infographics from **34 plugins**, **4 templates** and **197 options**
+* Create infographics from **34 plugins**, **4 templates** and **198 options**
* Even more **customization** with [community templates](source/templates/community) or by [forking this repository](https://github.com/lowlighter/metrics/network/members) and editing HTML/CSS/EJS
* Support **users**, **organizations** and even **repositories**
* Transparent by default so it'll blend well whether light or dark mode is used
diff --git a/action.yml b/action.yml
index 570fe3ab..142e8ea6 100644
--- a/action.yml
+++ b/action.yml
@@ -741,7 +741,7 @@ inputs:
# Achievements display style
plugin_achievements_display:
description: Achievements display style
- default: normal
+ default: detailed
# Number of achievements events to display
# Set to 0 to disable limitations
diff --git a/source/plugins/achievements/README.md b/source/plugins/achievements/README.md
index 6dea2abf..98eb710f 100644
--- a/source/plugins/achievements/README.md
+++ b/source/plugins/achievements/README.md
@@ -4,10 +4,12 @@ The *achievements* plugin displays several highlights about what you achieved on
-
- Compact display
+ Compact display
+ Detailed display
+
+
|
diff --git a/source/plugins/achievements/metadata.yml b/source/plugins/achievements/metadata.yml
index 4434466b..5ed5b8ab 100644
--- a/source/plugins/achievements/metadata.yml
+++ b/source/plugins/achievements/metadata.yml
@@ -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