Hi,
within my app i get following error:
ERROR: REQUIRED
/default/newFile.type (#/elements/4)
$.elements[4].config: is missing but it is required
“default” is a folder i created. “newFile.type” is nothing that I created nor is it visible.
Can someone explain how to figure out what elements[4] is? I understand the Json notation but I do not know how to apply it to my files because there is not directly a path $.elements[4] (maybe due to the folder structure).
I get also a comparable error for a other element:
ERROR: REQUIRED
/default/newFile.type (#/elements/4)
$.elements[4].renderer: is missing but it is required
Thanks for your help