From c098467ec26496b25c85ba21f9f8faa4f04bd671 Mon Sep 17 00:00:00 2001 From: Marc Jauvin Date: Sun, 29 Dec 2024 10:02:56 -0500 Subject: [PATCH] add missing blank line --- plugin/settings.md | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/settings.md b/plugin/settings.md index 197b13d..c88885e 100644 --- a/plugin/settings.md +++ b/plugin/settings.md @@ -145,6 +145,7 @@ public function registerSettings(): array ]; } ``` + #### Properties The optional `category` parameter is used by the backend settings page to organize links. If a category is not provided, the new link will be added to the `Misc` category.