Hide settings menu for guestUsers #1173
Replies: 1 comment 3 replies
-
1, you may want to identify the right permission scope and user experience of you underlying requirement. for instance, appConfig.disableConfigurationForNonAdmin allows you to disable the pencil(grey out) and once open the wrench, the view config and edit config options are disabled(greyed out). 2, if you feel the build in experience is still not sufficient, you can config by adding component v-if under a certain permission. disableConfigurationForNonAdmin=true will set allowViewConfig to false for none admin users, one example you can custom SettingsContainer.vue file, add Hope the above example helps. |
Beta Was this translation helpful? Give feedback.
-
I want to hide the UI for settings menu, which includes Layout, Item Size, and Config options for Guest Users.
Disable all UI Config for non admin users is checked. But not working.
If anyone has any experience with this or can point me in the right direction, I would greatly appreciate it.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions