I want to customise the way the backoffice renders fields or allows editing to add extra functions, how can this be done in V13 as there seems to be no docs on this?
Jaddie
11/15/2024, 10:37 AM
Could really do with some help on this one as its massively blocking and I can't find anything about how to customise the designer / the way fields are shown in the forms to be able to handle and render data differently, editview doesn't seem to do anything either for individual field types
d
Danine Noble
11/17/2024, 2:58 AM
I think that's what UI Builder is for now? Dunno much about it yet. Previously you would create your own data types and control the view with angular
But that way is dead now
j
Jaddie
11/17/2024, 6:10 PM
Yea but I thought that is for 14 and onwards?
s
skttl
11/18/2024, 12:24 PM
I don't think it's officially supported, so you'll have to dig around in the source tab in you browser developer tools. You can probably deregister the extension that adds the form designer and replace it with your own.