Skip to content

Commit bb2206c

Browse files
committed
Added more initial config
1 parent 6bb6cc9 commit bb2206c

6 files changed

+111
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
uuid: ab99862c-61a3-43e2-a7dc-71258f5bdd5c
2+
langcode: en
3+
status: true
4+
dependencies:
5+
module:
6+
- file
7+
- os2forms_rest_api
8+
- serialization
9+
enforced:
10+
module:
11+
- os2forms_rest_api
12+
id: entity.file
13+
plugin_id: 'entity:file'
14+
granularity: resource
15+
configuration:
16+
methods:
17+
- GET
18+
formats:
19+
- json
20+
authentication:
21+
- key_auth
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
uuid: 214c1da5-7fe6-46d9-883e-cd1f0f065e91
2+
langcode: da
3+
status: true
4+
dependencies:
5+
module:
6+
- key_auth
7+
- os2forms_rest_api
8+
- serialization
9+
- webform_rest
10+
enforced:
11+
module:
12+
- os2forms_rest_api
13+
id: webform_rest_elements
14+
plugin_id: webform_rest_elements
15+
granularity: resource
16+
configuration:
17+
methods:
18+
- GET
19+
formats:
20+
- json
21+
authentication:
22+
- key_auth
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
uuid: 1d3d3302-95bf-40f3-8704-fd85f7147778
2+
langcode: da
3+
status: true
4+
dependencies:
5+
module:
6+
- key_auth
7+
- os2forms_rest_api
8+
- serialization
9+
- webform_rest
10+
enforced:
11+
module:
12+
- os2forms_rest_api
13+
id: webform_rest_fields
14+
plugin_id: webform_rest_fields
15+
granularity: resource
16+
configuration:
17+
methods:
18+
- GET
19+
formats:
20+
- json
21+
authentication:
22+
- key_auth
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
uuid: 38a900e0-69d2-4494-ab12-0f71c7f4365b
2+
langcode: da
3+
status: true
4+
dependencies:
5+
module:
6+
- key_auth
7+
- os2forms_rest_api
8+
- serialization
9+
- webform_rest
10+
enforced:
11+
module:
12+
- os2forms_rest_api
13+
id: webform_rest_submission
14+
plugin_id: webform_rest_submission
15+
granularity: resource
16+
configuration:
17+
methods:
18+
- GET
19+
formats:
20+
- json
21+
authentication:
22+
- key_auth
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
uuid: aac6320e-4053-4476-b7f7-763ae8b5a667
2+
langcode: da
3+
status: true
4+
dependencies:
5+
module:
6+
- key_auth
7+
- os2forms_rest_api
8+
- serialization
9+
- webform_rest
10+
enforced:
11+
module:
12+
- os2forms_rest_api
13+
id: webform_rest_submit
14+
plugin_id: webform_rest_submit
15+
granularity: resource
16+
configuration:
17+
methods:
18+
- POST
19+
formats:
20+
- json
21+
authentication:
22+
- key_auth

os2forms_rest_api.info.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ package: Web services
55
core_version_requirement: ^9
66
dependencies:
77
- drupal:key_auth
8+
- drupal:webform
9+
- drupal:webform_rest

0 commit comments

Comments
 (0)