Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Fixed the hierarchy of the FilterDecorator config

...

Advanced Tables - Table Plus
heading0
enableHeadingAttributesfalse
enableSortingfalse
classm5-configuration-tree
enableHighlightingfalse

Node name


Mgnl f
filters


Mgnl f
anotherFilter


Mgnl p
class

info.magnolia.cms.filters.FilterDecorator

Mgnl n
decoratedFilter


Mgnl p
class

info.magnolia.documentation.examples.templates.AnotherFilter

Mgnl n
config


Mgnl p
myInitParam

some value

class

required

In this case class must be info.magnolia.cms.filters.FilterDecorator.

decoratedFilter

required

class

required

The fully qualified class name of your custom filter (which does not implement

Javadoc
0info.magnolia.cms.filters.AbstractMgnlFilter
).

config

optional

A map to add filter init parameters. You may add as many parameters as required. The init parameters can be read in the init method of the filter (see below).

...