Customize DAM Admin Page
Hi,
I want to customize DAM admin page so that just after upload of an assent and metadatas are created an alert will come that "metadata created".
Any kind of approach will help a lot.
Hi,
I want to customize DAM admin page so that just after upload of an assent and metadatas are created an alert will come that "metadata created".
Any kind of approach will help a lot.
You need to copy nodes /libs/wcm/core/content/damadmin to /apps/wcm/core/content/damadmin and change sling:vanityOrder property value higher than ootb damadmin node
Under /apps/wcm/core/content/damadmin/actions/create/menu you may see different nodes. Under these nodes u see 3 nodes, in CRX you may see conditions property on each of these nodes.
You have to name a condition for your action here. Existing conditions defined on these nodes will be found in /libs/cq/ui/widgets/source/widgets/wcm/SiteAdmin.Actions.js.
You need to copy files /libs/cq/ui/widgets/source/widgets/wcm/SiteAdmin*.js to /apps/cq/ui/widgets/source/widgets/wcm/ . Also look for any actions in /libs/cq/ui/widgets/source/widgets/wcm/DamAdmin*.js
You may see different actions defined in these files and condition calls at /apps/wcm/core/content/damadmin/actions/create/menu.
You have to define the function which you mentioned at node /apps/wcm/core/content/damadmin/actions/create/menu
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.