2026-04-16 14:01:13 +02:00
<?xml version="1.0" encoding="utf-8"?>
<info xmlns= "http://nextcloud.org/ns" >
<id > minimalprofile</id>
<name > Minimal Profile</name>
<summary > Hides profile fields to create a minimal user profile</summary>
2026-04-16 21:01:48 +02:00
<description > Allows administrators to hide profile fields like pronouns, role, and headline from user profiles. Configure which fields to hide using: occ config:app:set minimalprofile hidden_fields --value='["pronouns","role"]'</description>
2026-04-16 20:59:56 +02:00
<version > 1.1.0</version>
2026-04-16 14:01:13 +02:00
<licence > AGPL</licence>
2026-04-16 21:01:48 +02:00
<author > Taurix IT</author>
2026-04-16 14:01:13 +02:00
<namespace > MinimalProfile</namespace>
<categories >
<category > settings</category>
</categories>
<dependencies >
<nextcloud min-version= "33" max-version= "33" />
</dependencies>
2026-04-16 16:37:44 +02:00
<scripts >
<script > minimalprofile</script>
</scripts>
2026-04-16 14:01:13 +02:00
</info>