Skip to content

Commit 230acc7

Browse files
committed
chore: add composer metadata
1 parent 9fdfda5 commit 230acc7

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

composer.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,20 @@
22
"name": "drupal/jsonapi_frontend_menu",
33
"description": "Menu tree endpoint for jsonapi_frontend (active trail + headless routing hints).",
44
"type": "drupal-module",
5+
"keywords": [
6+
"Drupal",
7+
"JSON:API",
8+
"headless",
9+
"decoupled",
10+
"menu",
11+
"navigation"
12+
],
513
"license": "GPL-2.0-or-later",
14+
"homepage": "https://www.drupal.org/project/jsonapi_frontend_menu",
15+
"support": {
16+
"issues": "https://www.drupal.org/project/issues/jsonapi_frontend_menu",
17+
"source": "https://git.drupalcode.org/project/jsonapi_frontend_menu"
18+
},
619
"require": {
720
"drupal/core": "^10.3 || ^11",
821
"drupal/jsonapi_frontend": "^1.0.6"

0 commit comments

Comments
 (0)