filter

Represents a filter used when selecting content items from a source section. Only content items that satisfy the filter's requirements will be selected for cross-publishing. If a source element has several child filter elements, then a content item will be selected if it satisfies any one of them.

Syntax
<filter
    type="(page|section|list|inbox)"?
  />
Attributes
type="(page|section|list|inbox)" (optional)

The type of the filter.

Allowed values are:

page (default)

Only content items that are added to the active page of the section will be selected.

section

Only content items that are added to the section itself will be selected.

list

Only content items that are added to one of the section's lists will be selected.

inbox

Only content items that are added to one of the section's inboxes will be selected.