2017 © Pedro Peláez
 

ezplatform-bundle richtext-datatype-bundle

Netgen RichText datatype bundle allows eZ Publish Legacy to work with rich text (ezrichtext) field type available in eZ Platform

image

netgen/richtext-datatype-bundle

Netgen RichText datatype bundle allows eZ Publish Legacy to work with rich text (ezrichtext) field type available in eZ Platform

  • Monday, January 22, 2018
  • by emodric
  • Repository
  • 6 Watchers
  • 4 Stars
  • 3,284 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 7 Versions
  • 18 % Grown

The README.md

Netgen Rich Text datatype bundle

This bundle implements legacy eZ Publish datatype counterpart of rich text field type (ezrichtext) from eZ Platform., (*1)

The point of the datatype is to enable eZ Publish Legacy to edit and publish content which has a rich text field., (*2)

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., (*3)

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)., (*4)

The bundle is still in prototype phase, but basic tests showed it working correctly., (*5)

Install instructions

  1. Install the bundle via Composer:, (*6)

    $ composer require netgen/richtext-datatype-bundle:^1.0
    
  2. Activate the bundle in your app/AppKernel.php:, (*7)

    $bundles = array(
        ...
    
        new Netgen\Bundle\RichTextDataTypeBundle\NetgenRichTextDataTypeBundle(),
    
        ...
    );
    
  3. Activate legacy ezrichtext and ngsymfonytools extensions in your site.ini.append.php in eZ Publish Legacy:, (*8)

    [ExtensionSettings]
    ActiveExtensions[]=ngsymfonytools
    ActiveExtensions[]=ezrichtext
    
  4. Regenerate eZ Publish Legacy autoloads (if not done automatically by Composer post install/update scripts):, (*9)

    $ php app/console ezpublish:legacy:script bin/php/ezpgenerateautoloads.php
    
  5. Clear the caches:, (*10)

    $ php app/console cache:clear
    
  6. 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 via attribute_view_gui., (*11)

Changelog

See all changes here., (*12)

The Versions

22/01 2018

dev-master

9999999-dev

Netgen RichText datatype bundle allows eZ Publish Legacy to work with rich text (ezrichtext) field type available in eZ Platform

  Sources   Download

GPL-2.0 GPL-2.0-only

The Requires

 

28/11 2017

1.1.0

1.1.0.0

Netgen RichText datatype bundle allows eZ Publish Legacy to work with rich text (ezrichtext) field type available in eZ Platform

  Sources   Download

GPL-2.0

The Requires

 

21/11 2017

dev-1.0-release

dev-1.0-release

Netgen RichText datatype bundle allows eZ Publish Legacy to work with rich text (ezrichtext) field type available in eZ Platform

  Sources   Download

GPL-2.0

The Requires

 

21/11 2017

1.0.3

1.0.3.0

Netgen RichText datatype bundle allows eZ Publish Legacy to work with rich text (ezrichtext) field type available in eZ Platform

  Sources   Download

GPL-2.0

The Requires

 

15/03 2017

1.0.2

1.0.2.0

Netgen RichText datatype bundle allows eZ Publish Legacy to work with rich text (ezrichtext) field type available in eZ Platform

  Sources   Download

GPL-2.0

The Requires

 

03/03 2017

1.0.1

1.0.1.0

eZ Platform rich text datatype bundle allows legacy administration to work with eZ Platform ezrichtext field type

  Sources   Download

GPL-2.0

The Requires

 

17/10 2016

1.0.0

1.0.0.0

eZ Platform rich text datatype bundle

  Sources   Download

GPL-2.0

The Requires