Download the PHP package mceikens/dynamic_flexform_loader without Composer
On this page you can find all versions of the php package mceikens/dynamic_flexform_loader. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mceikens/dynamic_flexform_loader
More information about mceikens/dynamic_flexform_loader
Files in mceikens/dynamic_flexform_loader
Package dynamic_flexform_loader
Short Description This extension helps us to fetch flexform settings from content element by key
License GPL-3.0-or-later
Informations about the package dynamic_flexform_loader
DynamicFlexFormLoader
This extension solves a classic problem in TYPO3 development: accessing specific content element configurations (FlexForms) without having to use hard-coded UIDs.
It allows content elements to be marked with unique keys and their settings to be retrieved directly via this key – ideal for global configuration elements such as footer data, API keys or layout settings.
Core functions
- Identification via keys: A self-defined, unique key can be stored in the content elements.
- UID-independent data retrieval: Developers can query the FlexForm settings of an element directly via the key. It is not necessary to know on which page or under which UID the element exists.
- Clean API: Provides a simple way to access configuration content elements system-wide.
Requirements
- TYPO3: v13.0 or later
- PHP: ^8.4
Installation
Why this extension?
Normally, FlexForm data is linked to a specific instance of a content element. If you want to use this data on all pages (e.g. social media links from a central footer element), you often had to work with fixed UIDs (inflexible during deployment) or use Typoscript constructs. This extension makes the process dynamic and developer-friendly.
Contact If you have any questions, problems or suggestions for improving the extension, please feel free to contact us:
| Publisher - Name: MCEikens - E-Mail: [email protected] - GitHub Issues: https://github.com/mceikens/dynamic_flexform_loader/issues - Website: https://www.mceikens.de/ |
All versions of dynamic_flexform_loader with dependencies
php Version ^8.4
ext-pdo Version *
symfony/dependency-injection Version ^7.4.3
psr/log Version ^3.0.0
doctrine/dbal Version ^4.3.5