admin console edit by default.
Hi Team,
Here is my code, it's working fine, but how i can set page properties to editable by default.
<edit
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/endor/actionbar/button"
class="foundation-mode-change"
foundation-mode-group="cq-siteadmin-admin-properties"
foundation-mode-value="edit"
icon="icon-edit"
text="Edit"
title="Edit">
<rendercondition
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/foundation/renderconditions/privilege"
path="${empty param.item ? requestPathInfo.suffix : param.item}"
privileges="jcr:modifyProperties"/>
</edit>
If i press edit button, i can edit the values,
but is there any possible solution to make default to edit.