I would like to add another field to the personal settings sidebar without modifying the core from a subfolder that I have called exm in which I have my own apps. Where should I make the call?
Thanks
Not totally my field of expertise, but the workflow engine adds a section to the person settings, maybe that gives you an idea: server/apps/workflowengine/lib/Settings at master ยท nextcloud/server ยท GitHub
1 Like
Also see the Developer Manual sections:
Just to make the request clear: you want to add an entry to the per-user settings (think personal notification options or security settings) or the personal profile (think name, web address, and contact information)?
Chris
I highly suggest, you read the page about settings on the dev docs:
Chris