threeam / threeam-free-content-mode
Adds a custom context menu option to make a page content mode FREE.
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:typo3-cms-extension
Requires
- typo3/cms-core: ^12.4
README
Description
The threeam_free_content_mode
TYPO3 extension provides a context menu item for pages in the TYPO3 page tree, allowing you to set a page into "Free Mode" with just a click. This is particularly useful when working with the Container extension, which might not function properly with mixed mode content elements. This extension automates the process of switching a page to Free Mode, reducing manual effort.
Features
- Adds a custom "Free Mode" action to the page tree context menu.
- Automates switching a page to Free Mode to resolve issues with content management in mixed mode.
- Simplifies workflow for TYPO3 installations using the Container extension.
Installation
Composer Installation
-
Run the following command to add the extension via Composer:
composer req threeam/threeam-free-content-mode
-
Activate the extension via the TYPO3 Extension Manager in the backend.
Manual Installation
- Download the extension as a zip file and extract it to the
typo3conf/ext/
directory. - Navigate to the TYPO3 backend, go to the Extension Manager, and activate the extension.
Usage
After installation:
- Right-click any page in the TYPO3 page tree.
- In the context menu, you will see a new action titled "Free Mode."
- Clicking on this action will automatically switch the page to Free Mode, allowing you to use the Container extension and other features that require do not work in mixed mode.