Controlling available features on UIKit V4

We would like to customise the features available to end users.
For instance, we’d like to limit the creation of communities to admin users only.
We’d also like to get rid of the Livestream feature.

There doesn’t appear to be any config options to control these sorts of things?

Hello @robaldred, with the current open-source UIkit, you can customise and hide the button directly in the UIkit. In your case, you can implement logic on the frontend to display the button only for specific roles (e.g., admin) and hide the livestream button for all users.

Please let us know if you have any questions.

Thanks for the reply.
Yeh Ok that’s certainly an option. It would be nice to have these as controllable features from an enterprise & platform perspective. A determined user with their accessToken could still call the APIs directly, particularly with regards for creating communities.