Skip to content

This TYPO3 extension analyse database to generate a report of content usage.

Notifications You must be signed in to change notification settings

agence-gaya/typo3-content-usage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ext:content-usage

This TYPO3 extension analyse database to generate a report of content usage:

  • Doktypes
  • Ctypes
  • Plugins (list_Type)

Installation

composer require gaya/typo3-content-usage

Content analysis

Doktypes

List all doktypes declared on the TYPO3 instance and list all pages (actives, disabled, deleted) which are using these doktypes.

CType

List all ctypes declared on the TYPO3 instance and list all contents (actives, disabled, deleted) which are using these CTypes.

Plugins

List all plugins (list_type) declared on the TYPO3 instance and list all contents (actives, disabled, deleted) which are using these plugins.

Why

This content reporting has been designed for maintainers:

  • to quickly find where a content type is used
  • to help in a code cleanup phase by identifying unused content types

About

This TYPO3 extension analyse database to generate a report of content usage.

Resources

Stars

Watchers

Forks

Packages

No packages published