- Issue created by @ronaldtebrake
- Status changed to Needs review
about 1 year ago 9:47am 22 April 2024 - Status changed to Fixed
about 1 year ago 9:11am 23 April 2024 Automatically closed - issue fixed for 2 weeks with no activity.
Currently, as part of social_branding, we have a hardcoded list of app features shown as the bottom bar, which can be influenced by two hooks
We now provide a new admin form, currently no permissions are set, as it's for now Admin only (until we know every business requirement we need to provide it for SM, e.g. which preferred features are available, mandatory, how many etc)
So this form gives admins a way to deal with the bottom bar features for the App through the UI.
Right now we use the existing hook as input for the ConfigForm which preferred features are available.
We add a draggable table to the form, which shows all available features.
And we change the place where the hook is invoked, for GraphQl, to the configuration from the form submitted.
Fixed
12.3
Code (back-end)
Automatically closed - issue fixed for 2 weeks with no activity.