<settings module="dpc_wizard">
	<section name="general">
		<option type="section" section="wizard" />
		<option type="htmlelement" element="clear" />
		<option type="button" class="btn btn-info" label="{@text:Wizard proceed}" name="save_wizard" value="1" addToDom="class"/>
	</section>

	<section name="wizard">
		<option type="accordion">
			<content heading="{@text:Setup}" section="setup" expanded="false" />
			<content heading="{@text:Suchmaschinen}" section="searchengines" expanded="false" />
			<content heading="{@text:Modules}" section="modules" expanded="false" />
			<content heading="{@text:Abschluss}" section="finish" expanded="false" />
		</option>
	</section>


	<section name="setup">
		<option type="section" section="general" file="dpc/importexport/settings.xml" />
	</section>

	<section name="searchengines">
		<option type="heading" size="1" value="{@text:Suchmaschinen}" />
	</section>

	<section name="modules">
		<option type="section" section="wizard" file="dpc/dashboard/settings.xml" />
	</section>

	<section name="finish">
		<option type="heading" size="1" value="{@text:Abschluss}" />
	</section>


</settings>