<?xml version="1.0" encoding="UTF-8"?>
<ajxpdriver id="access.ajxp_home" enabled="always" label="CONF_MESSAGE[Welcome Page]" description="CONF_MESSAGE[Welcome Page displaying a list of workspaces]"  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:../core.ajaxplorer/ajxp_registry.xsd">
	<client_settings icon="plugins/access.ajxp_home/share.png">
		<resources>
			<i18n namespace="user_home" path="plugins/access.ajxp_home/res/i18n" />
            <js className="WelcomeComponents" file="plugins/access.ajxp_home/res/build/WelcomeComponents.js" depends="React,PydioComponents,PydioWorkspaces,PydioForm"/>
            <css file="plugins/access.ajxp_home/res/home.css" autoload="true"/>
		</resources>
        <node_provider ajxpClass="EmptyNodeProvider" ajxpOptions="{}"/>
	</client_settings>
    <server_settings>
        <global_param name="DISABLE_WIDGET_BAR" type="boolean" expose="true" label="CONF_MESSAGE[Disable Widget Bar]" description="CONF_MESSAGE[Hide the right bar with helpers widgets]" default="false"/>
        <global_param name="URL_APP_IOSAPPSTORE" type="string" expose="true"
                      label="CONF_MESSAGE[iOS App URL]" description="CONF_MESSAGE[URL of the iOS application]" default="https://itunes.apple.com/us/app/pydiopro/id1109419882?mt=8"/>
        <global_param name="URL_APP_ANDROID" type="string" expose="true"
                      label="CONF_MESSAGE[Android App URL]" description="CONF_MESSAGE[URL of the Android application]" default="https://play.google.com/store/apps/details?id=com.pydio.android.pydioPro"/>
        <global_param name="URL_APP_SYNC_WIN" type="string" expose="true"
                      label="CONF_MESSAGE[Windows PydioSync URL]" description="CONF_MESSAGE[URL of the windows sync application]" default="https://pydio.com/en/get-pydio/downloads/pydiosync-desktop-app/"/>
        <global_param name="URL_APP_SYNC_MAC" type="string" expose="true"
                      label="CONF_MESSAGE[Mac PydioSync URL]" description="CONF_MESSAGE[URL of the mac sync application]" default="https://pydio.com/en/get-pydio/downloads/pydiosync-desktop-app/"/>
    </server_settings>
	<registry_contributions>
		<client_configs>
            <template_part ajxpId="orbit_content" theme="material" namespace="WelcomeComponents" component="HomeDashboard" dependencies="PydioComponents,PydioTasks" props='{"rootId":"home_account_pane","style": {}}'/>
        </client_configs>
	</registry_contributions>
    <class_definition filename="plugins/access.ajxp_home/HomePagePlugin.php" classname="Pydio\Access\Driver\DataProvider\HomePagePlugin"/>
</ajxpdriver>
