2017 © Pedro Peláez
 

ezpublish-legacy-extension ngclasslist

Netgen Class List Datatype is an eZ Publish extension that provides a datatype to select and store a list of content classes.

image

netgen/ngclasslist

Netgen Class List Datatype is an eZ Publish extension that provides a datatype to select and store a list of content classes.

  • Monday, January 22, 2018
  • by emodric
  • Repository
  • 5 Watchers
  • 1 Stars
  • 2,659 Installations
  • PHP
  • 0 Dependents
  • 1 Suggesters
  • 2 Forks
  • 0 Open issues
  • 3 Versions
  • 12 % Grown

The README.md

Netgen Class List Datatype

Netgen Class List Datatype is an eZ Publish extension that provides a datatype to select and store a list of content classes., (*1)

Suppose you are developing a Category class that has attributes which parametrise how fetching of children works. You would add a class_filter_array attribute (which is of ngclasslist datatype provided by the extension) to your Category class and would use it in the following way in the code:, (*2)

{def $children = fetch(
    'content', 'list',
    hash(
        'parent_node_id', $node.data_map.parent_node_id.content,
        'class_filter_type', $node.data_map.class_filter_type.content,
        'class_filter_array', $node.data_map.class_filter_array.content.class_identifiers
    )
)}

License and installation instructions

License, (*3)

Installation instructions, (*4)

The Versions

22/01 2018

dev-master

9999999-dev

Netgen Class List Datatype is an eZ Publish extension that provides a datatype to select and store a list of content classes.

  Sources   Download

GPL-2.0 GPL-2.0-only

The Requires

 

21/12 2017

1.1

1.1.0.0

Netgen Class List Datatype is an eZ Publish extension that provides a datatype to select and store a list of content classes.

  Sources   Download

GPL-2.0

The Requires

 

03/04 2014

1.0

1.0.0.0

Netgen Class List Datatype is an eZ Publish extension that provides a datatype to select and store a list of content classes.

  Sources   Download

GPL-2.0

The Requires