Hi,
For my project, I would like that *only* the custom form widgets we have created (in the apps folder) are displayed to authors. I don't want authors adding the OOTB textbox/dropdown etc by accident as we have customized these.
I have a custom template and a custom etc/design - I thought I could do this like I would with a aem site page, by removing "group:Adaptive" from the components array on the design, but this does not remove the options from the author.
Additions to my custom design are added as expected (suggesting that the design is indeed being used). As a test, I even remove "group:Adaptive from all locations where it appears out of the box (3 locations) using the below search:
SELECT * FROM [nt:unstructured] AS node
WHERE ISDESCENDANTNODE(node, "/")
AND CONTAINS([components], "group:Adaptive Form")
Even after removing these 3 references, the "Adaptive Form" group is show when authoring the form.
Where is this defined?
How can I prevent this default behaviour from occurring? I don't want to remove/change the group of the OOTB components
Thanks,
Jim