-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmanifest.xml
51 lines (45 loc) · 1.51 KB
/
manifest.xml
1
<?xml version="1.0" encoding="UTF-8"?><plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8"> <name>Tabbed Profile</name> <author>Matt Beckett</author> <email>[email protected]</email> <version>2.1</version> <description>Users/Groups can have multiple profile pages for different contexts/viewers</description> <website>https://landing.athabascau.ca</website> <copyright>(C) Athabasca University</copyright> <license>GNU Public License version 2</license> <requires> <type>elgg_release</type> <version>1.10</version> </requires> <requires> <type>plugin</type> <name>widget_manager</name> <version>5.1</version> </requires> <requires> <type>priority</type> <priority>after</priority> <plugin>widget_manager</plugin> </requires> <suggests> <type>plugin</type> <name>group_tools</name> </suggests> <screenshot> <description>Tabbed Profile</description> <path>screenshots/tabbed_profile1.png</path> </screenshot> <screenshot> <description>Adding a new tab</description> <path>screenshots/tabbed_profile2.png</path> </screenshot> <screenshot> <description>An iframe profile</description> <path>screenshots/tabbed_profile3.png</path> </screenshot> <screenshot> <description>Plugin settings</description> <path>screenshots/tabbed_profile4.png</path> </screenshot></plugin_manifest>