Mudanças entre as edições de "Changing navigation buttons in Adobe AEM"

De Basef
Ir para: navegação, pesquisa
(Criou página com 'The contents of navigation buttons stay on `/libs/cq/core/content/nav`. === Renaming a button === So, to rename "Sites" to "Websites" you would do: 1) Open CRXDE Lite and...')
 
Linha 23: Linha 23:
 
6) Navigate to the `apps` folder to the same location:  
 
6) Navigate to the `apps` folder to the same location:  
  
     `/apps/cq/core/content/nav
+
     `/apps/cq/core/content/nav`
  
 
7) Click `sites` node and edit the `jcr:title` to "Websites".
 
7) Click `sites` node and edit the `jcr:title` to "Websites".

Edição das 09h33min de 22 de maio de 2018

The contents of navigation buttons stay on `/libs/cq/core/content/nav`.

Renaming a button

So, to rename "Sites" to "Websites" you would do:

1) Open CRXDE Lite and go to `/libs/cq/core/content/nav`;

2) Click on `sites`. You can see that the `jcr:title` holds the name of the button ("Websites").

3) You should not change `libs` folder directly, so we will replicate the content to our `apps` folder.

4) Click the `sites` node and click `Overlay node`.

5) Make sure you have the following values:

   a) Path: /libs/cq/core/content/nav/sites
   b) Overlay Location: /apps/
   c) Match Node Type: checked

6) Navigate to the `apps` folder to the same location:

   `/apps/cq/core/content/nav`

7) Click `sites` node and edit the `jcr:title` to "Websites".

8) Click `Save all`.

9) Access the AEM Dashboard to see that the navigation button "Site" is now renamed to "Websites".