-
-
Notifications
You must be signed in to change notification settings - Fork 31
Description
As we previously discussed I think it would be a great feature to
make the form labels (and maybe later other text) inline editable.
This would be part of a long term goal to make the already good form building
even less "clicky" and less context switching.
As this should be fairly easy to implement in Fusion I would recommend
to just implement it when the fusion renderer is being used.
I would also assume that this will be the recommended form rendering
in the future.
I tried implementing this but I'm currently unsure how to check
in the form builder code if the renderer is the fusion renderer.
If I could override the fusion renderer prototypes from the form builder package
It would still be standalone but would just add the functionality when
both are being used together.
@bwaidelich can you give me a pointer where to start?
Thanks
Sebastian