projects / org / brookinsconsulting / editorialinterfacebundle
Find the Exponential Software extensions you want
UNIX name | Owner | Status |
---|---|---|
EditorialInterfaceBundle | Brookins Consulting | stable |
Version | Compatible with |
---|---|
N/A | N/A |
For now, it's only a prototype of a new editorial interface for eZ Publish5.
A static prototype is available in the gh-pages branch and is visible online
at http://ezsystems.github.com/EditorialInterfaceBundle/.
For now, the master branch is a Symfony 2 bundle dedicated to eZ Publish 5. It
injects metadata in field and view templates. The current field templates put
those metadata as HTML5 data attributes. The metadata in view templates are not
handled at the moment.
Edit /ezpublish/EzPublishKernel.php and add the following
line before in the return statement of the method registerBundles:
$bundles[] = new EzSystems\EditorialInterfaceBundle\EzSystemsEditorialInterfaceBundle();