Hi all,
I have a custom plugin which uses blueprints to define fields, however a field I want to include is also a custom field, is there a way I can use this field in my blueprints for the plugin?
Both fields work perfectly fine independently of each other but when I include the custom field into the custom plugin blueprint it doesn’t work, i receive the error "Cannot read property ‘field’ of undefined"
I assumed if this field was registered and working as a field it would magically be available to use within another plugin, I tried to register it as a component thinking this would work but it doesn’t seem so?