Skip to content

Commit 2f29efd

Browse files
authored
Fixed command for translations extractor: (#2392)
1 parent c08f3b5 commit 2f29efd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content_management/rich_text/extend_online_editor.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -349,8 +349,8 @@ Use the example below to add a class choice to the Paragraph element in the `adm
349349
For example:
350350

351351
``` bash
352-
php ./bin/console translation:extract --enable-extractor=ez_online_editor_attributes
353-
--dir=./templates --output-dir=./translations/ --output-format=yaml
352+
php ./bin/console translation:extract --enable-extractor=ez_online_editor_attributes \
353+
--dir=./templates --output-dir=./translations/ --output-format=yaml
354354
```
355355

356356
### Use cases

0 commit comments

Comments
 (0)