<?xml version="1.0" encoding="UTF-8"?>

<sections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
    <section name="AdminSmsConsentSection">
        <element name="consentFieldsetToggle" type="button" selector="#connector_consent_sms-head"/>
        <element name="consentFieldset" type="button" selector="#connector_consent_sms"/>
        <element name="consentEnabledRegistration" type="select" selector="#connector_consent_sms_registration_enabled"/>
        <element name="consentEnabledCheckout" type="select" selector="#connector_consent_sms_checkout_enabled"/>
        <element name="consentEnabledAccount" type="select" selector="#connector_consent_sms_account_enabled"/>
        <element name="signUpText" type="textarea" selector="#connector_consent_sms_signup_text" />
        <element name="marketingConsentText" type="textarea" selector="#connector_consent_sms_marketing_consent_text" />
        <element name="consentSmsTemplatesFieldsetToggle" type="button" selector="#connector_consent_sms_templates-head"/>
        <element name="smsSignUpEnabled" type="select" selector="#connector_consent_sms_templates_signup_enabled"/>
        <element name="smsSignUpEnabledText" type="textarea" selector="#connector_consent_sms_templates_signup_message"/>
        <element name="newAccountSmsSignUpEnabled" type="select" selector="#connector_consent_sms_templates_new_account_signup_enabled"/>
        <element name="newAccountSmsSignUpEnabledText" type="textarea" selector="#connector_consent_sms_templates_new_account_signup_message"/>
    </section>
</sections>
