First release and rebranding
This commit is contained in:
7
appinfo/app.php
Normal file
7
appinfo/app.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
namespace OCA\MinimalProfile\AppInfo;
|
||||
|
||||
use OCP\Util;
|
||||
|
||||
Util::addStyle('minimalprofile', 'style');
|
||||
Util::addScript('minimalprofile', 'script');
|
||||
21
appinfo/info.xml
Normal file
21
appinfo/info.xml
Normal file
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0"?>
|
||||
<info>
|
||||
<id>minimalprofile</id>
|
||||
<name>Minimal Profile Display</name>
|
||||
<summary>Optionally hide additional user profile details from the interface for a simpler view.</summary>
|
||||
<description>
|
||||
This app provides an option to hide certain user profile elements — such as pronouns and custom fields — for a more minimal, distraction-free interface.
|
||||
Users or administrators can choose to enable this setting for a cleaner experience.
|
||||
</description>
|
||||
<version>1.0.0</version>
|
||||
<licence>agpl</licence>
|
||||
<author>Your Name</author>
|
||||
<namespace>MinimalProfile</namespace>
|
||||
<dependencies>
|
||||
<nextcloud min-version="26" max-version="31" />
|
||||
</dependencies>
|
||||
<category>Customization</category>
|
||||
<website>https://code.taurix.net/TaurixIT/nextcloud_minimalprofile</website>
|
||||
<bugs>https://code.taurix.net/TaurixIT/nextcloud_minimalprofile/issues</bugs>
|
||||
<repository>https://code.taurix.net/TaurixIT/nextcloud_minimalprofile</repository>
|
||||
</info>
|
||||
Reference in New Issue
Block a user