Initialization Option Author API

restricted

Configuration options for filters which are applied by default to the search criteria for the Item list results.

You would want to use this to restrict what Items authors can see, as these cannot be changed by the author.

Values

Request object key config.item_list.filter.restricted

Type object

This object has the following properties which can be configured.

  • created_by array[string]

    Only display Items created by specified users (authors).

  • current_user boolean

    Only show Items created by the current user (author).

  • status array[string]

    Show Items that have a status matching one of the available statuses.

  • tags object

    Configuration options for Tag filters which are applied by default to the search criteria for the Item list results.

Was this article helpful?