From b331cdccea7a607d61bd8010011018e1771c6450 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20R?= Date: Thu, 4 Jul 2019 11:22:03 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f4a18fc9..6c1dc8ce 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This is the XmlText field type for eZ Platform. It was extracted from the eZ Publish / Platform 5.x as it has been suceeded by docbook based [RichText](https://github.com/ezsystems/ezpublish-kernel/tree/master/eZ/Publish/Core/FieldType/RichText) field type. -_Note: This Field Type supports editing via Platform UI v1, however only as raw (simplified) xml. There has currently not been any attempts at getting Online Editor from legacy extension to work with within Platform UI, to do that among other things someone would need to port the custom html to xml handler from oe extension to this field type. So this Field Type is mainly meant for use for migrating to RichText, see below._ +_Note: This Field Type supports editing via Platform UI v1 / Admin UI v2, however only as raw (simplified) xml. There has currently not been any attempts at getting Online Editor from legacy extension to work with within Platform UI, to do that among other things someone would need to port the custom html to xml handler from oe extension to this field type. So this Field Type is mainly meant for use for migrating to RichText, see below._ ## Installation @@ -40,7 +40,7 @@ It will do two things: We recommend that you do a test run first using something like: ``` -php app/console ezxmltext:convert-to-richtext -v --concurrency=2 --dry-run +php bin/console ezxmltext:convert-to-richtext -v --concurrency=2 --dry-run ``` The `-v` flag will output logs to the console, making it easy to track the conversion work that is being done.