Add a UI configuration option to the group settings like Allow personal snippets
Problem
We want to allow users to modify Allow personal snippets
settings using UI.
The value of this setting is stored in database (see Add allow_personal_snippets field to group sett... (#555051 - closed)).
Proposal
- Update UI to allow users to enable/disable this configuration.
- Document the new configuration option
- This functionality should be released behind the feature flag.
When this setting is enabled, Enterprise Users that are part of the namespace would be allowed to create snippets in their personal namespace.
When this setting is disabled, Enterprise Users that are part of the namespace would NOT be allowed to create snippets in their personal namespace.
Additional Notes
The ability to toggle this setting should only be available to group owners and should only impact enterprise users in the namespace.
API counterpart issue: Allow to display and update allow_personal_snip... (#555053)
Similar implementation
Disable personal access tokens for enterprise u... (!148415 - merged)