From 970561b63bbba9e5cd0d696613da525b0e4decec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20T=C3=BDc?= Date: Mon, 16 Oct 2023 11:30:50 +0200 Subject: [PATCH] Add note about rich editor for original fields in README.md I have missed that rich editor will not be automatically installed for all admin text areas. I haven't seen it even at a second glance, reading README very carefully. So this is my proposal how to help others like me to see at first that original Sylius admin fields have to be extended manually. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 010c6187..6077e7f2 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,8 @@ then we will convert it for you as an HTML Element which contains… HTML. This way you will be able to use our plugin right away without risking any data lost! +To make it clear: to have rich editor for original admin fields, like _Product description_, _Taxon desription_ etc. you have to update each form type by an extension as the example shows above. + ### Call twig render To display the content of the rich editor field you must call the twig filter: