NC settings configuration

I am writing an app and registered the settings I need as described in the manual.

While there is mentioning of sections server, sharing, encryption, logging, additional and tips-tricks, the settings I see as a user cover ‘personal info’, ‘security’, ‘accessability’, ‘sharing’ and ‘flow’. The only section where I can make my settings actually show up is therefore sharing.

I also registered my own section but cannot see it either. Any clue how this all fits together?

Apparently these are the sections for the admin, plus overview.

From backwards engineering I found that the predefined sections for the user are personal-info, security, accessibility, sharing and workflow.

My own section failed to work because the template I copied from the docs missed the statement
use OCP\IURLGenerator;

All fine, case closed, thanks to those who noticed my question :slight_smile: