Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/guide/images.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ You can resize all original images of a chosen Content Type with the following
command.

``` bash
php bin/console ibexa:images:resize-original <Content Type identifier> <Field identifier> -f <variation name>
php bin/console ibexa:images:resize-original <Field identifier> <Content Type identifier> -f <variation name>
```

You must provide the command with:
Expand All @@ -103,7 +103,7 @@ You must provide the command with:
For example:

``` bash
php bin/console ibexa:images:resize-original photo image -f small_image
php bin/console ibexa:images:resize-original image photo -f small_image
```

You can also pass two additional parameters:
Expand Down