<?xml version="1.0" encoding="utf-8"?>
<form>
	<fields name="profilespaarchive">
		<fieldset name="profilespaarchive" label="PLG_USER_PROFILESPAARCHIVE_SLIDER_LABEL" addfieldpath="/plugins/user/profilespaarchive/fields/">

			<field name="author_avatar" type="sbfile"
				id="author_avatar"
				label="PLG_USER_PROFILESPAARCHIVE_FIELD_AUTHOR_AVATAR"
				description="PLG_USER_PROFILESPAARCHIVE_FIELD_AUTHOR_AVATAR_DESC"
			/>

			<field name="designation" type="text"
				id="designation"
				label="PLG_USER_PROFILESPAARCHIVE_FIELD_DESIGNATION"
				description="PLG_USER_PROFILESPAARCHIVE_FIELD_DESIGNATION_DESC"
				message="PLG_USER_PROFILESPAARCHIVE_FIELD_DESIGNATION_MESSAGE"
				filter="string"
				size="30"
			/>

			<field name="description" type="textarea"
				id="description"
				label="PLG_USER_PROFILESPAARCHIVE_FIELD_DESCRIPTION"
				description="PLG_USER_PROFILESPAARCHIVE_FIELD_DESCRIPTION_DESC"
				rows="3"
				cols="3"
				filter="JComponentHelper::filterText"
			/>

			<field name="socials" type="subform"
				id="socials"
				formsource="/plugins/user/profilespaarchive/fields/socials.xml" 
				multiple="true"
				label="PLG_USER_PROFILESPAARCHIVE_FIELD_SOCIAL"
				description="PLG_USER_PROFILESPAARCHIVE_FIELD_SOCIAL_DESC"
			/>

		</fieldset>
	</fields>
</form>