Skip to content

Commit dcbf94a

Browse files
committed
importing_data.md: center check mark
1 parent 6542d08 commit dcbf94a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/content_management/field_types/form_and_template.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,13 +131,12 @@ you need to define a template containing a block for the field.
131131

132132
By convention, your block must be named `<fieldTypeIdentifier>_field`.
133133

134-
135134
!!! tip
136135

137136
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).
138137

139138
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).
141140

142141
### Template variables
143142

0 commit comments

Comments
 (0)