Skip to content

Commit fcc90ae

Browse files
Fixes ater review
1 parent af6cb5f commit fcc90ae

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/templating/twig_function_reference/content_twig_functions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ If the content item doesn't have a translation in the prioritized or passed lang
8181

8282
| Argument | Type | Description |
8383
|---------------|------|-------------|
84-
| `content` | [`Content`](../../api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-Repository-Values-Content-Content.html), [`ContentInfo`](../../api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-Repository-Values-Content-ContentInfo.html), or [`ContentAwareInterface`](../../api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-Repository-Values-Content-ContentAwareInterface.html) | Content item, its ContentInfo object, or ContentAwareInterface object.|
84+
| `content` | [`Content`](../../api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-Repository-Values-Content-Content.html) or [`ContentAwareInterface`](../../api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-Repository-Values-Content-ContentAwareInterface.html) | Content item, its ContentInfo object, or ContentAwareInterface object.|
8585

8686
``` html+twig
8787
{{ ibexa_seo_is_empty(content) }}
@@ -97,7 +97,7 @@ If the content item doesn't have a translation in the prioritized or passed lang
9797

9898
| Argument | Type | Description |
9999
|---------------|------|-------------|
100-
| `content` | [`Content`](../../api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-Repository-Values-Content-Content.html), [`ContentInfo`](../../api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-Repository-Values-Content-ContentInfo.html), or [`ContentAwareInterface`](../../api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-Repository-Values-Content-ContentAwareInterface.html) | Content item, its ContentInfo object, or ContentAwareInterface object.|
100+
| `content` | [`Content`](../../api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-Repository-Values-Content-Content.html) or [`ContentAwareInterface`](../../api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-Repository-Values-Content-ContentAwareInterface.html) | Content item, its ContentInfo object, or ContentAwareInterface object.|
101101

102102
``` html+twig
103103
{{ ibexa_seo(content) }}

docs/templating/twig_function_reference/field_twig_functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ If the content item doesn't have a translation in the prioritized or passed lang
188188

189189
| Argument | Type | Description |
190190
|---------------|------|-------------|
191-
| `content` | [`Content`](../../api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-Repository-Values-Content-Content.html), [`ContentInfo`](../../api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-Repository-Values-Content-ContentInfo.html), or [`ContentAwareInterface`](../../api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-Repository-Values-Content-ContentAwareInterface.html) | Content item the field belongs to. |
191+
| `content` | [`Content`](../../api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-Repository-Values-Content-Content.html) or [`ContentAwareInterface`](../../api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-Repository-Values-Content-ContentAwareInterface.html) | Content item the field belongs to. |
192192
| `fieldDefIdentifier` | `string` | Identifier of the field. |
193193
| `forcedLanguage` | `string` | (optional) Language to use (for example, `fre-FR`). |
194194

docs/templating/twig_function_reference/image_twig_functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ page_type: reference
1313
To render images, use the [`ibexa_render_field()`](field_twig_functions.md#ibexa_render_field) Twig function with the variation name passed as an argument, for example:
1414

1515
``` html+twig
16-
[[= include_file('docs/templating/twig_function_reference/field_twig_functions.md', 38, 45) =]]
16+
[[= include_file('docs/templating/twig_function_reference/field_twig_functions.md', 40, 48) =]]
1717
```
1818

1919
## Image information

0 commit comments

Comments
 (0)