colorcube/content-overview

TYPO3 backend module which gives and overview of the the content elements in a page tree.

Installs: 2 778

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 3

Forks: 1

Open Issues: 1

Type:typo3-cms-extension

0.3.1 2020-11-26 14:36 UTC

This package is auto-updated.

Last update: 2024-04-26 22:34:31 UTC


README

This is a TYPO3 extension.

What does it do?

This extension provides a backend module which gives an overview of the the content elements in a page tree.

You can find the module under Web > Info > Content Overview. There are some filters available and the possibility to click on the elements for editing and more information.

Module Screenshot

Status

The module works as expected but I wouldn't call it 'finished'. Do you have ideas how to improve it?

The code is a bit ugly because TYPO3 backend code is almost always ugly. But I don't care (much).

Usage

Further information: https://docs.typo3.org/p/colorcube/content-overview/master/en-us/

Dependencies

  • TYPO3 10.4

Might work with TYPO3 9.5 but is untested.

Older version work with TYPO3 v7 and v8.

Installation

Installation using Composer

In your Composer based TYPO3 project root, just do composer require colorcube/content-overview.

Installation as extension from TYPO3 Extension Repository (TER)

Download and install the extension with the extension manager module.

Contribute