getAssetUrl('slidein.png');
}
public function getBody(): array {
return [
[
'type' => 'heading',
'id' => 'heading',
'params' => [
'content' => '10%',
'level' => '1',
'align' => 'center',
'font_size' => '80',
'text_color' => '#000000',
'line_height' => '1',
'background_color' => '',
'anchor' => '',
'class_name' => '',
],
],
[
'type' => 'heading',
'id' => 'heading',
'params' => [
'content' => '' . _x('off, especially for you', 'Text in a web form. Second line of "10% off, especially..."', 'mailpoet') . ' ' . $this->wp->wpStaticizeEmoji('🎁'),
'level' => '2',
'align' => 'center',
'font_size' => '25',
'text_color' => '#000000',
'line_height' => '1.5',
'background_color' => '',
'anchor' => '',
'class_name' => 'mailpoet-heading',
],
],
[
'type' => 'paragraph',
'id' => 'paragraph',
'params' => [
'content' => '' . _x('Sign up to receive your exclusive discount, and keep up to date on our latest products & offers!', 'Text in a web form.', 'mailpoet') . '',
'drop_cap' => '0',
'align' => 'center',
'font_size' => '15',
'line_height' => '1.5',
'text_color' => '#000000',
'background_color' => '',
'class_name' => '',
],
],
[
'type' => 'text',
'params' => [
'label' => _x('Email Address', 'Form label', 'mailpoet'),
'class_name' => '',
'required' => '1',
'label_within' => '1',
],
'id' => 'email',
'name' => 'Email',
'styles' => [
'full_width' => '1',
'bold' => '0',
'background_color' => '#ffffff',
'border_size' => '1',
'border_radius' => '0',
'border_color' => '#313131',
],
],
[
'type' => 'submit',
'params' => [
'label' => _x('Save 10%', 'Form label', 'mailpoet'),
'class_name' => '',
],
'id' => 'submit',
'name' => 'Submit',
'styles' => [
'full_width' => '1',
'bold' => '1',
'background_color' => '#000000',
'font_size' => '16',
'font_color' => '#ffffff',
'border_size' => '1',
'border_radius' => '2',
'border_color' => '#313131',
'padding' => '15',
'font_family' => 'Montserrat',
],
],
[
'type' => 'paragraph',
'id' => 'paragraph',
'params' => [
'content' => '' . $this->replacePrivacyLinkTags(_x('We don’t spam! Read our [link]privacy policy[/link] for more info.', 'Text in a web form.', 'mailpoet'), '#') . '',
'drop_cap' => '0',
'align' => 'center',
'font_size' => '13',
'line_height' => '1.5',
'text_color' => '',
'background_color' => '',
'class_name' => '',
],
],
];
}
public function getSettings(): array {
return [
'on_success' => 'message',
'success_message' => '',
'segments' => [],
'segments_selected_by' => 'admin',
'alignment' => 'left',
'form_placement' => [
'popup' => ['enabled' => ''],
'below_posts' => ['enabled' => ''],
'fixed_bar' => ['enabled' => ''],
'slide_in' => [
'enabled' => '1',
'styles' => [
'width' => [
'unit' => 'pixel',
'value' => '380',
],
],
],
'others' => ['enabled' => ''],
],
'border_radius' => '15',
'border_size' => '0',
'form_padding' => '30',
'input_padding' => '15',
'success_validation_color' => '#00d084',
'error_validation_color' => '#cf2e2e',
'close_button' => 'classic',
'font_family' => 'Montserrat',
'fontSize' => '16',
];
}
public function getStyles(): string {
return << span {
width: 5px;
height: 5px;
background-color: #5b5b5b;
}
h2.mailpoet-heading {
margin: 0 0 20px 0;
}
h1.mailpoet-heading {
margin: 0 0 10px;
}
EOL;
}
}