Addons

HOWTO: Customize the Default Content and Trash Listings - JSF UI

Updated: March 18, 2024

JSF UI Deprecation
This requires to have the JSF UI addon installed on your server that is deprecated since Nuxeo Platform LTS 2019.
Please refer to the Web UI documentation.

The content displayed in the Content tab of a folder is the result of a query that says that we want to display all the documents that:

  • are the direct children of the current folder;
  • are not "trashed";
  • are not hidden in navigation.

You can create new views that will display the results of a query you have customized. This is done using Content views. Then you can choose to use your content view in the Content or Trash tab of your document types.

To change the list of documents displayed in the Content and Trash tabs:

  1. Create a new Content View.
  2. On the document type definition, click on the Tabs tab.
  3. Select the content view you want to use for:
    • the "Main content", i.e. the Content tab of your document type.
    • the "Trash content", i.e. the Trash tab of your document type.
  4. Click on Save.