Closed ayacoo closed 2 years ago
Configuration/Backend/AjaxRoutes.php
Resources/Public/JavaScript/Mask.js
Resources/Public/JavaScript/Components/FormField.js
with the custom rendering.Configuration/Mask/TcaFields.php
(foreign_table). Currently text.A bit of VueJS knowledge is necessary, but I think it can be understood in the existing code. Depending on how fancy you would want to make it, I would suggest creating an own vue js component.
Thanks for suggesting this helpful feature!
Thanks for the detailed instructions. I will try my luck ;-)
With the type Select there is a field "foreign_table". Here you could read the tables from the TCA and output them as a select field instead of a manual input field. This prevents typing errors.
If you can roughly point me in that direction, I'd be happy to prepare a PR as well.