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/content_management/rich_text/extend_online_editor.md
Original file line number Diff line number Diff line change
Expand Up @@ -349,8 +349,8 @@ Use the example below to add a class choice to the Paragraph element in the `adm
For example:

``` bash
php ./bin/console translation:extract --enable-extractor=ez_online_editor_attributes
--dir=./templates --output-dir=./translations/ --output-format=yaml
php ./bin/console translation:extract --enable-extractor=ez_online_editor_attributes \
--dir=./templates --output-dir=./translations/ --output-format=yaml
```

### Use cases
Expand Down