Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.
Level 1
Level 2
Melden Sie sich an, um alle Badges zu sehen
Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.
Hi,
Before the overlay, the OOTB column list is this one:
After overlay:
Any idea how I can retain the OOTB list of columns + my new one?
Thank you in advance,
Diana
Gelöst! Gehe zu Lösung.
For each property that is not present -
3. Add the specific value under /apps/wcm/core/content/siteadmin/grid/geometrixx', 'storeReaderFields' in the same order.
E.g. To show 'template'
Create a node with under 'template', usePredefined - 'template' and storeReaderFields value should be 'templateShortTitle'
For Impressions, the storeReaderFielue is 'monthlyHits'
You may check other values in /libs/cq/ui/widgets/source/widgets/wcm/SiteAdmin.js line # 2000 onwards under CQ.wcm.SiteAdmin.COLUMNS = {... }
Similar approach for damadmin, if required. File - /libs/cq/ui/widgets/source/widgets/wcm/DamAdmin.Actions.js
For each property that is not present -
3. Add the specific value under /apps/wcm/core/content/siteadmin/grid/geometrixx', 'storeReaderFields' in the same order.
E.g. To show 'template'
Create a node with under 'template', usePredefined - 'template' and storeReaderFields value should be 'templateShortTitle'
For Impressions, the storeReaderFielue is 'monthlyHits'
You may check other values in /libs/cq/ui/widgets/source/widgets/wcm/SiteAdmin.js line # 2000 onwards under CQ.wcm.SiteAdmin.COLUMNS = {... }
Similar approach for damadmin, if required. File - /libs/cq/ui/widgets/source/widgets/wcm/DamAdmin.Actions.js
gauravb10066713 thank you for your answer. that makes total sense. I was trying the template but with the usePredefined - I was having 'templateShortTitle'. And that is the reason it wouldn't have worked for me. With your suggestion it works like charm.
Zugriffe
Antworten
Likes gesamt
Zugriffe
Likes
Antworten
Zugriffe
Likes
Antworten