Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andrerom authored Jul 4, 2019
1 parent b5596cb commit b331cdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit b331cdc

Please sign in to comment.