There are 2 modes of authoring in AEM
- Touch UI
- Classic UI
Touch UI Screen:
Adobe introduced touch ui in AEM 5.6. The main advantage of Touch UI is that the pages can be edited on all devices like Mobile,Tablet,Desktop. This contains all the screens in classic ui but just Adobe segregated with new UI.
If you want to edit any page in Touch UI, then in the url we need to add editor.html,also make sure that the components developed should support touch UI.
ex: https://authorurl.com/editor.html/content/my-project/en.html.
The basic screen of touch ui looks as below.
Below are main screens in touch ui
- Start (/aem/start.html)
- Tools
- Sites
- Assets
- Personalisation
- Experience Fragments
- crx/de
- crx/packmgr/index.jsp
- System/console
Classic UI was introduced in the initial stages of CQ5/AEM with out touch UI. Still in AEM 6.5, Classic UI is supported but no enhancements are provided from Adobe (which means deprecated but supported).
If you want to edit any page in Classic UI, then in the url we need to add cf#,also make sure that the components developed should support classic UI.
ex: https://authorurl.com/cf#/content/my-project/en.html.
- siteadmin
- miscadmin
- damadmin
- crx/de/index.jsp
- crx/packmgr/index.jsp
- system/console
For more information on AEM , go through the below syllabus.
Comments
Post a Comment