We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fc11c3 commit a77f2ceCopy full SHA for a77f2ce
docs/extending/extending_online_editor.md
@@ -363,8 +363,8 @@ Use the example below to add a class choice to the Paragraph element in the `adm
363
For example:
364
365
``` bash
366
- php ./bin/console translation:extract --enable-extractor=ez_online_editor_attributes
367
- --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
368
```
369
370
### Use cases
0 commit comments