From 7be33547531bdc91905349ad8523c49384c6aa9c Mon Sep 17 00:00:00 2001 From: juskora Date: Tue, 4 Jun 2024 10:26:35 +0200 Subject: [PATCH] Fixed command for translations extractor: --- docs/content_management/rich_text/extend_online_editor.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content_management/rich_text/extend_online_editor.md b/docs/content_management/rich_text/extend_online_editor.md index e9ae110c13..8375bb0b16 100644 --- a/docs/content_management/rich_text/extend_online_editor.md +++ b/docs/content_management/rich_text/extend_online_editor.md @@ -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