magrunert / docu-ce
Shows all content elements that are in use on a website.
Installs: 1 478
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 0
Language:HTML
Type:typo3-cms-extension
Requires
- typo3/cms-core: ^11.5
Replaces
- typo3-ter/docu-ce: v1.1
This package is not auto-updated.
Last update: 2024-11-26 17:55:58 UTC
README
About
The extension lists all content elements (and hidden) that are used on the website. Additional information about the content elements is displayed, as well as information of the cType from page TSconfig.
Installation
Just do
composer require magrunert/docu-ce
Set your Page TSconfig globally
e.g.
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addPageTSConfig(
"@import 'EXT:myexample/Configuration/TSconfig/your.tsconfig'"
);
Customization
You can add an external url with further information to the TSconfig page. (e.g. url of your ticket system)
mod.wizards.newContentElement.wizardItems.common.elements.[cType].external_url