Skip to content

Commit 4467174

Browse files
authored
Apply vale suggestions
1 parent 7b1fab2 commit 4467174

File tree

1 file changed

+3
-3
lines changed
  • docs/content_management/field_types/field_type_reference

1 file changed

+3
-3
lines changed

docs/content_management/field_types/field_type_reference/imagefield.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,11 @@ The template called by the [`ibexa_render_field()` Twig function](field_twig_fun
7777
| Parameter | Type | Default | Description |
7878
|-----------|----------|--------------|----------------------------------------------------------------------------------------------------------------------------------------------------|
7979
| `alias` | `string` | `"original"` | The image variation name, must be defined in your SiteAccess's `image_variations` settings. Defaults to "original", the originally uploaded image. |
80-
| `width` | `int` | n/a | Optionally to specify a different width set on the image HTML tag then then one from image alias. |
81-
| `height` | `int` | n/a | Optionally to specify a different height set on the image HTML tag then then one from image alias. |
80+
| `width` | `int` | n/a | Optionally to specify a different width set on the image HTML tag then one from image variation. |
81+
| `height` | `int` | n/a | Optionally to specify a different height set on the image HTML tag then one from image variation. |
8282
| `class` | `string` | n/a | Optionally to specify a specific html class for use in custom JavaScript and/or CSS. |
8383

84-
Example:
84+
Example:
8585

8686
``` html+twig
8787
{{ ibexa_render_field( content, 'image', { 'parameters':{ 'alias': 'imagelarge', 'width': 400, 'height': 400 } } ) }}

0 commit comments

Comments
 (0)