From 4b6314bf5e39e0b984353c6a498255bda91ac163 Mon Sep 17 00:00:00 2001 From: NiclasNorin Date: Mon, 18 Mar 2024 17:11:06 +0100 Subject: [PATCH] feat: anchorMenu typings --- source/php/Component/AnchorMenu/anchorMenu.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/php/Component/AnchorMenu/anchorMenu.json b/source/php/Component/AnchorMenu/anchorMenu.json index ea2fdd38..4e80ca0f 100644 --- a/source/php/Component/AnchorMenu/anchorMenu.json +++ b/source/php/Component/AnchorMenu/anchorMenu.json @@ -6,6 +6,9 @@ "description": { "menuItems": "An array containing arrays of items. An item should contain a label, anchor and if wanted an icon as well." }, + "types": { + "menuItems": "array" + }, "view": "anchorMenu.blade.php", "dependency": { "sass": {