Question about extending editor with new custom widgets #15
Answered
by
stefanseifert
michal-tobiasz-wttech
asked this question in
Q&A
-
Does the frontend part of the editor provides extension points for providing new custom widgets like for example date picker? |
Beta Was this translation helpful? Give feedback.
Answered by
stefanseifert
Apr 19, 2023
Replies: 1 comment
-
no. the frontend JS is build in a modular way, but currently not designed to be extended by custom widgets. (unfortunately the editor frontend is implemented in Angular JS 1.x, which is quite outdated nowadays.) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
stefanseifert
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
no. the frontend JS is build in a modular way, but currently not designed to be extended by custom widgets.
however, widgets like a date picker sound quite generic, so if you come up with a PR for it, we can included it in the main code base.
(unfortunately the editor frontend is implemented in Angular JS 1.x, which is quite outdated nowadays.)