From 0796f34eb5afb4140d07de9d7a10aed0d429b784 Mon Sep 17 00:00:00 2001 From: augustoZaelot <114945418+augustoZaelot@users.noreply.github.com> Date: Fri, 1 Sep 2023 10:59:06 -0300 Subject: [PATCH] Update README.md Replace Community Menus with Experience Cloud Menus --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22943ad..94528aa 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ This package is free to use, but is not an official [salesforce.com](http://sale ## Community Menus App (Menus Manager component for App Builder) -Access the Lightning App called “Community Menus” from the Lightning experience as an admin or a user who is given access to that app and underlying objects (ccnavmenus__Menu__c, ccnavmenus__Menu_Item__c). The home page of the app will run the Menus Manager component (menusManager), which uses an apex controller called “menusManagerController.cls”. Ensure that any user needing to run this functionality also has access to that apex class to be able to run the Menus Manager component. +Access the Lightning App called “Experience Cloud Menus” from the Lightning experience as an admin or a user who is given access to that app and underlying objects (ccnavmenus__Menu__c, ccnavmenus__Menu_Item__c). The home page of the app will run the Menus Manager component (menusManager), which uses an apex controller called “menusManagerController.cls”. Ensure that any user needing to run this functionality also has access to that apex class to be able to run the Menus Manager component. ![image](https://user-images.githubusercontent.com/8514282/153256405-76d78f53-46ad-4ac7-ae96-4662c8a0a3ad.png)