Ir al contenido principal

Adobe Experience Manager version Differences: Touch UI

In this post I would like to point out some of the differences in the touch UI in terms of some of the most used features and where to find them for AEM 6.0, 6.1, 6.2 and 6.3.  I will focus mostly on where things like the Sites, Assets and CRXDELite consoles are located and some other options within some menus or authoring modes.

Main Menu

  • Access to the Classic UI welcome page clicking on the little monitor icon when you hover over the projects item.  For AEM 6.3 the icon is no longer there, but, you can still reach the classic UI by going to http://localhost:4502/libs/cq/core/content/welcome.html
  • Sites Console
  • Assets Console
  • Tools Submenu (For aem 6.2+ it is the hammer Icon)

Tools Menu

  • CRXDE Lite
  • In order to reach the Package Manager you will have to click on Operations for AEM 6.0/6.1 and on Deployment for AEM 6.2/6.3


Operations/Packaging

  • For AEM 6.0/6.1 you will have to click on the Packaging item before you reach the package manager
  • For AEM 6.2/6.3 you will have to first click on the Deployment item on the left
  • Packages (Package manager console)

Edit page

When you are on the sites console
  • For AEM 6.0/6.1 Hover  over a page and then click on the pencil Icon to edit the page
  • For AEM 6.2/6.3 Click on the little thumbnail to the left of the page Name ("English" in this case) and then on edit at the top of the page


Author page

  • Options to Publish or Unpublish pages
  • Page properties
  • Open Classic UI.  AEM 6.3 seems to lack this option, to go into the classic UI just replace "/editor.html" with "/cf#" in the URL


Authoring modes

  • Edit (Pencil Icon for AEM 6.0)
  • Preview, for AEM 6.1+ it should be at the same level as the edit mode (Eye Icon for AEM 6.0)
  • Design. AEM 6.0 lacks this mode for the Touch UI, you will have to change first into the classic UI and make your changes there.


Comentarios

Entradas populares de este blog

How to copy files from and to a running Docker container

Sometimes you want to copy files to or from a container that doesn’t have a volume previously created, in this quick tips episode, you will learn how. Above is the vid and below you will find some useful notes. 1. Pre-reqs Have Docker installed 2. Start a Docker container For this video I will be using a Jenkins image as an example, so let’s first download it by using docker pull docker pull jenkins/jenkins:lts

How to create an AEM component using Reactjs

In this tutorial, I will show how to use use Adobe's archetype to create an AEM application with React.js support and also how to add a new React.js component so that it can be added into a page, above is the vid and below you will find some useful notes. In the second part we will see how to configure the Sling Model for the AEM React component. 1. Pre-reqs Have access to an Adobe Experience Manager instance. You will need aem 6.4 Service Pack 2 or newer. Have Maven installed, understand how it works and also understand how to use Adobe's archetype, you can watch my video about maven here: Creating an AEM application using Maven and Adobe's archetype 2.

House price prediction 3/4: What is One Hot Encoding

A series about creating a model using Python and Tensorflow and then importing the model and making predictions using Javascript in a Vue.js application, above is the vid and below you will find some useful notes. Here, in part 3 of this series, I will show what is and how does one hot encoding works. In the first post, called House price prediction 1/4: Using Keras/Tensorflow and python , I talked about how to create a model in python, pre-process a dataset I've already created, train a model, post-process, predict, and finally about creating different files for sharing some information about the data for use on the second part. Then in part 2, called House price prediction 2/4: Using Tensorflow.js, Vue.js and Javascript , I took the model, the data for pre and post processing and after loading everything we were finally able to predict