gumbajs
Version:
Component code generator for projects done with AEM and Sightly.
15 lines (14 loc) • 572 B
text/xml
<jcr:root xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0"
jcr:primaryType="cq:EditConfig"
cq:disableTargeting="true"
cq:dialogMode="floating"
cq:layout="editbar"
cq:actions="[text:{{componentName}} Component,-,editannotatecopymovedeleteinsert]">
<cq:listeners
jcr:primaryType="cq:EditListenersConfig"
aftercopy="REFRESH_PAGE"
afterdelete="REFRESH_PAGE"
afteredit="REFRESH_PAGE"
aftermove="REFRESH_PAGE"/>
</jcr:root>