---
title: "Extension configuration"
manual: "Content Planner"
version: "2.5"
source: "Configuration/ExtensionConfiguration.rst"
modified: "2026-09-16T11:40:44+00:00"
---

# Extension configuration

1.  Go to **Admin Tools > Settings > Extension Configuration**
1.  Choose **xima_typo3_content_planner**

The extension currently provides the following configuration options:

## Features

-   **recordListStatusInfo**

    -   *Type:* boolean
    -   *Default:* 1

    Enable record list status info

-   **enableFilelistSupport**

    -   *Type:* boolean
    -   *Default:* 1

    Enable filelist support for files (sys_file_metadata) and folders

-   **enableContentElementSupport**

    -   *Type:* boolean
    -   *Default:* 1

    Enable content element support (tt_content). When enabled, content elements can have their own status, assignee and comments.

-   **recordEditHeaderInfo**

    -   *Type:* boolean
    -   *Default:* 1

    Enable record edit header info

-   **webListHeaderInfo**

    -   *Type:* boolean
    -   *Default:* 1

    Enable web list header info

-   **treeStatusInformation**

    -   *Type:* options
    -   *Default:* comments

    Enable additional information in the page tree. Choose between:

    -   **Nothing** (0): No additional information
    -   **Comments** (comments): Show comment count
    -   **Todos** (todos): Show todo count

-   **resetContentElementStatusOnPageReset**

    -   *Type:* boolean
    -   *Default:* 0

    Reset status of content element, if status on corresponding page is reset

    > [!NOTE]
    > Requires [enableContentElementSupport](#extconf-enableContentElementSupport) to be enabled (default).

-   **enablePagetreeFacetsIntegration**

    -   *Type:* boolean
    -   *Default:* 1

    Enable a Content Planner facet in the page tree filter modal provided by
    the optional [konradmichalik/typo3-pagetree-facets](https://github.com/konradmichalik/typo3-pagetree-facets) extension.
    Has no effect when that extension is not installed, so the default stays
    on: the facet only ever registers once that specific package is present.

    > [!NOTE]
    > Although this defaults to on, it stays off until an administrator
    > opens **Admin Tools > Settings > Extension Configuration**
    > for this extension and saves the form once - a new configuration
    > key is absent from the saved configuration until then, regardless
    > of its template default. A value set directly in
    > `$GLOBALS['TYPO3_CONF_VARS']` is not persisted until the form is
    > saved either. See [Pagetree Facets (TYPO3 v13+)](../Usage/PagetreeFacets.html#pagetree-facets) for the available filter
    > tokens.

## Assignee

-   **autoAssignment**

    -   *Type:* boolean
    -   *Default:* 1

    Enable the auto assignment of the current user when a new status is set to the record.

-   **currentAssigneeHighlight**

    -   *Type:* boolean
    -   *Default:* 1

    Enable the current assignee hint to highlight records assigned to the current user.

    Records with your user assigned will be highlighted for you in a light yellow color.

## Comments

-   **clearCommentsOnStatusReset**

    -   *Type:* boolean
    -   *Default:* 1

    Delete corresponding comments when status is reset

-   **commentTodos**

    -   *Type:* boolean
    -   *Default:* 1

    Parse the [todos](../Usage/Comments.html#comments-todo) from comments and show them as separate hint

    ![Todos from comments](../Images/todo.jpg)
