';
}
// Notifications SECTION
Redux::setSection( $opt_name, array(
'title' => esc_html__( 'Notice Bar & GDPR', 'accelerated-mobile-pages' ),
'desc' => $cta_desc ,
'id' => 'amp-notifications',
'class' => 'ampforwp_new_features ',
'subsection' => true,
'fields' => array(
array(
'id' => 'ampforwp-notice_2',
'type' => 'section',
'title' => esc_html__('Notice Bar (Cookie Consent)', 'accelerated-mobile-pages'),
'indent' => true,
'layout_type' => 'accordion',
'accordion-open'=> 1,
'required' => array('amp-gdpr-compliance-switch', '=' , '0')
),
array(
'id' =>'amp-enable-notifications',
'type' => 'switch',
'title' => esc_html__('Notifications', 'accelerated-mobile-pages'),
'default' => '',
'tooltip-subtitle' => esc_html__('Show notifications on all of your AMP pages for cookie purposes, or anything else.', 'accelerated-mobile-pages'),
'true' => 'Enabled',
'false' => 'Disabled',
'required' => array('amp-gdpr-compliance-switch', '=' , '0')
),
array(
'class' => 'child_opt child_opt_arrow',
'id' => 'amp-notification-text',
'title' => esc_html__('Notice Content', 'accelerated-mobile-pages'),
'type' => 'textarea',
'required' => array('amp-enable-notifications', '=' , '1'),
'default' => esc_html__('This website uses cookies.','accelerated-mobile-pages'),
'placeholder' => esc_html__('Enter Text here','accelerated-mobile-pages'),
),
array(
'class' => 'child_opt',
'id' => 'amp-accept-button-text',
'title' => esc_html__('Button Text', 'accelerated-mobile-pages'),
'type' => 'text',
'required' => array('amp-enable-notifications', '=' , '1'),
'default' => esc_html__('Accept','accelerated-mobile-pages'),
'placeholder' => esc_html__('Enter Text here','accelerated-mobile-pages'),
),
array(
'class' => 'child_opt',
'id' =>'amp-enable-links',
'type' => 'switch',
'title' => esc_html__('Link', 'accelerated-mobile-pages'),
'default' => '',
'true' => 'Enabled',
'false' => 'Disabled',
'required' => array('amp-enable-notifications', '=' , '1'),
),
array(
'class' => 'child_opt',
'id' =>'amp-notice-bar-select-privacy-page',
'type' => 'text',
'title' => esc_html__('Enter the URL of Privacy Page', 'accelerated-mobile-pages'),
'tooltip-subtitle' => esc_html__('Enter URL of Privacy Page where the user can read your Website Privacy', 'accelerated-mobile-pages'),
'default' => '#',
'required' => array('amp-enable-links', '=' , '1'),
),
array(
'class' => 'child_opt',
'id' =>'amp-notice-bar-privacy-page-button-text',
'type' => 'text',
'title' => esc_html__('Privacy Page Button Text', 'accelerated-mobile-pages'),
'default' => 'Read More',
'required' => array('amp-enable-links', '=' , '1'),
),
array(
'id' => 'ampforwp-notice_1',
'type' => 'section',
'title' => esc_html__('GDPR (General Data Protection Regulation)', 'accelerated-mobile-pages'),
'indent' => true,
'layout_type' => 'accordion',
'accordion-open'=> 1,
),
array(
'id' =>'amp-gdpr-compliance-switch',
'type' => 'switch',
'title' => esc_html__('GDPR Compliancy', 'accelerated-mobile-pages'),
'default' => 0,
'tooltip-subtitle' => 'Currently It is available to only EEA countries. Check here for the list of EEA Countries'
),
array(
'id' => 'gdpr-type',
'title' => esc_html__('GDPR Designs', 'accelerated-mobile-pages'),
'type' => 'image_select',
'options'=> array(
'1' => array(
'alt'=>' Header 1 ',
'img' =>AMPFORWP_PLUGIN_DIR_URI.'/images/gdpr-1.png'
),
'2' => array(
'alt'=>' Header 2 ',
'img' =>AMPFORWP_PLUGIN_DIR_URI.'/images/gdpr-2.png'
),
),
'default'=> '1',
'required' => array( array('amp-gdpr-compliance-switch', '=' , '1') ),
),
array(
'class' => 'child_opt child_opt_arrow',
'id' =>'amp-gdpr-compliance-headline-text',
'type' => 'text',
'title' => esc_html__('Headline Text', 'accelerated-mobile-pages'),
'default' => 'Headline',
'required' => array('amp-gdpr-compliance-switch', '=' , '1'),
),
array(
'class' => 'child_opt',
'tooltip-subtitle' => 'This is the message that you want to share with the audience',
'id' =>'amp-gdpr-compliance-textarea',
'type' => 'textarea',
'title' => esc_html__('Message to Visitor', 'accelerated-mobile-pages'),
'subtitle' => esc_html__('', 'accelerated-mobile-pages'),
'default' => '',
'required' => array( array('amp-gdpr-compliance-switch', '=' , '1', ), array('gdpr-type', '=' , '1' ) ),
),
array(
'class' => 'child_opt',
'id' =>'amp-gdpr-compliance-accept-text',
'type' => 'text',
'title' => esc_html__('Accept Button Text', 'accelerated-mobile-pages'),
'default' => 'Accept',
'required' => array('amp-gdpr-compliance-switch', '=' , '1'),
),
array(
'class' => 'child_opt',
'id' =>'amp-gdpr-compliance-reject-text',
'type' => 'text',
'title' => esc_html__('Reject Button Text', 'accelerated-mobile-pages'),
'default' => 'Reject',
'required' => array('amp-gdpr-compliance-switch', '=' , '1'),
),
array(
'class' => 'child_opt',
'id' =>'amp-gdpr-compliance-settings-text',
'type' => 'text',
'title' => esc_html__('Settings Button Text', 'accelerated-mobile-pages'),
'default' => 'Privacy Settings',
'required' => array('amp-gdpr-compliance-switch', '=' , '1'),
),
array(
'class' => 'child_opt',
'id' =>'amp-gdpr-compliance-for-more-privacy-info',
'type' => 'text',
'title' => esc_html__('For More information', 'accelerated-mobile-pages'),
'tooltip-subtitle' => esc_html__('text before the privacy page button.', 'accelerated-mobile-pages'),
'default' => 'For More information about Privacy',
'required' => array( array('amp-gdpr-compliance-switch', '=' , '1', ), array('gdpr-type', '=' , '1' ) ),
),
array(
'class' => 'child_opt',
'id' =>'amp-gdpr-compliance-select-privacy-page',
'type' => 'select',
'title' => esc_html__('Select the Privacy Page', 'accelerated-mobile-pages'),
'tooltip-subtitle' => esc_html__('Select the Privacy Page to display.', 'accelerated-mobile-pages'),
'default' => 0,
'data' => 'pages',
'required' => array('amp-gdpr-compliance-switch', '=' , '1'),
),
array(
'class' => 'child_opt',
'id' =>'amp-gdpr-compliance-privacy-page-button-text',
'type' => 'text',
'title' => esc_html__('Privacy Page Button Text', 'accelerated-mobile-pages'),
'default' => 'Click Here',
'required' => array('amp-gdpr-compliance-switch', '=' , '1'),
),
array(
'id' => 'ampforwp-notice_popup',
'type' => 'section',
'title' => esc_html__('PopUp for AMP', 'accelerated-mobile-pages'),
'indent' => true,
'layout_type' => 'accordion',
'accordion-open'=> 1,
),
array(
'class' => 'child_opt child_opt_arrow',
'id' => 'info_normal_amp_popup',
'type' => 'info',
'desc' => '
',
),
),
) );
}