diff --git a/config/api_resources/nsarticle.yml b/config/api_resources/nsarticle.yml index bc00c3a4..f7198353 100644 --- a/config/api_resources/nsarticle.yml +++ b/config/api_resources/nsarticle.yml @@ -22,3 +22,20 @@ App\GeneratedEntity\NSArticle: - tag_base - translation_base - document_display + + getByPath: + normalization_context: + groups: + - web_response + - position + - walker + - walker_level + - walker_metadata + - meta + - children + - children_count + - nodes_sources + - urls + - tag_base + - translation_base + - document_display diff --git a/config/api_resources/nspage.yml b/config/api_resources/nspage.yml index ad230148..7b58aa00 100644 --- a/config/api_resources/nspage.yml +++ b/config/api_resources/nspage.yml @@ -22,3 +22,20 @@ App\GeneratedEntity\NSPage: - tag_base - translation_base - document_display + + getByPath: + normalization_context: + groups: + - web_response + - position + - walker + - walker_level + - walker_metadata + - meta + - children + - children_count + - nodes_sources + - urls + - tag_base + - translation_base + - document_display