06-14-2021 04:31 AM
Hello,
I'm following this tutorial https://alfresco-content-app.netlify.app/#/getting-started/navigation and I read "In the app.config.json define a link entry which will point to the custom page" but in https://github.com/Alfresco/alfresco-content-app in the file app.config.json there isn't any "navigation" property.
06-14-2021 04:51 AM
I think there's a mistake in the tutorial, and the file should be "app.extensions.json"
06-14-2021 05:14 AM
do you mean the file inside /src/assets folder? in this file there isn't a "navigation" property, there is "navbar" but the syntax is different from tutorial, therefore it is difficult to understand how to add an item to the menu.
there is an updated guide?
02-02-2022 09:27 AM
@dvuika is right. It seems that the tutorial is wrong, I faced the same problem as you.
navigate to app.extensions.json and in the navbar section add the following code:
{ "id": "app.navbar.custom-page", "order": 400, "icon": "description", "title": "Custom Page", "description": "Custom Page Description", "route": "custom" }
Explore our Alfresco products with the links below. Use labels to filter content by product module.