You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content_management/field_types/form_and_template.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -131,13 +131,12 @@ you need to define a template containing a block for the field.
131
131
132
132
By convention, your block must be named `<fieldTypeIdentifier>_field`.
133
133
134
-
135
134
!!! tip
136
135
137
136
Template blocks for built-in field types are available in [`Core/Resources/views/content_fields.html.twig`](https://github.com/ibexa/core/blob/4.6/src/bundle/Core/Resources/views/content_fields.html.twig).
138
137
139
138
This template is also exposed as a part of Standard Design, so you can override it with the [design engine](design_engine.md).
140
-
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).
139
+
To do so, create the template `templates/themes/standard/content_fields.html.twig` (assuming `ibexa_standard_design.override_kernel_templates` is set to true).
0 commit comments