Commit graph

3 commits

Author SHA1 Message Date
521920542a Fix broken TCA registration of plugin
We broke the registerPlugin() call by using lower cased version (the
extension key) instead of an UpperCamelCase version (the ExtensionName),
as opposed to the configurePlugin() call.
Both calls have to be in sync.

This is now adjusted and removes the need for a workaround to call
addTcaSelectItem().
2024-02-20 14:50:26 +01:00
bdc1572297
Add basic ce setup (#5)
Co-authored-by: Dirk Koritnik <koritnik@werkraum-media.de>
2022-09-28 15:32:26 +02:00
916b2723d5
[TASK] Kickstart extension with basic features (#1) 2022-09-27 10:35:40 +02:00