Skip to content
This repository was archived by the owner on Apr 17, 2024. It is now read-only.

Commit 914ffe2

Browse files
author
Mateu Aguiló Bosch
committed
fix: add field enhancer to the field_recipe_instruction field
We need to get the nested "value" property on the recipes resource type.
1 parent 7455f72 commit 914ffe2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

modules/recipes_magazin/config/install/jsonapi_extras.jsonapi_resource_config.node--recipe.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,9 @@ resourceFields:
192192
fieldName: field_recipe_instruction
193193
publicName: instructions
194194
enhancer:
195-
id: ''
195+
id: nested
196+
settings:
197+
path: value
196198
disabled: false
197199
field_summary:
198200
fieldName: field_summary

0 commit comments

Comments
 (0)