-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
30 lines (29 loc) · 824 Bytes
/
composer.json
File metadata and controls
30 lines (29 loc) · 824 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "drupal/jsonapi_frontend_layout",
"type": "drupal-module",
"description": "Optional Layout Builder integration for jsonapi_frontend. Exposes a normalized Layout Builder tree for true headless rendering.",
"keywords": [
"Drupal",
"JSON:API",
"headless",
"decoupled",
"layout builder",
"layout"
],
"license": "GPL-2.0-or-later",
"homepage": "https://www.drupal.org/project/jsonapi_frontend_layout",
"support": {
"issues": "https://www.drupal.org/project/issues/jsonapi_frontend_layout",
"source": "https://git.drupalcode.org/project/jsonapi_frontend_layout"
},
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
}
],
"require": {
"drupal/core": "^10.3 || ^11",
"drupal/jsonapi_frontend": "^1.0.7"
}
}