We are currently in the process of migrating from Classic UI to Touch UI interface, and we noticed a few things that seem to be missing in the Site Administration interface (http://localhost:4502/sites.html/content).
One thing would be the lack of information about the Page Status. For now, we found that "Page Locked" information is only available in the Card view. If we recommend the "Card View" as the default view for Authors, then there seems to be no "Page in Workflow" information in the view.
Is there a view (or configuration step) where we could display the following information to the Author, without doing the code change to AEM?
Solved! Go to Solution.
Views
Replies
Total Likes
hello @jbunic
Custom code would be needed to display Lock info, because the column in not defined under "/libs/wcm/core/content/common/availablecolumns"
Displaying Lock/custom column:
1. Overlay "/libs/wcm/core/content/common/availablecolumns" in "/apps"
2. Configure additional column for Status
3. Follow this Blog to configure data for the column https://experience-aem.blogspot.com/2019/10/aem-6520-aem-assets-add-custom-metadata-columns-in-asset...
Generally, authors use a combination of "Content Finder + List View" Or "Content Finder + card view" based on their preferrences.
hello @jbunic
Custom code would be needed to display Lock info, because the column in not defined under "/libs/wcm/core/content/common/availablecolumns"
Displaying Lock/custom column:
1. Overlay "/libs/wcm/core/content/common/availablecolumns" in "/apps"
2. Configure additional column for Status
3. Follow this Blog to configure data for the column https://experience-aem.blogspot.com/2019/10/aem-6520-aem-assets-add-custom-metadata-columns-in-asset...
Generally, authors use a combination of "Content Finder + List View" Or "Content Finder + card view" based on their preferrences.
Hi,
In the Touch UI interface of AEM, the Site Administration interface lacks certain information about page status compared to the Classic UI. To display additional information to authors without code changes:
Both Page Properties and Page Metadata can be configured without code changes in AEM. Consult AEM documentation or seek community support for implementation details.
I hope this clarifies the options available to you. Let me know if you have further questions.
Views
Likes
Replies
Views
Likes
Replies