hyperdigital / hd_development
HD Development - enable FE developers to work inside TYPO3 without special knowledge
Installs: 189
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:typo3-cms-extension
Requires
- typo3/cms-core: >=10.0 <13.99
This package is auto-updated.
Last update: 2024-11-07 21:40:23 UTC
README
TYPO3 extension for Frontend developers to use TYPO3 without any special knowledge, just to create frontend content elements over HTML (fluid).
Just create HTML file inside some storage, like fileadmin. Then on place where the developer wants to work add a plugin "Development: Content Element". There specify the template file and if needed some variables.
Usage of Partials
The "Partials" (<f:render partial="..." .. />
) is taken from default content element settings in lib.contentElement. As additional settings only for the specific HTML file is possible to append other storages directly inside the flexform where is set the template file.