I need to implement custom parsys for AEM Forms. In order to do so first of all I need to understand how the default parsys has been implemented. I went through the
/libs/foundation/components/form/end/end.jsp
/libs/foundation/components/form/start/start.jsp
I don't understand how the default parsys is being implemented.
And whenever we drag and drop Form(start) component how exactly End component gets added just after Form(start) component in a page.
@smacdonald2008
Please share any info regarding the same which might help me achieve the above requirement.