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.
I think there's a mistake in the tutorial, and the file should be "app.extensions.json"
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?
@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" }
Discussions, help and advice about the Alfresco Development Framework.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.