View in browser link Post link Hello [subscriber:firstname | default:test] Unsubscribe link Manage subscription link Link with space" } ] } ] }, { "type": "container", "styles": { "block": {} }, "orientation": "horizontal", "blocks": [ { "type": "container", "orientation": "vertical", "styles": { "block": {} }, "blocks": [ { "type": "button", "text": "Action!", "url": "", "styles": { "block": {"backgroundColor":"#2ea1cd","borderColor":"#0074a2","borderWidth":"1px","borderRadius":"5px","borderStyle":"solid","width":"180px","lineHeight":"40px","fontColor":"#ffffff","fontFamily":"Verdana","fontSize":"18px","fontWeight":"normal","textAlign":"center"} } } ] } ] } ] } }' ); Fixtures::add( 'newsletter_subject_template', 'Newsletter for [subscriber:firstname]' ); Fixtures::add( 'subscriber_template', [ 'first_name' => 'John', 'last_name' => 'John', 'email' => 'john.doe@example.com', ] ); Fixtures::add( 'form_body_template', [ [ 'type' => 'text', 'name' => 'First name', 'id' => 'first_name', 'unique' => '1', 'static' => '0', 'params' => [ 'label' => 'First name', ], 'position' => '1', ], [ 'type' => 'text', 'name' => 'Nickname', 'id' => '4', 'unique' => '1', 'static' => '0', 'params' => [ 'label' => 'Nickname', ], 'position' => '2', ], [ 'type' => 'text', 'name' => 'Age', 'id' => '2', 'unique' => '1', 'static' => '0', 'params' => [ 'required' => '', 'validate' => 'number', 'label' => 'Age', ], 'position' => '3', ], [ 'type' => 'divider', 'name' => 'Divider', 'id' => 'divider', 'unique' => '0', 'static' => '0', 'params' => '', 'position' => '4', ], [ 'type' => 'radio', 'name' => '3-way choice', 'id' => '3', 'unique' => '1', 'static' => '0', 'params' => [ 'values' => [ 0 => [ 'value' => '1', ], 1 => [ 'value' => '2', ], 2 => [ 'value' => '3', ], ], 'required' => '', 'label' => '3-way choice', ], 'position' => '5', ], [ 'type' => 'html', 'name' => 'Custom text or HTML', 'id' => 'html', 'unique' => '0', 'static' => '0', 'params' => [ 'text' => 'Subscribe to our newsletter and join [mailpoet_subscribers_count] other subscribers.', ], 'position' => '6', ], [ 'type' => 'text', 'name' => 'Email', 'id' => 'email', 'unique' => '0', 'static' => '1', 'params' => [ 'label' => 'Email', 'required' => 'true', ], 'position' => '7', ], [ 'type' => 'submit', 'name' => 'Submit', 'id' => 'submit', 'unique' => '0', 'static' => '1', 'params' => [ 'label' => 'Subscribe!', ], 'position' => '8', ], ] );