Download the PHP package netgen/richtext-datatype-bundle without Composer
On this page you can find all versions of the php package netgen/richtext-datatype-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download netgen/richtext-datatype-bundle
More information about netgen/richtext-datatype-bundle
Files in netgen/richtext-datatype-bundle
Package richtext-datatype-bundle
Short Description Netgen RichText datatype bundle allows eZ Publish Legacy to work with rich text (ezrichtext) field type available in Ibexa OSS
License GPL-2.0-only
Informations about the package richtext-datatype-bundle
Netgen Rich Text datatype bundle
This bundle implements legacy eZ Publish datatype counterpart of rich text field type (ezrichtext
) from eZ Platform.
The point of the datatype is to enable eZ Publish Legacy to edit and publish content which has a rich text field.
As it is not possible to use Alloy Editor outside of eZ Platform UI, this bundle only shows the raw XML content of the field in a text area.
It is, however, possible to manually change the data in the text area and it will be persisted (together with relations and links to embedded content).
The bundle is still in prototype phase, but basic tests showed it working correctly.
Install instructions
-
Install the bundle via Composer:
-
Activate the bundle in your
app/AppKernel.php
: -
Activate legacy
ezrichtext
andngsymfonytools
extensions in yoursite.ini.append.php
in eZ Publish Legacy: -
Regenerate eZ Publish Legacy autoloads (if not done automatically by Composer post install/update scripts):
-
Clear the caches:
- Bundle is ready for usage in eZ Publish Legacy, including adding
ezrichtext
attribute to your classes, editing content with the attribute as well as rendering viaattribute_view_gui
.
Changelog
See all changes here.