Custom FieldType in v14
e
Hi, Can anyone enhance on the documentation/example of how to create a custom FieldType in Umbraco Forms v14? There is an example in the documentation to create a Slider control. https://docs.umbraco.com/umbraco-forms/developer/extending/adding-a-fieldtype I am fine with this right up to the point iin the new Backoffice stuff concerning the "FieldEditor" and "ValueEditor". I just cannot get my head around a) the name of these files, b) where to put these files and c) the "manifest" files (that look like TypeScript files) - again what to call them and where to put them? Also - there is mention of being able to create FieldTypes with vanilla javascript - but there is no example of how to do this. I might be more comfortable with vanilla JS as am quite a novice when it comes to node/npm. Many thanks