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
Solved! Go to Solution.
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.
Views
Replies
Total Likes
Views
Likes
Replies