Commit graph

6 commits

Author SHA1 Message Date
Daniel Siepmann 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
Daniel Siepmann 46922636d6
Add form integration (#6) 2022-09-29 08:41:44 +02:00
Daniel Siepmann bdc1572297
Add basic ce setup (#5)
Co-authored-by: Dirk Koritnik <koritnik@werkraum-media.de>
2022-09-28 15:32:26 +02:00
Daniel Siepmann 64c230589f
Move example code to example fixture extension (#4) 2022-09-28 13:51:34 +02:00
Daniel Siepmann d38af239ee
[FEATURE] Add JavaScript functionality (#2) 2022-09-28 11:35:07 +02:00
Daniel Siepmann 916b2723d5
[TASK] Kickstart extension with basic features (#1) 2022-09-27 10:35:40 +02:00