From 0ea18a0a8740be7e637c182856c33e393cfa385b Mon Sep 17 00:00:00 2001
From: Tobias Lindberg <tobias.ehlert@gmail.com>
Date: Wed, 31 Jan 2024 00:37:54 +0000
Subject: [PATCH] add support for extra class in menu links (#834)

---
 docs/configurations.md |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/docs/configurations.md b/docs/configurations.md
index 36f0394..0a0b534 100644
--- a/docs/configurations.md
+++ b/docs/configurations.md
@@ -173,6 +173,7 @@
 | name           | string | Yes      | Menu Item name.                          | `"Posts"`                       |
 | weight         | int    | Yes      | Menu Item order.                         | `1`                             |
 | url            | string | Yes      | URL to redirect.                         | `"/posts/"`                     |
+| class          | string | No       | Menu Item extra class attribute.         | `"menu-item"`                   |
 | target         | string | No       | URL target attribute.                    | `"_blank"`                      |
 | rel            | string | No       | URL rel attribute.                       | `"alternate"`                   |
 | type           | string | No       | URL type attribute.                      | `"application/rss+xml"`         |

--
Gitblit v1.10.0