mirror of
https://github.com/nextcloud/server.git
synced 2026-02-27 18:37:17 +01:00
Instead of implementing the form class, a setter event listener and a getter event listener, this allows to simply write a basic class that provides `getSchema`, `setValue` and `getValue` functions. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>