kaliop-uk / ez-class-select-bundle

eZPublish 5 / eZPlatform fieldtype to allow for the selection of classes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kaliop eZ Class Select Bundle

This bundle adds a Field Type to allow for the selection of classes

There are no front end templates made as of yet as it has only been used for back end purposes to allow the editor to select classes for filtering items.

Installation

  1. Update composer.json with
"kaliop/classselectbundle": "~1.0"
  1. Add the class to EzPublishKernel.php
new \Kaliop\ClassSelectBundle\KaliopClassSelectBundle(),
  1. Run composer update
composer update kaliop/classselectbundle --prefer-dist
  1. Add "Class Selector" attribute to your ContentType.

About

eZPublish 5 / eZPlatform fieldtype to allow for the selection of classes

License:GNU General Public License v2.0


Languages

Language:PHP 92.7%Language:Smarty 7.3%