From b43968178591665a605e2ba9c99f26fc75b99d0e Mon Sep 17 00:00:00 2001 From: Adrien Dupuis <61695653+adriendupuis@users.noreply.github.com> Date: Tue, 23 Sep 2025 11:25:59 +0200 Subject: [PATCH] form_and_template.md: Fix content_fields.html.twig --- docs/content_management/field_types/form_and_template.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/content_management/field_types/form_and_template.md b/docs/content_management/field_types/form_and_template.md index 471cdf36c9..ccb46a0cb3 100644 --- a/docs/content_management/field_types/form_and_template.md +++ b/docs/content_management/field_types/form_and_template.md @@ -131,13 +131,12 @@ you need to define a template containing a block for the field. By convention, your block must be named `_field`. - !!! tip Template blocks for built-in field types are available in [`Core/Resources/views/content_fields.html.twig`](https://github.com/ibexa/core/blob/main/src/bundle/Core/Resources/views/content_fields.html.twig). This template is also exposed as a part of Standard Design, so you can override it with the [design engine](design_engine.md). - To do so, place the template `themes/standard/content_fields.html.twig` in your `Resources/views` (assuming `ibexa_standard_design.override_kernel_templates` is set to true). + To do so, create the template `templates/themes/standard/content_fields.html.twig` (assuming `ibexa_standard_design.override_kernel_templates` is set to true). ### Template variables