<settings module="dpc_importexport_migration_rankmath">
	<section name="wizard">
		<option type="wizard">
			<step title="{@text:Migration}" section="step1" />
		</option>
	</section>
	
	<section name="step1">
		<option type="heading" size="3" value="{@text:Are you sure?}" />
		<option type="wrapper" width="12">
			<option type="hinweis" alert-type="warning" text="{@text:Are you sure you want to migrate? Existing metadata will be overridden.}" class="overview-notice sub"/>
		</option>
	</section>
	
	<section name="success">
		<option type="wrapper" width="12" class="no-margin no-padding text-align-center success-overview-wrapper">
			<option type="heading" size="3" value="{@text:Migration process completed.}" />
			<option type="hinweis" text="{@text:Migration process successfully completed. Please deactivate the Rank Math SEO plugin and review your metadata.}" class="overview-notice sub"/>
			<option type="htmlelement" element="br"/>
			<option type="htmlelement" element="hr"/>
			<option type="htmlelement" element="br"/>
 			<option type="each" source="@method:dpc:importexport:executeMigrationAdapterMethod" namespace="success" sourceParams="yoast|getMigrationCount">
				<option class="success-overview" type="paragraph" text="Zu {@ns:success|module} wurden {@ns:success|count} Einstellungen migriert."/>
				<option type="htmlelement" element="br"/>
			</option>
		</option>
		<option type="htmlelement" element="clear"/>
	</section>
		
</settings>