AppWelcome.php
1 year ago
Avocado.php
1 year ago
Birds.php
1 year ago
BirthdayCelebration.php
2 months ago
BookStoreWithCoupon.php
1 year ago
BrandingAgencyNews.php
1 year ago
BuddhistTemple.php
1 year ago
Charity.php
1 year ago
CityLocalNews.php
1 year ago
ClearNews.php
1 year ago
Coffee.php
1 year ago
College.php
1 year ago
ComputerRepair.php
1 year ago
ConfirmInterestBeforeDeactivation.php
2 years ago
ConfirmInterestOrUnsubscribe.php
2 years ago
DogFood.php
1 year ago
Drone.php
1 year ago
Engineering.php
1 year ago
Faith.php
1 year ago
FarmersMarket.php
1 year ago
FashionBlog.php
1 year ago
FashionBlogA.php
1 year ago
FashionShop.php
1 year ago
FashionStore.php
1 year ago
FestivalEvent.php
1 year ago
Fitness.php
1 year ago
FlowersWithCoupon.php
1 year ago
FoodBox.php
1 year ago
GiftWelcome.php
1 year ago
Guitarist.php
1 year ago
HealthyFoodBlog.php
1 year ago
Hotels.php
1 year ago
IndustryConference.php
1 year ago
JazzClub.php
1 year ago
KidsClothing.php
1 year ago
LifestyleBlogA.php
1 year ago
LifestyleBlogB.php
1 year ago
Minimal.php
1 year ago
ModularStyleStories.php
1 year ago
Mosque.php
1 year ago
Motor.php
1 year ago
Music.php
1 year ago
NewsDay.php
1 year ago
NewsletterBlank121Column.php
1 year ago
NewsletterBlank12Column.php
1 year ago
NewsletterBlank13Column.php
1 year ago
NewsletterBlank1Column.php
1 year ago
NewspaperTraditional.php
1 year ago
NotSoMedium.php
1 year ago
Painter.php
1 year ago
Phone.php
1 year ago
Photography.php
1 year ago
PieceOfCake.php
1 year ago
Poet.php
1 year ago
PostNotificationsBlank1Column.php
1 year ago
PrimarySchool.php
1 year ago
RealEstate.php
1 year ago
RenewableEnergy.php
1 year ago
Retro.php
1 year ago
RetroComputingMagazine.php
1 year ago
RockBand.php
1 year ago
RssSimpleNews.php
1 year ago
ScienceWeekly.php
1 year ago
Shoes.php
1 year ago
SimpleText.php
2 years ago
Software.php
1 year ago
Sunglasses.php
1 year ago
Synagogue.php
1 year ago
TakeAHike.php
1 year ago
Vlogger.php
1 year ago
WelcomeBlank12Column.php
1 year ago
WelcomeBlank1Column.php
1 year ago
WideStoryLayout.php
1 year ago
WineCity.php
1 year ago
WordPressTheme.php
1 year ago
WorldCup.php
1 year ago
YogaStudio.php
1 year ago
index.php
3 years ago
HealthyFoodBlog.php
2479 lines
| 1 | <?php // phpcs:ignore SlevomatCodingStandard.TypeHints.DeclareStrictTypes.DeclareStrictTypesMissing |
| 2 | |
| 3 | namespace MailPoet\Config\PopulatorData\Templates; |
| 4 | |
| 5 | if (!defined('ABSPATH')) exit; |
| 6 | |
| 7 | |
| 8 | class HealthyFoodBlog { |
| 9 | |
| 10 | private $template_image_url; |
| 11 | private $social_icon_url; |
| 12 | |
| 13 | public function __construct( |
| 14 | $assets_url |
| 15 | ) { |
| 16 | $this->template_image_url = 'https://ps.w.org/mailpoet/assets/newsletter-templates/healthy-food-blog'; |
| 17 | $this->social_icon_url = $assets_url . '/img/newsletter_editor/social-icons'; |
| 18 | } |
| 19 | |
| 20 | public function get() { |
| 21 | return [ |
| 22 | 'name' => __("Healthy Food Blog", 'mailpoet'), |
| 23 | 'categories' => json_encode(['standard', 'all']), |
| 24 | 'readonly' => 1, |
| 25 | 'thumbnail' => $this->getThumbnail(), |
| 26 | 'body' => json_encode($this->getBody()), |
| 27 | ]; |
| 28 | } |
| 29 | |
| 30 | private function getThumbnail() { |
| 31 | return $this->template_image_url . '/thumbnail.20190411-1500.jpg'; |
| 32 | } |
| 33 | |
| 34 | private function getBody() { |
| 35 | return [ |
| 36 | 'content' => |
| 37 | [ |
| 38 | 'type' => 'container', |
| 39 | 'columnLayout' => false, |
| 40 | 'orientation' => 'vertical', |
| 41 | 'image' => |
| 42 | [ |
| 43 | 'src' => null, |
| 44 | 'display' => 'scale', |
| 45 | ], |
| 46 | 'styles' => |
| 47 | [ |
| 48 | 'block' => |
| 49 | [ |
| 50 | 'backgroundColor' => 'transparent', |
| 51 | ], |
| 52 | ], |
| 53 | 'blocks' => |
| 54 | [ |
| 55 | 0 => |
| 56 | [ |
| 57 | 'type' => 'container', |
| 58 | 'columnLayout' => false, |
| 59 | 'orientation' => 'horizontal', |
| 60 | 'image' => |
| 61 | [ |
| 62 | 'src' => null, |
| 63 | 'display' => 'scale', |
| 64 | ], |
| 65 | 'styles' => |
| 66 | [ |
| 67 | 'block' => |
| 68 | [ |
| 69 | 'backgroundColor' => 'transparent', |
| 70 | ], |
| 71 | ], |
| 72 | 'blocks' => |
| 73 | [ |
| 74 | 0 => |
| 75 | [ |
| 76 | 'type' => 'container', |
| 77 | 'columnLayout' => false, |
| 78 | 'orientation' => 'vertical', |
| 79 | 'image' => |
| 80 | [ |
| 81 | 'src' => null, |
| 82 | 'display' => 'scale', |
| 83 | ], |
| 84 | 'styles' => |
| 85 | [ |
| 86 | 'block' => |
| 87 | [ |
| 88 | 'backgroundColor' => 'transparent', |
| 89 | ], |
| 90 | ], |
| 91 | 'blocks' => |
| 92 | [ |
| 93 | 0 => |
| 94 | [ |
| 95 | 'type' => 'spacer', |
| 96 | 'styles' => |
| 97 | [ |
| 98 | 'block' => |
| 99 | [ |
| 100 | 'backgroundColor' => '#e3e3e3', |
| 101 | 'height' => '40px', |
| 102 | ], |
| 103 | ], |
| 104 | ], |
| 105 | ], |
| 106 | ], |
| 107 | ], |
| 108 | ], |
| 109 | 1 => |
| 110 | [ |
| 111 | 'type' => 'container', |
| 112 | 'columnLayout' => false, |
| 113 | 'orientation' => 'horizontal', |
| 114 | 'image' => |
| 115 | [ |
| 116 | 'src' => null, |
| 117 | 'display' => 'scale', |
| 118 | ], |
| 119 | 'styles' => |
| 120 | [ |
| 121 | 'block' => |
| 122 | [ |
| 123 | 'backgroundColor' => '#323232', |
| 124 | ], |
| 125 | ], |
| 126 | 'blocks' => |
| 127 | [ |
| 128 | 0 => |
| 129 | [ |
| 130 | 'type' => 'container', |
| 131 | 'columnLayout' => false, |
| 132 | 'orientation' => 'vertical', |
| 133 | 'image' => |
| 134 | [ |
| 135 | 'src' => null, |
| 136 | 'display' => 'scale', |
| 137 | ], |
| 138 | 'styles' => |
| 139 | [ |
| 140 | 'block' => |
| 141 | [ |
| 142 | 'backgroundColor' => 'transparent', |
| 143 | ], |
| 144 | ], |
| 145 | 'blocks' => |
| 146 | [ |
| 147 | 0 => |
| 148 | [ |
| 149 | 'type' => 'spacer', |
| 150 | 'styles' => |
| 151 | [ |
| 152 | 'block' => |
| 153 | [ |
| 154 | 'backgroundColor' => '#323232', |
| 155 | 'height' => '20px', |
| 156 | ], |
| 157 | ], |
| 158 | ], |
| 159 | 1 => |
| 160 | [ |
| 161 | 'type' => 'text', |
| 162 | 'text' => '<p><strong><span style="color: #ffffff; font-size: 14px;">[date:mtext] [date:y] Edition</span></strong></p>', |
| 163 | ], |
| 164 | ], |
| 165 | ], |
| 166 | 1 => |
| 167 | [ |
| 168 | 'type' => 'container', |
| 169 | 'columnLayout' => false, |
| 170 | 'orientation' => 'vertical', |
| 171 | 'image' => |
| 172 | [ |
| 173 | 'src' => null, |
| 174 | 'display' => 'scale', |
| 175 | ], |
| 176 | 'styles' => |
| 177 | [ |
| 178 | 'block' => |
| 179 | [ |
| 180 | 'backgroundColor' => 'transparent', |
| 181 | ], |
| 182 | ], |
| 183 | 'blocks' => |
| 184 | [ |
| 185 | 0 => |
| 186 | [ |
| 187 | 'type' => 'spacer', |
| 188 | 'styles' => |
| 189 | [ |
| 190 | 'block' => |
| 191 | [ |
| 192 | 'backgroundColor' => '#323232', |
| 193 | 'height' => '22px', |
| 194 | ], |
| 195 | ], |
| 196 | ], |
| 197 | 1 => |
| 198 | [ |
| 199 | 'type' => 'text', |
| 200 | 'text' => '<p style="text-align: right; font-size: 12px;"><span style="color: #ed682a;"><strong><a href="[link:newsletter_view_in_browser_url]" style="color: #ed682a;">View this email in your browser ></a></strong></span></p>', |
| 201 | ], |
| 202 | ], |
| 203 | ], |
| 204 | ], |
| 205 | ], |
| 206 | 2 => |
| 207 | [ |
| 208 | 'type' => 'container', |
| 209 | 'columnLayout' => false, |
| 210 | 'orientation' => 'horizontal', |
| 211 | 'image' => |
| 212 | [ |
| 213 | 'src' => null, |
| 214 | 'display' => 'scale', |
| 215 | ], |
| 216 | 'styles' => |
| 217 | [ |
| 218 | 'block' => |
| 219 | [ |
| 220 | 'backgroundColor' => 'transparent', |
| 221 | ], |
| 222 | ], |
| 223 | 'blocks' => |
| 224 | [ |
| 225 | 0 => |
| 226 | [ |
| 227 | 'type' => 'container', |
| 228 | 'columnLayout' => false, |
| 229 | 'orientation' => 'vertical', |
| 230 | 'image' => |
| 231 | [ |
| 232 | 'src' => null, |
| 233 | 'display' => 'scale', |
| 234 | ], |
| 235 | 'styles' => |
| 236 | [ |
| 237 | 'block' => |
| 238 | [ |
| 239 | 'backgroundColor' => 'transparent', |
| 240 | ], |
| 241 | ], |
| 242 | 'blocks' => |
| 243 | [ |
| 244 | 0 => |
| 245 | [ |
| 246 | 'type' => 'spacer', |
| 247 | 'styles' => |
| 248 | [ |
| 249 | 'block' => |
| 250 | [ |
| 251 | 'backgroundColor' => '#ffffff', |
| 252 | 'height' => '30px', |
| 253 | ], |
| 254 | ], |
| 255 | ], |
| 256 | 1 => |
| 257 | [ |
| 258 | 'type' => 'image', |
| 259 | 'link' => '', |
| 260 | 'src' => $this->template_image_url . '/HealthyFood-Logo.png', |
| 261 | 'alt' => 'HealthyFood-Logo', |
| 262 | 'fullWidth' => false, |
| 263 | 'width' => '400px', |
| 264 | 'height' => '296px', |
| 265 | 'styles' => |
| 266 | [ |
| 267 | 'block' => |
| 268 | [ |
| 269 | 'textAlign' => 'center', |
| 270 | ], |
| 271 | ], |
| 272 | ], |
| 273 | ], |
| 274 | ], |
| 275 | 1 => |
| 276 | [ |
| 277 | 'type' => 'container', |
| 278 | 'columnLayout' => false, |
| 279 | 'orientation' => 'vertical', |
| 280 | 'image' => |
| 281 | [ |
| 282 | 'src' => null, |
| 283 | 'display' => 'scale', |
| 284 | ], |
| 285 | 'styles' => |
| 286 | [ |
| 287 | 'block' => |
| 288 | [ |
| 289 | 'backgroundColor' => 'transparent', |
| 290 | ], |
| 291 | ], |
| 292 | 'blocks' => |
| 293 | [ |
| 294 | 0 => |
| 295 | [ |
| 296 | 'type' => 'spacer', |
| 297 | 'styles' => |
| 298 | [ |
| 299 | 'block' => |
| 300 | [ |
| 301 | 'backgroundColor' => '#ffffff', |
| 302 | 'height' => '25px', |
| 303 | ], |
| 304 | ], |
| 305 | ], |
| 306 | ], |
| 307 | ], |
| 308 | 2 => |
| 309 | [ |
| 310 | 'type' => 'container', |
| 311 | 'columnLayout' => false, |
| 312 | 'orientation' => 'vertical', |
| 313 | 'image' => |
| 314 | [ |
| 315 | 'src' => null, |
| 316 | 'display' => 'scale', |
| 317 | ], |
| 318 | 'styles' => |
| 319 | [ |
| 320 | 'block' => |
| 321 | [ |
| 322 | 'backgroundColor' => 'transparent', |
| 323 | ], |
| 324 | ], |
| 325 | 'blocks' => |
| 326 | [ |
| 327 | 0 => |
| 328 | [ |
| 329 | 'type' => 'spacer', |
| 330 | 'styles' => |
| 331 | [ |
| 332 | 'block' => |
| 333 | [ |
| 334 | 'backgroundColor' => '#ffffff', |
| 335 | 'height' => '121px', |
| 336 | ], |
| 337 | ], |
| 338 | ], |
| 339 | 1 => |
| 340 | [ |
| 341 | 'type' => 'social', |
| 342 | 'iconSet' => 'official', |
| 343 | 'icons' => |
| 344 | [ |
| 345 | 0 => |
| 346 | [ |
| 347 | 'type' => 'socialIcon', |
| 348 | 'iconType' => 'facebook', |
| 349 | 'link' => 'http://www.facebook.com', |
| 350 | 'image' => $this->social_icon_url . '/11-official/Facebook.png', |
| 351 | 'height' => '32px', |
| 352 | 'width' => '32px', |
| 353 | 'text' => 'Facebook', |
| 354 | ], |
| 355 | 1 => |
| 356 | [ |
| 357 | 'type' => 'socialIcon', |
| 358 | 'iconType' => 'twitter', |
| 359 | 'link' => 'http://www.twitter.com', |
| 360 | 'image' => $this->social_icon_url . '/11-official/X.png', |
| 361 | 'height' => '32px', |
| 362 | 'width' => '32px', |
| 363 | 'text' => 'Twitter', |
| 364 | ], |
| 365 | 2 => |
| 366 | [ |
| 367 | 'type' => 'socialIcon', |
| 368 | 'iconType' => 'instagram', |
| 369 | 'link' => 'http://instagram.com', |
| 370 | 'image' => $this->social_icon_url . '/11-official/Instagram.png', |
| 371 | 'height' => '32px', |
| 372 | 'width' => '32px', |
| 373 | 'text' => 'Instagram', |
| 374 | ], |
| 375 | 3 => |
| 376 | [ |
| 377 | 'type' => 'socialIcon', |
| 378 | 'iconType' => 'youtube', |
| 379 | 'link' => 'http://www.youtube.com', |
| 380 | 'image' => $this->social_icon_url . '/11-official/Youtube.png', |
| 381 | 'height' => '32px', |
| 382 | 'width' => '32px', |
| 383 | 'text' => 'Youtube', |
| 384 | ], |
| 385 | ], |
| 386 | ], |
| 387 | ], |
| 388 | ], |
| 389 | ], |
| 390 | ], |
| 391 | 3 => |
| 392 | [ |
| 393 | 'type' => 'container', |
| 394 | 'columnLayout' => '2_1', |
| 395 | 'orientation' => 'horizontal', |
| 396 | 'image' => |
| 397 | [ |
| 398 | 'src' => $this->template_image_url . '/HealthyFood-Header-1.jpg', |
| 399 | 'display' => 'scale', |
| 400 | ], |
| 401 | 'styles' => |
| 402 | [ |
| 403 | 'block' => |
| 404 | [ |
| 405 | 'backgroundColor' => '#ed682a', |
| 406 | ], |
| 407 | ], |
| 408 | 'blocks' => |
| 409 | [ |
| 410 | 0 => |
| 411 | [ |
| 412 | 'type' => 'container', |
| 413 | 'columnLayout' => false, |
| 414 | 'orientation' => 'vertical', |
| 415 | 'image' => |
| 416 | [ |
| 417 | 'src' => null, |
| 418 | 'display' => 'scale', |
| 419 | ], |
| 420 | 'styles' => |
| 421 | [ |
| 422 | 'block' => |
| 423 | [ |
| 424 | 'backgroundColor' => 'transparent', |
| 425 | ], |
| 426 | ], |
| 427 | 'blocks' => |
| 428 | [ |
| 429 | 0 => |
| 430 | [ |
| 431 | 'type' => 'spacer', |
| 432 | 'styles' => |
| 433 | [ |
| 434 | 'block' => |
| 435 | [ |
| 436 | 'backgroundColor' => 'transparent', |
| 437 | 'height' => '30px', |
| 438 | ], |
| 439 | ], |
| 440 | ], |
| 441 | 1 => |
| 442 | [ |
| 443 | 'type' => 'text', |
| 444 | 'text' => '<h1 style="text-align: left;"><strong><span style="color: #ffffff;">Welcome back!</span></strong></h1> |
| 445 | <p><span style="color: #ffffff;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam nisl massa, fringilla id rutrum sed, porttitor in risus. Fusce dui erat, bibendum a accumsan non.</span></p>', |
| 446 | ], |
| 447 | 2 => |
| 448 | [ |
| 449 | 'type' => 'spacer', |
| 450 | 'styles' => |
| 451 | [ |
| 452 | 'block' => |
| 453 | [ |
| 454 | 'backgroundColor' => 'transparent', |
| 455 | 'height' => '20px', |
| 456 | ], |
| 457 | ], |
| 458 | ], |
| 459 | ], |
| 460 | ], |
| 461 | 1 => |
| 462 | [ |
| 463 | 'type' => 'container', |
| 464 | 'columnLayout' => false, |
| 465 | 'orientation' => 'vertical', |
| 466 | 'image' => |
| 467 | [ |
| 468 | 'src' => null, |
| 469 | 'display' => 'scale', |
| 470 | ], |
| 471 | 'styles' => |
| 472 | [ |
| 473 | 'block' => |
| 474 | [ |
| 475 | 'backgroundColor' => 'transparent', |
| 476 | ], |
| 477 | ], |
| 478 | 'blocks' => |
| 479 | [ |
| 480 | 0 => |
| 481 | [ |
| 482 | 'type' => 'spacer', |
| 483 | 'styles' => |
| 484 | [ |
| 485 | 'block' => |
| 486 | [ |
| 487 | 'backgroundColor' => 'transparent', |
| 488 | 'height' => '40px', |
| 489 | ], |
| 490 | ], |
| 491 | ], |
| 492 | ], |
| 493 | ], |
| 494 | ], |
| 495 | ], |
| 496 | 4 => |
| 497 | [ |
| 498 | 'type' => 'container', |
| 499 | 'columnLayout' => false, |
| 500 | 'orientation' => 'horizontal', |
| 501 | 'image' => |
| 502 | [ |
| 503 | 'src' => null, |
| 504 | 'display' => 'scale', |
| 505 | ], |
| 506 | 'styles' => |
| 507 | [ |
| 508 | 'block' => |
| 509 | [ |
| 510 | 'backgroundColor' => '#ffffff', |
| 511 | ], |
| 512 | ], |
| 513 | 'blocks' => |
| 514 | [ |
| 515 | 0 => |
| 516 | [ |
| 517 | 'type' => 'container', |
| 518 | 'columnLayout' => false, |
| 519 | 'orientation' => 'vertical', |
| 520 | 'image' => |
| 521 | [ |
| 522 | 'src' => null, |
| 523 | 'display' => 'scale', |
| 524 | ], |
| 525 | 'styles' => |
| 526 | [ |
| 527 | 'block' => |
| 528 | [ |
| 529 | 'backgroundColor' => 'transparent', |
| 530 | ], |
| 531 | ], |
| 532 | 'blocks' => |
| 533 | [ |
| 534 | 0 => |
| 535 | [ |
| 536 | 'type' => 'spacer', |
| 537 | 'styles' => |
| 538 | [ |
| 539 | 'block' => |
| 540 | [ |
| 541 | 'backgroundColor' => 'transparent', |
| 542 | 'height' => '56px', |
| 543 | ], |
| 544 | ], |
| 545 | ], |
| 546 | 1 => |
| 547 | [ |
| 548 | 'type' => 'text', |
| 549 | 'text' => '<h2 style="text-align: left;"><span style="color: #333333;"><strong>It\'s November - time to plant those 🌶</strong></span></h2> |
| 550 | <p><span style="color: #333333;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam nisl massa, fringilla id rutrum sed, porttitor in risus. Fusce dui erat, bibendum a accumsan non.</span></p> |
| 551 | <p><span style="color: #333333;"></span></p> |
| 552 | <p><span style="color: #333333;">Tag your chilli images with #novemberheat for your chance to win a box of spicy treats!</span></p> |
| 553 | <p><span style="color: #333333;"></span></p> |
| 554 | <h3><span style="color: #ed682a;"><strong>#novemberheat</strong></span></h3>', |
| 555 | ], |
| 556 | ], |
| 557 | ], |
| 558 | 1 => |
| 559 | [ |
| 560 | 'type' => 'container', |
| 561 | 'columnLayout' => false, |
| 562 | 'orientation' => 'vertical', |
| 563 | 'image' => |
| 564 | [ |
| 565 | 'src' => null, |
| 566 | 'display' => 'scale', |
| 567 | ], |
| 568 | 'styles' => |
| 569 | [ |
| 570 | 'block' => |
| 571 | [ |
| 572 | 'backgroundColor' => 'transparent', |
| 573 | ], |
| 574 | ], |
| 575 | 'blocks' => |
| 576 | [ |
| 577 | 0 => |
| 578 | [ |
| 579 | 'type' => 'spacer', |
| 580 | 'styles' => |
| 581 | [ |
| 582 | 'block' => |
| 583 | [ |
| 584 | 'backgroundColor' => 'transparent', |
| 585 | 'height' => '20px', |
| 586 | ], |
| 587 | ], |
| 588 | ], |
| 589 | 1 => |
| 590 | [ |
| 591 | 'type' => 'image', |
| 592 | 'link' => '', |
| 593 | 'src' => $this->template_image_url . '/HealthyFood-Instagram.jpg', |
| 594 | 'alt' => 'HealthyFood-Instagram', |
| 595 | 'fullWidth' => true, |
| 596 | 'width' => '507px', |
| 597 | 'height' => '600px', |
| 598 | 'styles' => |
| 599 | [ |
| 600 | 'block' => |
| 601 | [ |
| 602 | 'textAlign' => 'center', |
| 603 | ], |
| 604 | ], |
| 605 | ], |
| 606 | ], |
| 607 | ], |
| 608 | ], |
| 609 | ], |
| 610 | 5 => |
| 611 | [ |
| 612 | 'type' => 'container', |
| 613 | 'columnLayout' => false, |
| 614 | 'orientation' => 'horizontal', |
| 615 | 'image' => |
| 616 | [ |
| 617 | 'src' => null, |
| 618 | 'display' => 'scale', |
| 619 | ], |
| 620 | 'styles' => |
| 621 | [ |
| 622 | 'block' => |
| 623 | [ |
| 624 | 'backgroundColor' => '#ffffff', |
| 625 | ], |
| 626 | ], |
| 627 | 'blocks' => |
| 628 | [ |
| 629 | 0 => |
| 630 | [ |
| 631 | 'type' => 'container', |
| 632 | 'columnLayout' => false, |
| 633 | 'orientation' => 'vertical', |
| 634 | 'image' => |
| 635 | [ |
| 636 | 'src' => null, |
| 637 | 'display' => 'scale', |
| 638 | ], |
| 639 | 'styles' => |
| 640 | [ |
| 641 | 'block' => |
| 642 | [ |
| 643 | 'backgroundColor' => 'transparent', |
| 644 | ], |
| 645 | ], |
| 646 | 'blocks' => |
| 647 | [ |
| 648 | 0 => |
| 649 | [ |
| 650 | 'type' => 'spacer', |
| 651 | 'styles' => |
| 652 | [ |
| 653 | 'block' => |
| 654 | [ |
| 655 | 'backgroundColor' => 'transparent', |
| 656 | 'height' => '20px', |
| 657 | ], |
| 658 | ], |
| 659 | ], |
| 660 | ], |
| 661 | ], |
| 662 | ], |
| 663 | ], |
| 664 | 6 => |
| 665 | [ |
| 666 | 'type' => 'container', |
| 667 | 'columnLayout' => false, |
| 668 | 'orientation' => 'horizontal', |
| 669 | 'image' => |
| 670 | [ |
| 671 | 'src' => null, |
| 672 | 'display' => 'scale', |
| 673 | ], |
| 674 | 'styles' => |
| 675 | [ |
| 676 | 'block' => |
| 677 | [ |
| 678 | 'backgroundColor' => '#ed682a', |
| 679 | ], |
| 680 | ], |
| 681 | 'blocks' => |
| 682 | [ |
| 683 | 0 => |
| 684 | [ |
| 685 | 'type' => 'container', |
| 686 | 'columnLayout' => false, |
| 687 | 'orientation' => 'vertical', |
| 688 | 'image' => |
| 689 | [ |
| 690 | 'src' => null, |
| 691 | 'display' => 'scale', |
| 692 | ], |
| 693 | 'styles' => |
| 694 | [ |
| 695 | 'block' => |
| 696 | [ |
| 697 | 'backgroundColor' => 'transparent', |
| 698 | ], |
| 699 | ], |
| 700 | 'blocks' => |
| 701 | [ |
| 702 | 0 => |
| 703 | [ |
| 704 | 'type' => 'spacer', |
| 705 | 'styles' => |
| 706 | [ |
| 707 | 'block' => |
| 708 | [ |
| 709 | 'backgroundColor' => 'transparent', |
| 710 | 'height' => '20px', |
| 711 | ], |
| 712 | ], |
| 713 | ], |
| 714 | 1 => |
| 715 | [ |
| 716 | 'type' => 'text', |
| 717 | 'text' => '<h1 style="text-align: left;"><strong><span style="color: #ffffff;">Start eating healthy today</span></strong></h1> |
| 718 | <h3><strong><span style="color: #ffffff;"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam nisl massa, fringilla id rutrum sed, porttitor in risus. Fusce dui erat, bibendum a accumsan non.</span></span></strong></h3>', |
| 719 | ], |
| 720 | ], |
| 721 | ], |
| 722 | ], |
| 723 | ], |
| 724 | 7 => |
| 725 | [ |
| 726 | 'type' => 'container', |
| 727 | 'columnLayout' => false, |
| 728 | 'orientation' => 'horizontal', |
| 729 | 'image' => |
| 730 | [ |
| 731 | 'src' => $this->template_image_url . '/HealthyFood-CouponImage.jpg', |
| 732 | 'display' => 'tile', |
| 733 | ], |
| 734 | 'styles' => |
| 735 | [ |
| 736 | 'block' => |
| 737 | [ |
| 738 | 'backgroundColor' => 'transparent', |
| 739 | ], |
| 740 | ], |
| 741 | 'blocks' => |
| 742 | [ |
| 743 | 0 => |
| 744 | [ |
| 745 | 'type' => 'container', |
| 746 | 'columnLayout' => false, |
| 747 | 'orientation' => 'vertical', |
| 748 | 'image' => |
| 749 | [ |
| 750 | 'src' => null, |
| 751 | 'display' => 'scale', |
| 752 | ], |
| 753 | 'styles' => |
| 754 | [ |
| 755 | 'block' => |
| 756 | [ |
| 757 | 'backgroundColor' => 'transparent', |
| 758 | ], |
| 759 | ], |
| 760 | 'blocks' => |
| 761 | [ |
| 762 | 0 => |
| 763 | [ |
| 764 | 'type' => 'spacer', |
| 765 | 'styles' => |
| 766 | [ |
| 767 | 'block' => |
| 768 | [ |
| 769 | 'backgroundColor' => 'transparent', |
| 770 | 'height' => '20px', |
| 771 | ], |
| 772 | ], |
| 773 | ], |
| 774 | ], |
| 775 | ], |
| 776 | ], |
| 777 | ], |
| 778 | 8 => |
| 779 | [ |
| 780 | 'type' => 'container', |
| 781 | 'columnLayout' => false, |
| 782 | 'orientation' => 'horizontal', |
| 783 | 'image' => |
| 784 | [ |
| 785 | 'src' => $this->template_image_url . '/HealthyFood-CouponImage.jpg', |
| 786 | 'display' => 'tile', |
| 787 | ], |
| 788 | 'styles' => |
| 789 | [ |
| 790 | 'block' => |
| 791 | [ |
| 792 | 'backgroundColor' => '#ed682a', |
| 793 | ], |
| 794 | ], |
| 795 | 'blocks' => |
| 796 | [ |
| 797 | 0 => |
| 798 | [ |
| 799 | 'type' => 'container', |
| 800 | 'columnLayout' => false, |
| 801 | 'orientation' => 'vertical', |
| 802 | 'image' => |
| 803 | [ |
| 804 | 'src' => null, |
| 805 | 'display' => 'scale', |
| 806 | ], |
| 807 | 'styles' => |
| 808 | [ |
| 809 | 'block' => |
| 810 | [ |
| 811 | 'backgroundColor' => 'transparent', |
| 812 | ], |
| 813 | ], |
| 814 | 'blocks' => |
| 815 | [ |
| 816 | 0 => |
| 817 | [ |
| 818 | 'type' => 'image', |
| 819 | 'link' => '', |
| 820 | 'src' => $this->template_image_url . '/5a5b7bf514d8c4188e0b08fc-1024x766.png', |
| 821 | 'alt' => '5a5b7bf514d8c4188e0b08fc', |
| 822 | 'fullWidth' => true, |
| 823 | 'width' => '298px', |
| 824 | 'height' => '524px', |
| 825 | 'styles' => |
| 826 | [ |
| 827 | 'block' => |
| 828 | [ |
| 829 | 'textAlign' => 'right', |
| 830 | ], |
| 831 | ], |
| 832 | ], |
| 833 | ], |
| 834 | ], |
| 835 | 1 => |
| 836 | [ |
| 837 | 'type' => 'container', |
| 838 | 'columnLayout' => false, |
| 839 | 'orientation' => 'vertical', |
| 840 | 'image' => |
| 841 | [ |
| 842 | 'src' => null, |
| 843 | 'display' => 'scale', |
| 844 | ], |
| 845 | 'styles' => |
| 846 | [ |
| 847 | 'block' => |
| 848 | [ |
| 849 | 'backgroundColor' => 'transparent', |
| 850 | ], |
| 851 | ], |
| 852 | 'blocks' => |
| 853 | [ |
| 854 | 0 => |
| 855 | [ |
| 856 | 'type' => 'spacer', |
| 857 | 'styles' => |
| 858 | [ |
| 859 | 'block' => |
| 860 | [ |
| 861 | 'backgroundColor' => 'transparent', |
| 862 | 'height' => '20px', |
| 863 | ], |
| 864 | ], |
| 865 | ], |
| 866 | 1 => |
| 867 | [ |
| 868 | 'type' => 'text', |
| 869 | 'text' => '<h3 style="text-align: left;"><strong>Get 20% off a box</strong></h3> |
| 870 | <p><span style="color: #333333;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam nisl massa, fringilla</span></p> |
| 871 | <p><span style="color: #333333;">id rutrum sed, porttitor in risus.</span></p>', |
| 872 | ], |
| 873 | 2 => |
| 874 | [ |
| 875 | 'type' => 'button', |
| 876 | 'text' => 'CouPon_Cod3', |
| 877 | 'url' => '', |
| 878 | 'styles' => |
| 879 | [ |
| 880 | 'block' => |
| 881 | [ |
| 882 | 'backgroundColor' => '#ffffff', |
| 883 | 'borderColor' => '#323232', |
| 884 | 'borderWidth' => '2px', |
| 885 | 'borderRadius' => '0px', |
| 886 | 'borderStyle' => 'solid', |
| 887 | 'width' => '255px', |
| 888 | 'lineHeight' => '40px', |
| 889 | 'fontColor' => '#323232', |
| 890 | 'fontFamily' => 'Courier New', |
| 891 | 'fontSize' => '18px', |
| 892 | 'fontWeight' => 'bold', |
| 893 | 'textAlign' => 'left', |
| 894 | ], |
| 895 | ], |
| 896 | ], |
| 897 | ], |
| 898 | ], |
| 899 | ], |
| 900 | ], |
| 901 | 9 => |
| 902 | [ |
| 903 | 'type' => 'container', |
| 904 | 'columnLayout' => false, |
| 905 | 'orientation' => 'horizontal', |
| 906 | 'image' => |
| 907 | [ |
| 908 | 'src' => $this->template_image_url . '/HealthyFood-CouponImage.jpg', |
| 909 | 'display' => 'tile', |
| 910 | ], |
| 911 | 'styles' => |
| 912 | [ |
| 913 | 'block' => |
| 914 | [ |
| 915 | 'backgroundColor' => 'transparent', |
| 916 | ], |
| 917 | ], |
| 918 | 'blocks' => |
| 919 | [ |
| 920 | 0 => |
| 921 | [ |
| 922 | 'type' => 'container', |
| 923 | 'columnLayout' => false, |
| 924 | 'orientation' => 'vertical', |
| 925 | 'image' => |
| 926 | [ |
| 927 | 'src' => null, |
| 928 | 'display' => 'scale', |
| 929 | ], |
| 930 | 'styles' => |
| 931 | [ |
| 932 | 'block' => |
| 933 | [ |
| 934 | 'backgroundColor' => 'transparent', |
| 935 | ], |
| 936 | ], |
| 937 | 'blocks' => |
| 938 | [ |
| 939 | 0 => |
| 940 | [ |
| 941 | 'type' => 'spacer', |
| 942 | 'styles' => |
| 943 | [ |
| 944 | 'block' => |
| 945 | [ |
| 946 | 'backgroundColor' => 'transparent', |
| 947 | 'height' => '20px', |
| 948 | ], |
| 949 | ], |
| 950 | ], |
| 951 | ], |
| 952 | ], |
| 953 | ], |
| 954 | ], |
| 955 | 10 => |
| 956 | [ |
| 957 | 'type' => 'container', |
| 958 | 'columnLayout' => false, |
| 959 | 'orientation' => 'horizontal', |
| 960 | 'image' => |
| 961 | [ |
| 962 | 'src' => null, |
| 963 | 'display' => 'scale', |
| 964 | ], |
| 965 | 'styles' => |
| 966 | [ |
| 967 | 'block' => |
| 968 | [ |
| 969 | 'backgroundColor' => '#ed682a', |
| 970 | ], |
| 971 | ], |
| 972 | 'blocks' => |
| 973 | [ |
| 974 | 0 => |
| 975 | [ |
| 976 | 'type' => 'container', |
| 977 | 'columnLayout' => false, |
| 978 | 'orientation' => 'vertical', |
| 979 | 'image' => |
| 980 | [ |
| 981 | 'src' => null, |
| 982 | 'display' => 'scale', |
| 983 | ], |
| 984 | 'styles' => |
| 985 | [ |
| 986 | 'block' => |
| 987 | [ |
| 988 | 'backgroundColor' => 'transparent', |
| 989 | ], |
| 990 | ], |
| 991 | 'blocks' => |
| 992 | [ |
| 993 | 0 => |
| 994 | [ |
| 995 | 'type' => 'spacer', |
| 996 | 'styles' => |
| 997 | [ |
| 998 | 'block' => |
| 999 | [ |
| 1000 | 'backgroundColor' => '#ed682a', |
| 1001 | 'height' => '26px', |
| 1002 | ], |
| 1003 | ], |
| 1004 | ], |
| 1005 | ], |
| 1006 | ], |
| 1007 | ], |
| 1008 | ], |
| 1009 | 11 => |
| 1010 | [ |
| 1011 | 'type' => 'container', |
| 1012 | 'columnLayout' => false, |
| 1013 | 'orientation' => 'horizontal', |
| 1014 | 'image' => |
| 1015 | [ |
| 1016 | 'src' => null, |
| 1017 | 'display' => 'scale', |
| 1018 | ], |
| 1019 | 'styles' => |
| 1020 | [ |
| 1021 | 'block' => |
| 1022 | [ |
| 1023 | 'backgroundColor' => '#ffffff', |
| 1024 | ], |
| 1025 | ], |
| 1026 | 'blocks' => |
| 1027 | [ |
| 1028 | 0 => |
| 1029 | [ |
| 1030 | 'type' => 'container', |
| 1031 | 'columnLayout' => false, |
| 1032 | 'orientation' => 'vertical', |
| 1033 | 'image' => |
| 1034 | [ |
| 1035 | 'src' => null, |
| 1036 | 'display' => 'scale', |
| 1037 | ], |
| 1038 | 'styles' => |
| 1039 | [ |
| 1040 | 'block' => |
| 1041 | [ |
| 1042 | 'backgroundColor' => 'transparent', |
| 1043 | ], |
| 1044 | ], |
| 1045 | 'blocks' => |
| 1046 | [ |
| 1047 | 0 => |
| 1048 | [ |
| 1049 | 'type' => 'spacer', |
| 1050 | 'styles' => |
| 1051 | [ |
| 1052 | 'block' => |
| 1053 | [ |
| 1054 | 'backgroundColor' => 'transparent', |
| 1055 | 'height' => '30px', |
| 1056 | ], |
| 1057 | ], |
| 1058 | ], |
| 1059 | ], |
| 1060 | ], |
| 1061 | ], |
| 1062 | ], |
| 1063 | 12 => |
| 1064 | [ |
| 1065 | 'type' => 'container', |
| 1066 | 'columnLayout' => false, |
| 1067 | 'orientation' => 'horizontal', |
| 1068 | 'image' => |
| 1069 | [ |
| 1070 | 'src' => null, |
| 1071 | 'display' => 'scale', |
| 1072 | ], |
| 1073 | 'styles' => |
| 1074 | [ |
| 1075 | 'block' => |
| 1076 | [ |
| 1077 | 'backgroundColor' => 'transparent', |
| 1078 | ], |
| 1079 | ], |
| 1080 | 'blocks' => |
| 1081 | [ |
| 1082 | 0 => |
| 1083 | [ |
| 1084 | 'type' => 'container', |
| 1085 | 'columnLayout' => false, |
| 1086 | 'orientation' => 'vertical', |
| 1087 | 'image' => |
| 1088 | [ |
| 1089 | 'src' => null, |
| 1090 | 'display' => 'scale', |
| 1091 | ], |
| 1092 | 'styles' => |
| 1093 | [ |
| 1094 | 'block' => |
| 1095 | [ |
| 1096 | 'backgroundColor' => 'transparent', |
| 1097 | ], |
| 1098 | ], |
| 1099 | 'blocks' => |
| 1100 | [ |
| 1101 | 0 => |
| 1102 | [ |
| 1103 | 'type' => 'text', |
| 1104 | 'text' => '<h2 style="text-align: center;"><span style="color: #333333;"><strong>Your weekly recipe list</strong></span></h2> |
| 1105 | <p style="text-align: center;"><span style="color: #333333;">Cook delicious meals right now - here\'s your list for this week.</span></p>', |
| 1106 | ], |
| 1107 | 1 => |
| 1108 | [ |
| 1109 | 'type' => 'spacer', |
| 1110 | 'styles' => |
| 1111 | [ |
| 1112 | 'block' => |
| 1113 | [ |
| 1114 | 'backgroundColor' => 'transparent', |
| 1115 | 'height' => '20px', |
| 1116 | ], |
| 1117 | ], |
| 1118 | ], |
| 1119 | ], |
| 1120 | ], |
| 1121 | ], |
| 1122 | ], |
| 1123 | 13 => |
| 1124 | [ |
| 1125 | 'type' => 'container', |
| 1126 | 'columnLayout' => false, |
| 1127 | 'orientation' => 'horizontal', |
| 1128 | 'image' => |
| 1129 | [ |
| 1130 | 'src' => null, |
| 1131 | 'display' => 'scale', |
| 1132 | ], |
| 1133 | 'styles' => |
| 1134 | [ |
| 1135 | 'block' => |
| 1136 | [ |
| 1137 | 'backgroundColor' => 'transparent', |
| 1138 | ], |
| 1139 | ], |
| 1140 | 'blocks' => |
| 1141 | [ |
| 1142 | 0 => |
| 1143 | [ |
| 1144 | 'type' => 'container', |
| 1145 | 'columnLayout' => false, |
| 1146 | 'orientation' => 'vertical', |
| 1147 | 'image' => |
| 1148 | [ |
| 1149 | 'src' => null, |
| 1150 | 'display' => 'scale', |
| 1151 | ], |
| 1152 | 'styles' => |
| 1153 | [ |
| 1154 | 'block' => |
| 1155 | [ |
| 1156 | 'backgroundColor' => 'transparent', |
| 1157 | ], |
| 1158 | ], |
| 1159 | 'blocks' => |
| 1160 | [ |
| 1161 | 0 => |
| 1162 | [ |
| 1163 | 'type' => 'text', |
| 1164 | 'text' => '<p style="text-align: center;"><strong>MONDAY</strong></p>', |
| 1165 | ], |
| 1166 | 1 => |
| 1167 | [ |
| 1168 | 'type' => 'image', |
| 1169 | 'link' => '', |
| 1170 | 'src' => $this->template_image_url . '/HealthyFood-01-Monday.jpg', |
| 1171 | 'alt' => 'HealthyFood-01-Monday', |
| 1172 | 'fullWidth' => false, |
| 1173 | 'width' => '500px', |
| 1174 | 'height' => '500px', |
| 1175 | 'styles' => |
| 1176 | [ |
| 1177 | 'block' => |
| 1178 | [ |
| 1179 | 'textAlign' => 'center', |
| 1180 | ], |
| 1181 | ], |
| 1182 | ], |
| 1183 | 2 => |
| 1184 | [ |
| 1185 | 'type' => 'button', |
| 1186 | 'text' => 'Spicy Prawn Broth', |
| 1187 | 'url' => '', |
| 1188 | 'styles' => |
| 1189 | [ |
| 1190 | 'block' => |
| 1191 | [ |
| 1192 | 'backgroundColor' => '#ed682a', |
| 1193 | 'borderColor' => '#323232', |
| 1194 | 'borderWidth' => '0px', |
| 1195 | 'borderRadius' => '5px', |
| 1196 | 'borderStyle' => 'solid', |
| 1197 | 'width' => '255px', |
| 1198 | 'lineHeight' => '40px', |
| 1199 | 'fontColor' => '#ffffff', |
| 1200 | 'fontFamily' => 'Merriweather Sans', |
| 1201 | 'fontSize' => '14px', |
| 1202 | 'fontWeight' => 'bold', |
| 1203 | 'textAlign' => 'left', |
| 1204 | ], |
| 1205 | ], |
| 1206 | ], |
| 1207 | ], |
| 1208 | ], |
| 1209 | 1 => |
| 1210 | [ |
| 1211 | 'type' => 'container', |
| 1212 | 'columnLayout' => false, |
| 1213 | 'orientation' => 'vertical', |
| 1214 | 'image' => |
| 1215 | [ |
| 1216 | 'src' => null, |
| 1217 | 'display' => 'scale', |
| 1218 | ], |
| 1219 | 'styles' => |
| 1220 | [ |
| 1221 | 'block' => |
| 1222 | [ |
| 1223 | 'backgroundColor' => 'transparent', |
| 1224 | ], |
| 1225 | ], |
| 1226 | 'blocks' => |
| 1227 | [ |
| 1228 | 0 => |
| 1229 | [ |
| 1230 | 'type' => 'text', |
| 1231 | 'text' => '<p style="text-align: center;"><strong>TUESDAY</strong></p>', |
| 1232 | ], |
| 1233 | 1 => |
| 1234 | [ |
| 1235 | 'type' => 'image', |
| 1236 | 'link' => '', |
| 1237 | 'src' => $this->template_image_url . '/HealthyFood-02-Tuesday.jpg', |
| 1238 | 'alt' => 'HealthyFood-02-Tuesday', |
| 1239 | 'fullWidth' => false, |
| 1240 | 'width' => '500px', |
| 1241 | 'height' => '500px', |
| 1242 | 'styles' => |
| 1243 | [ |
| 1244 | 'block' => |
| 1245 | [ |
| 1246 | 'textAlign' => 'center', |
| 1247 | ], |
| 1248 | ], |
| 1249 | ], |
| 1250 | 2 => |
| 1251 | [ |
| 1252 | 'type' => 'button', |
| 1253 | 'text' => 'Classic Pizza', |
| 1254 | 'url' => '', |
| 1255 | 'styles' => |
| 1256 | [ |
| 1257 | 'block' => |
| 1258 | [ |
| 1259 | 'backgroundColor' => '#ed682a', |
| 1260 | 'borderColor' => '#323232', |
| 1261 | 'borderWidth' => '0px', |
| 1262 | 'borderRadius' => '5px', |
| 1263 | 'borderStyle' => 'solid', |
| 1264 | 'width' => '255px', |
| 1265 | 'lineHeight' => '40px', |
| 1266 | 'fontColor' => '#ffffff', |
| 1267 | 'fontFamily' => 'Merriweather Sans', |
| 1268 | 'fontSize' => '14px', |
| 1269 | 'fontWeight' => 'bold', |
| 1270 | 'textAlign' => 'left', |
| 1271 | ], |
| 1272 | ], |
| 1273 | ], |
| 1274 | ], |
| 1275 | ], |
| 1276 | 2 => |
| 1277 | [ |
| 1278 | 'type' => 'container', |
| 1279 | 'columnLayout' => false, |
| 1280 | 'orientation' => 'vertical', |
| 1281 | 'image' => |
| 1282 | [ |
| 1283 | 'src' => null, |
| 1284 | 'display' => 'scale', |
| 1285 | ], |
| 1286 | 'styles' => |
| 1287 | [ |
| 1288 | 'block' => |
| 1289 | [ |
| 1290 | 'backgroundColor' => 'transparent', |
| 1291 | ], |
| 1292 | ], |
| 1293 | 'blocks' => |
| 1294 | [ |
| 1295 | 0 => |
| 1296 | [ |
| 1297 | 'type' => 'text', |
| 1298 | 'text' => '<p style="text-align: center;"><strong>WEDNESDAY</strong></p>', |
| 1299 | ], |
| 1300 | 1 => |
| 1301 | [ |
| 1302 | 'type' => 'image', |
| 1303 | 'link' => '', |
| 1304 | 'src' => $this->template_image_url . '/HealthyFood-03-Wednesday.jpg', |
| 1305 | 'alt' => 'HealthyFood-03-Wednesday', |
| 1306 | 'fullWidth' => false, |
| 1307 | 'width' => '500px', |
| 1308 | 'height' => '500px', |
| 1309 | 'styles' => |
| 1310 | [ |
| 1311 | 'block' => |
| 1312 | [ |
| 1313 | 'textAlign' => 'center', |
| 1314 | ], |
| 1315 | ], |
| 1316 | ], |
| 1317 | 2 => |
| 1318 | [ |
| 1319 | 'type' => 'button', |
| 1320 | 'text' => 'Salad Roll', |
| 1321 | 'url' => '', |
| 1322 | 'styles' => |
| 1323 | [ |
| 1324 | 'block' => |
| 1325 | [ |
| 1326 | 'backgroundColor' => '#ed682a', |
| 1327 | 'borderColor' => '#323232', |
| 1328 | 'borderWidth' => '0px', |
| 1329 | 'borderRadius' => '5px', |
| 1330 | 'borderStyle' => 'solid', |
| 1331 | 'width' => '255px', |
| 1332 | 'lineHeight' => '40px', |
| 1333 | 'fontColor' => '#ffffff', |
| 1334 | 'fontFamily' => 'Merriweather Sans', |
| 1335 | 'fontSize' => '14px', |
| 1336 | 'fontWeight' => 'bold', |
| 1337 | 'textAlign' => 'left', |
| 1338 | ], |
| 1339 | ], |
| 1340 | ], |
| 1341 | ], |
| 1342 | ], |
| 1343 | ], |
| 1344 | ], |
| 1345 | 14 => |
| 1346 | [ |
| 1347 | 'type' => 'container', |
| 1348 | 'columnLayout' => false, |
| 1349 | 'orientation' => 'horizontal', |
| 1350 | 'image' => |
| 1351 | [ |
| 1352 | 'src' => null, |
| 1353 | 'display' => 'scale', |
| 1354 | ], |
| 1355 | 'styles' => |
| 1356 | [ |
| 1357 | 'block' => |
| 1358 | [ |
| 1359 | 'backgroundColor' => 'transparent', |
| 1360 | ], |
| 1361 | ], |
| 1362 | 'blocks' => |
| 1363 | [ |
| 1364 | 0 => |
| 1365 | [ |
| 1366 | 'type' => 'container', |
| 1367 | 'columnLayout' => false, |
| 1368 | 'orientation' => 'vertical', |
| 1369 | 'image' => |
| 1370 | [ |
| 1371 | 'src' => null, |
| 1372 | 'display' => 'scale', |
| 1373 | ], |
| 1374 | 'styles' => |
| 1375 | [ |
| 1376 | 'block' => |
| 1377 | [ |
| 1378 | 'backgroundColor' => 'transparent', |
| 1379 | ], |
| 1380 | ], |
| 1381 | 'blocks' => |
| 1382 | [ |
| 1383 | 0 => |
| 1384 | [ |
| 1385 | 'type' => 'divider', |
| 1386 | 'styles' => |
| 1387 | [ |
| 1388 | 'block' => |
| 1389 | [ |
| 1390 | 'backgroundColor' => 'transparent', |
| 1391 | 'padding' => '9px', |
| 1392 | 'borderStyle' => 'solid', |
| 1393 | 'borderWidth' => '2px', |
| 1394 | 'borderColor' => '#ed682a', |
| 1395 | ], |
| 1396 | ], |
| 1397 | ], |
| 1398 | 1 => |
| 1399 | [ |
| 1400 | 'type' => 'spacer', |
| 1401 | 'styles' => |
| 1402 | [ |
| 1403 | 'block' => |
| 1404 | [ |
| 1405 | 'backgroundColor' => 'transparent', |
| 1406 | 'height' => '20px', |
| 1407 | ], |
| 1408 | ], |
| 1409 | ], |
| 1410 | ], |
| 1411 | ], |
| 1412 | ], |
| 1413 | ], |
| 1414 | 15 => |
| 1415 | [ |
| 1416 | 'type' => 'container', |
| 1417 | 'columnLayout' => false, |
| 1418 | 'orientation' => 'horizontal', |
| 1419 | 'image' => |
| 1420 | [ |
| 1421 | 'src' => null, |
| 1422 | 'display' => 'scale', |
| 1423 | ], |
| 1424 | 'styles' => |
| 1425 | [ |
| 1426 | 'block' => |
| 1427 | [ |
| 1428 | 'backgroundColor' => 'transparent', |
| 1429 | ], |
| 1430 | ], |
| 1431 | 'blocks' => |
| 1432 | [ |
| 1433 | 0 => |
| 1434 | [ |
| 1435 | 'type' => 'container', |
| 1436 | 'columnLayout' => false, |
| 1437 | 'orientation' => 'vertical', |
| 1438 | 'image' => |
| 1439 | [ |
| 1440 | 'src' => null, |
| 1441 | 'display' => 'scale', |
| 1442 | ], |
| 1443 | 'styles' => |
| 1444 | [ |
| 1445 | 'block' => |
| 1446 | [ |
| 1447 | 'backgroundColor' => 'transparent', |
| 1448 | ], |
| 1449 | ], |
| 1450 | 'blocks' => |
| 1451 | [ |
| 1452 | 0 => |
| 1453 | [ |
| 1454 | 'type' => 'text', |
| 1455 | 'text' => '<p style="text-align: center;"><strong>THURSDAY</strong></p>', |
| 1456 | ], |
| 1457 | 1 => |
| 1458 | [ |
| 1459 | 'type' => 'image', |
| 1460 | 'link' => '', |
| 1461 | 'src' => $this->template_image_url . '/HealthyFood-04-Thursday.jpg', |
| 1462 | 'alt' => 'HealthyFood-04-Thursday', |
| 1463 | 'fullWidth' => false, |
| 1464 | 'width' => '500px', |
| 1465 | 'height' => '500px', |
| 1466 | 'styles' => |
| 1467 | [ |
| 1468 | 'block' => |
| 1469 | [ |
| 1470 | 'textAlign' => 'center', |
| 1471 | ], |
| 1472 | ], |
| 1473 | ], |
| 1474 | 2 => |
| 1475 | [ |
| 1476 | 'type' => 'button', |
| 1477 | 'text' => 'Shellfish Pasta', |
| 1478 | 'url' => '', |
| 1479 | 'styles' => |
| 1480 | [ |
| 1481 | 'block' => |
| 1482 | [ |
| 1483 | 'backgroundColor' => '#ed682a', |
| 1484 | 'borderColor' => '#323232', |
| 1485 | 'borderWidth' => '0px', |
| 1486 | 'borderRadius' => '5px', |
| 1487 | 'borderStyle' => 'solid', |
| 1488 | 'width' => '255px', |
| 1489 | 'lineHeight' => '40px', |
| 1490 | 'fontColor' => '#ffffff', |
| 1491 | 'fontFamily' => 'Merriweather Sans', |
| 1492 | 'fontSize' => '14px', |
| 1493 | 'fontWeight' => 'bold', |
| 1494 | 'textAlign' => 'left', |
| 1495 | ], |
| 1496 | ], |
| 1497 | ], |
| 1498 | ], |
| 1499 | ], |
| 1500 | 1 => |
| 1501 | [ |
| 1502 | 'type' => 'container', |
| 1503 | 'columnLayout' => false, |
| 1504 | 'orientation' => 'vertical', |
| 1505 | 'image' => |
| 1506 | [ |
| 1507 | 'src' => null, |
| 1508 | 'display' => 'scale', |
| 1509 | ], |
| 1510 | 'styles' => |
| 1511 | [ |
| 1512 | 'block' => |
| 1513 | [ |
| 1514 | 'backgroundColor' => 'transparent', |
| 1515 | ], |
| 1516 | ], |
| 1517 | 'blocks' => |
| 1518 | [ |
| 1519 | 0 => |
| 1520 | [ |
| 1521 | 'type' => 'text', |
| 1522 | 'text' => '<p style="text-align: center;"><strong>FRIDAY</strong></p>', |
| 1523 | ], |
| 1524 | 1 => |
| 1525 | [ |
| 1526 | 'type' => 'image', |
| 1527 | 'link' => '', |
| 1528 | 'src' => $this->template_image_url . '/HealthyFood-05-Friday.jpg', |
| 1529 | 'alt' => 'HealthyFood-05-Friday', |
| 1530 | 'fullWidth' => false, |
| 1531 | 'width' => '500px', |
| 1532 | 'height' => '500px', |
| 1533 | 'styles' => |
| 1534 | [ |
| 1535 | 'block' => |
| 1536 | [ |
| 1537 | 'textAlign' => 'center', |
| 1538 | ], |
| 1539 | ], |
| 1540 | ], |
| 1541 | 2 => |
| 1542 | [ |
| 1543 | 'type' => 'button', |
| 1544 | 'text' => 'Thai Green Curry', |
| 1545 | 'url' => '', |
| 1546 | 'styles' => |
| 1547 | [ |
| 1548 | 'block' => |
| 1549 | [ |
| 1550 | 'backgroundColor' => '#ed682a', |
| 1551 | 'borderColor' => '#323232', |
| 1552 | 'borderWidth' => '0px', |
| 1553 | 'borderRadius' => '5px', |
| 1554 | 'borderStyle' => 'solid', |
| 1555 | 'width' => '255px', |
| 1556 | 'lineHeight' => '40px', |
| 1557 | 'fontColor' => '#ffffff', |
| 1558 | 'fontFamily' => 'Merriweather Sans', |
| 1559 | 'fontSize' => '14px', |
| 1560 | 'fontWeight' => 'bold', |
| 1561 | 'textAlign' => 'left', |
| 1562 | ], |
| 1563 | ], |
| 1564 | ], |
| 1565 | ], |
| 1566 | ], |
| 1567 | 2 => |
| 1568 | [ |
| 1569 | 'type' => 'container', |
| 1570 | 'columnLayout' => false, |
| 1571 | 'orientation' => 'vertical', |
| 1572 | 'image' => |
| 1573 | [ |
| 1574 | 'src' => null, |
| 1575 | 'display' => 'scale', |
| 1576 | ], |
| 1577 | 'styles' => |
| 1578 | [ |
| 1579 | 'block' => |
| 1580 | [ |
| 1581 | 'backgroundColor' => 'transparent', |
| 1582 | ], |
| 1583 | ], |
| 1584 | 'blocks' => |
| 1585 | [ |
| 1586 | 0 => |
| 1587 | [ |
| 1588 | 'type' => 'text', |
| 1589 | 'text' => '<p style="text-align: center;"><strong>SATURDAY</strong></p>', |
| 1590 | ], |
| 1591 | 1 => |
| 1592 | [ |
| 1593 | 'type' => 'image', |
| 1594 | 'link' => '', |
| 1595 | 'src' => $this->template_image_url . '/HealthyFood-06-Saturday.jpg', |
| 1596 | 'alt' => 'HealthyFood-06-Saturday', |
| 1597 | 'fullWidth' => false, |
| 1598 | 'width' => '500px', |
| 1599 | 'height' => '500px', |
| 1600 | 'styles' => |
| 1601 | [ |
| 1602 | 'block' => |
| 1603 | [ |
| 1604 | 'textAlign' => 'center', |
| 1605 | ], |
| 1606 | ], |
| 1607 | ], |
| 1608 | 2 => |
| 1609 | [ |
| 1610 | 'type' => 'button', |
| 1611 | 'text' => 'Stuffed Turkey', |
| 1612 | 'url' => '', |
| 1613 | 'styles' => |
| 1614 | [ |
| 1615 | 'block' => |
| 1616 | [ |
| 1617 | 'backgroundColor' => '#ed682a', |
| 1618 | 'borderColor' => '#323232', |
| 1619 | 'borderWidth' => '0px', |
| 1620 | 'borderRadius' => '5px', |
| 1621 | 'borderStyle' => 'solid', |
| 1622 | 'width' => '255px', |
| 1623 | 'lineHeight' => '40px', |
| 1624 | 'fontColor' => '#ffffff', |
| 1625 | 'fontFamily' => 'Merriweather Sans', |
| 1626 | 'fontSize' => '14px', |
| 1627 | 'fontWeight' => 'bold', |
| 1628 | 'textAlign' => 'left', |
| 1629 | ], |
| 1630 | ], |
| 1631 | ], |
| 1632 | ], |
| 1633 | ], |
| 1634 | ], |
| 1635 | ], |
| 1636 | 16 => |
| 1637 | [ |
| 1638 | 'type' => 'container', |
| 1639 | 'columnLayout' => false, |
| 1640 | 'orientation' => 'horizontal', |
| 1641 | 'image' => |
| 1642 | [ |
| 1643 | 'src' => null, |
| 1644 | 'display' => 'scale', |
| 1645 | ], |
| 1646 | 'styles' => |
| 1647 | [ |
| 1648 | 'block' => |
| 1649 | [ |
| 1650 | 'backgroundColor' => 'transparent', |
| 1651 | ], |
| 1652 | ], |
| 1653 | 'blocks' => |
| 1654 | [ |
| 1655 | 0 => |
| 1656 | [ |
| 1657 | 'type' => 'container', |
| 1658 | 'columnLayout' => false, |
| 1659 | 'orientation' => 'vertical', |
| 1660 | 'image' => |
| 1661 | [ |
| 1662 | 'src' => null, |
| 1663 | 'display' => 'scale', |
| 1664 | ], |
| 1665 | 'styles' => |
| 1666 | [ |
| 1667 | 'block' => |
| 1668 | [ |
| 1669 | 'backgroundColor' => 'transparent', |
| 1670 | ], |
| 1671 | ], |
| 1672 | 'blocks' => |
| 1673 | [ |
| 1674 | 0 => |
| 1675 | [ |
| 1676 | 'type' => 'divider', |
| 1677 | 'styles' => |
| 1678 | [ |
| 1679 | 'block' => |
| 1680 | [ |
| 1681 | 'backgroundColor' => 'transparent', |
| 1682 | 'padding' => '9px', |
| 1683 | 'borderStyle' => 'solid', |
| 1684 | 'borderWidth' => '2px', |
| 1685 | 'borderColor' => '#ed682a', |
| 1686 | ], |
| 1687 | ], |
| 1688 | ], |
| 1689 | 1 => |
| 1690 | [ |
| 1691 | 'type' => 'spacer', |
| 1692 | 'styles' => |
| 1693 | [ |
| 1694 | 'block' => |
| 1695 | [ |
| 1696 | 'backgroundColor' => 'transparent', |
| 1697 | 'height' => '20px', |
| 1698 | ], |
| 1699 | ], |
| 1700 | ], |
| 1701 | ], |
| 1702 | ], |
| 1703 | ], |
| 1704 | ], |
| 1705 | 17 => |
| 1706 | [ |
| 1707 | 'type' => 'container', |
| 1708 | 'columnLayout' => '1_2', |
| 1709 | 'orientation' => 'horizontal', |
| 1710 | 'image' => |
| 1711 | [ |
| 1712 | 'src' => null, |
| 1713 | 'display' => 'scale', |
| 1714 | ], |
| 1715 | 'styles' => |
| 1716 | [ |
| 1717 | 'block' => |
| 1718 | [ |
| 1719 | 'backgroundColor' => 'transparent', |
| 1720 | ], |
| 1721 | ], |
| 1722 | 'blocks' => |
| 1723 | [ |
| 1724 | 0 => |
| 1725 | [ |
| 1726 | 'type' => 'container', |
| 1727 | 'columnLayout' => false, |
| 1728 | 'orientation' => 'vertical', |
| 1729 | 'image' => |
| 1730 | [ |
| 1731 | 'src' => null, |
| 1732 | 'display' => 'scale', |
| 1733 | ], |
| 1734 | 'styles' => |
| 1735 | [ |
| 1736 | 'block' => |
| 1737 | [ |
| 1738 | 'backgroundColor' => 'transparent', |
| 1739 | ], |
| 1740 | ], |
| 1741 | 'blocks' => |
| 1742 | [ |
| 1743 | 0 => |
| 1744 | [ |
| 1745 | 'type' => 'text', |
| 1746 | 'text' => '<p style="text-align: center;"><strong>SUNDAY</strong></p>', |
| 1747 | ], |
| 1748 | 1 => |
| 1749 | [ |
| 1750 | 'type' => 'image', |
| 1751 | 'link' => '', |
| 1752 | 'src' => $this->template_image_url . '/HealthyFood-07-Sunday.jpg', |
| 1753 | 'alt' => 'HealthyFood-07-Sunday', |
| 1754 | 'fullWidth' => false, |
| 1755 | 'width' => '500px', |
| 1756 | 'height' => '500px', |
| 1757 | 'styles' => |
| 1758 | [ |
| 1759 | 'block' => |
| 1760 | [ |
| 1761 | 'textAlign' => 'center', |
| 1762 | ], |
| 1763 | ], |
| 1764 | ], |
| 1765 | 2 => |
| 1766 | [ |
| 1767 | 'type' => 'button', |
| 1768 | 'text' => 'Lemon Cake', |
| 1769 | 'url' => '', |
| 1770 | 'styles' => |
| 1771 | [ |
| 1772 | 'block' => |
| 1773 | [ |
| 1774 | 'backgroundColor' => '#ed682a', |
| 1775 | 'borderColor' => '#323232', |
| 1776 | 'borderWidth' => '0px', |
| 1777 | 'borderRadius' => '5px', |
| 1778 | 'borderStyle' => 'solid', |
| 1779 | 'width' => '255px', |
| 1780 | 'lineHeight' => '40px', |
| 1781 | 'fontColor' => '#ffffff', |
| 1782 | 'fontFamily' => 'Merriweather Sans', |
| 1783 | 'fontSize' => '14px', |
| 1784 | 'fontWeight' => 'bold', |
| 1785 | 'textAlign' => 'left', |
| 1786 | ], |
| 1787 | ], |
| 1788 | ], |
| 1789 | ], |
| 1790 | ], |
| 1791 | 1 => |
| 1792 | [ |
| 1793 | 'type' => 'container', |
| 1794 | 'columnLayout' => false, |
| 1795 | 'orientation' => 'vertical', |
| 1796 | 'image' => |
| 1797 | [ |
| 1798 | 'src' => null, |
| 1799 | 'display' => 'scale', |
| 1800 | ], |
| 1801 | 'styles' => |
| 1802 | [ |
| 1803 | 'block' => |
| 1804 | [ |
| 1805 | 'backgroundColor' => 'transparent', |
| 1806 | ], |
| 1807 | ], |
| 1808 | 'blocks' => |
| 1809 | [ |
| 1810 | 0 => |
| 1811 | [ |
| 1812 | 'type' => 'text', |
| 1813 | 'text' => '<h2 style="text-align: left;"><span style="color: #333333;"><strong>Want more recipes?</strong></span></h2> |
| 1814 | <p><span style="color: #333333;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam nisl massa, fringilla id rutrum sed, porttitor in risus. Fusce dui erat, bibendum a accumsan non.</span></p> |
| 1815 | <p><span style="color: #333333;"></span></p> |
| 1816 | <p><span style="color: #333333;">For all of our recipes, check out our website or visit one of our social media platforms below. We\'d love to hear what you think about our choices this week!</span></p>', |
| 1817 | ], |
| 1818 | 1 => |
| 1819 | [ |
| 1820 | 'type' => 'social', |
| 1821 | 'iconSet' => 'official', |
| 1822 | 'icons' => |
| 1823 | [ |
| 1824 | 0 => |
| 1825 | [ |
| 1826 | 'type' => 'socialIcon', |
| 1827 | 'iconType' => 'facebook', |
| 1828 | 'link' => 'http://www.facebook.com', |
| 1829 | 'image' => $this->social_icon_url . '/11-official/Facebook.png', |
| 1830 | 'height' => '32px', |
| 1831 | 'width' => '32px', |
| 1832 | 'text' => 'Facebook', |
| 1833 | ], |
| 1834 | 1 => |
| 1835 | [ |
| 1836 | 'type' => 'socialIcon', |
| 1837 | 'iconType' => 'twitter', |
| 1838 | 'link' => 'http://www.twitter.com', |
| 1839 | 'image' => $this->social_icon_url . '/11-official/X.png', |
| 1840 | 'height' => '32px', |
| 1841 | 'width' => '32px', |
| 1842 | 'text' => 'Twitter', |
| 1843 | ], |
| 1844 | 2 => |
| 1845 | [ |
| 1846 | 'type' => 'socialIcon', |
| 1847 | 'iconType' => 'instagram', |
| 1848 | 'link' => 'http://instagram.com', |
| 1849 | 'image' => $this->social_icon_url . '/11-official/Instagram.png', |
| 1850 | 'height' => '32px', |
| 1851 | 'width' => '32px', |
| 1852 | 'text' => 'Instagram', |
| 1853 | ], |
| 1854 | 3 => |
| 1855 | [ |
| 1856 | 'type' => 'socialIcon', |
| 1857 | 'iconType' => 'youtube', |
| 1858 | 'link' => 'http://www.youtube.com', |
| 1859 | 'image' => $this->social_icon_url . '/11-official/Youtube.png', |
| 1860 | 'height' => '32px', |
| 1861 | 'width' => '32px', |
| 1862 | 'text' => 'Youtube', |
| 1863 | ], |
| 1864 | ], |
| 1865 | ], |
| 1866 | ], |
| 1867 | ], |
| 1868 | ], |
| 1869 | ], |
| 1870 | 18 => |
| 1871 | [ |
| 1872 | 'type' => 'container', |
| 1873 | 'columnLayout' => false, |
| 1874 | 'orientation' => 'horizontal', |
| 1875 | 'image' => |
| 1876 | [ |
| 1877 | 'src' => null, |
| 1878 | 'display' => 'scale', |
| 1879 | ], |
| 1880 | 'styles' => |
| 1881 | [ |
| 1882 | 'block' => |
| 1883 | [ |
| 1884 | 'backgroundColor' => 'transparent', |
| 1885 | ], |
| 1886 | ], |
| 1887 | 'blocks' => |
| 1888 | [ |
| 1889 | 0 => |
| 1890 | [ |
| 1891 | 'type' => 'container', |
| 1892 | 'columnLayout' => false, |
| 1893 | 'orientation' => 'vertical', |
| 1894 | 'image' => |
| 1895 | [ |
| 1896 | 'src' => null, |
| 1897 | 'display' => 'scale', |
| 1898 | ], |
| 1899 | 'styles' => |
| 1900 | [ |
| 1901 | 'block' => |
| 1902 | [ |
| 1903 | 'backgroundColor' => 'transparent', |
| 1904 | ], |
| 1905 | ], |
| 1906 | 'blocks' => |
| 1907 | [ |
| 1908 | 0 => |
| 1909 | [ |
| 1910 | 'type' => 'divider', |
| 1911 | 'styles' => |
| 1912 | [ |
| 1913 | 'block' => |
| 1914 | [ |
| 1915 | 'backgroundColor' => 'transparent', |
| 1916 | 'padding' => '9px', |
| 1917 | 'borderStyle' => 'solid', |
| 1918 | 'borderWidth' => '2px', |
| 1919 | 'borderColor' => '#ed682a', |
| 1920 | ], |
| 1921 | ], |
| 1922 | ], |
| 1923 | 1 => |
| 1924 | [ |
| 1925 | 'type' => 'spacer', |
| 1926 | 'styles' => |
| 1927 | [ |
| 1928 | 'block' => |
| 1929 | [ |
| 1930 | 'backgroundColor' => 'transparent', |
| 1931 | 'height' => '20px', |
| 1932 | ], |
| 1933 | ], |
| 1934 | ], |
| 1935 | ], |
| 1936 | ], |
| 1937 | ], |
| 1938 | ], |
| 1939 | 19 => |
| 1940 | [ |
| 1941 | 'type' => 'container', |
| 1942 | 'columnLayout' => false, |
| 1943 | 'orientation' => 'horizontal', |
| 1944 | 'image' => |
| 1945 | [ |
| 1946 | 'src' => null, |
| 1947 | 'display' => 'scale', |
| 1948 | ], |
| 1949 | 'styles' => |
| 1950 | [ |
| 1951 | 'block' => |
| 1952 | [ |
| 1953 | 'backgroundColor' => '#e3e3e3', |
| 1954 | ], |
| 1955 | ], |
| 1956 | 'blocks' => |
| 1957 | [ |
| 1958 | 0 => |
| 1959 | [ |
| 1960 | 'type' => 'container', |
| 1961 | 'columnLayout' => false, |
| 1962 | 'orientation' => 'vertical', |
| 1963 | 'image' => |
| 1964 | [ |
| 1965 | 'src' => null, |
| 1966 | 'display' => 'scale', |
| 1967 | ], |
| 1968 | 'styles' => |
| 1969 | [ |
| 1970 | 'block' => |
| 1971 | [ |
| 1972 | 'backgroundColor' => 'transparent', |
| 1973 | ], |
| 1974 | ], |
| 1975 | 'blocks' => |
| 1976 | [ |
| 1977 | 0 => |
| 1978 | [ |
| 1979 | 'type' => 'spacer', |
| 1980 | 'styles' => |
| 1981 | [ |
| 1982 | 'block' => |
| 1983 | [ |
| 1984 | 'backgroundColor' => 'transparent', |
| 1985 | 'height' => '40px', |
| 1986 | ], |
| 1987 | ], |
| 1988 | ], |
| 1989 | ], |
| 1990 | ], |
| 1991 | ], |
| 1992 | ], |
| 1993 | 20 => |
| 1994 | [ |
| 1995 | 'type' => 'container', |
| 1996 | 'columnLayout' => false, |
| 1997 | 'orientation' => 'horizontal', |
| 1998 | 'image' => |
| 1999 | [ |
| 2000 | 'src' => null, |
| 2001 | 'display' => 'scale', |
| 2002 | ], |
| 2003 | 'styles' => |
| 2004 | [ |
| 2005 | 'block' => |
| 2006 | [ |
| 2007 | 'backgroundColor' => '#e3e3e3', |
| 2008 | ], |
| 2009 | ], |
| 2010 | 'blocks' => |
| 2011 | [ |
| 2012 | 0 => |
| 2013 | [ |
| 2014 | 'type' => 'container', |
| 2015 | 'columnLayout' => false, |
| 2016 | 'orientation' => 'vertical', |
| 2017 | 'image' => |
| 2018 | [ |
| 2019 | 'src' => null, |
| 2020 | 'display' => 'scale', |
| 2021 | ], |
| 2022 | 'styles' => |
| 2023 | [ |
| 2024 | 'block' => |
| 2025 | [ |
| 2026 | 'backgroundColor' => 'transparent', |
| 2027 | ], |
| 2028 | ], |
| 2029 | 'blocks' => |
| 2030 | [ |
| 2031 | 0 => |
| 2032 | [ |
| 2033 | 'type' => 'image', |
| 2034 | 'link' => '', |
| 2035 | 'src' => $this->template_image_url . '/HealthyFood-Logo.png', |
| 2036 | 'alt' => 'HealthyFood-Logo', |
| 2037 | 'fullWidth' => false, |
| 2038 | 'width' => '110px', |
| 2039 | 'height' => '296px', |
| 2040 | 'styles' => |
| 2041 | [ |
| 2042 | 'block' => |
| 2043 | [ |
| 2044 | 'textAlign' => 'left', |
| 2045 | ], |
| 2046 | ], |
| 2047 | ], |
| 2048 | ], |
| 2049 | ], |
| 2050 | 1 => |
| 2051 | [ |
| 2052 | 'type' => 'container', |
| 2053 | 'columnLayout' => false, |
| 2054 | 'orientation' => 'vertical', |
| 2055 | 'image' => |
| 2056 | [ |
| 2057 | 'src' => null, |
| 2058 | 'display' => 'scale', |
| 2059 | ], |
| 2060 | 'styles' => |
| 2061 | [ |
| 2062 | 'block' => |
| 2063 | [ |
| 2064 | 'backgroundColor' => 'transparent', |
| 2065 | ], |
| 2066 | ], |
| 2067 | 'blocks' => |
| 2068 | [ |
| 2069 | 0 => |
| 2070 | [ |
| 2071 | 'type' => 'footer', |
| 2072 | 'text' => '<p><span style="color: #ed682a;"><a href="[link:subscription_unsubscribe_url]" style="color: #ed682a;">' . __("Unsubscribe", 'mailpoet') . '</a> | <a href="[link:subscription_manage_url]" style="color: #ed682a;">' . __("Manage your subscription", 'mailpoet') . '</a></span><br />' . __("Add your postal address here!", 'mailpoet') . '</p>', |
| 2073 | 'styles' => |
| 2074 | [ |
| 2075 | 'block' => |
| 2076 | [ |
| 2077 | 'backgroundColor' => 'transparent', |
| 2078 | ], |
| 2079 | 'text' => |
| 2080 | [ |
| 2081 | 'fontColor' => '#222222', |
| 2082 | 'fontFamily' => 'Arial', |
| 2083 | 'fontSize' => '12px', |
| 2084 | 'textAlign' => 'right', |
| 2085 | ], |
| 2086 | 'link' => |
| 2087 | [ |
| 2088 | 'fontColor' => '#6cb7d4', |
| 2089 | 'textDecoration' => 'none', |
| 2090 | ], |
| 2091 | ], |
| 2092 | ], |
| 2093 | ], |
| 2094 | ], |
| 2095 | ], |
| 2096 | ], |
| 2097 | ], |
| 2098 | ], |
| 2099 | 'globalStyles' => |
| 2100 | [ |
| 2101 | 'text' => |
| 2102 | [ |
| 2103 | 'fontColor' => '#000000', |
| 2104 | 'fontFamily' => 'Merriweather Sans', |
| 2105 | 'fontSize' => '14px', |
| 2106 | ], |
| 2107 | 'h1' => |
| 2108 | [ |
| 2109 | 'fontColor' => '#111111', |
| 2110 | 'fontFamily' => 'Merriweather Sans', |
| 2111 | 'fontSize' => '40px', |
| 2112 | ], |
| 2113 | 'h2' => |
| 2114 | [ |
| 2115 | 'fontColor' => '#222222', |
| 2116 | 'fontFamily' => 'Merriweather Sans', |
| 2117 | 'fontSize' => '24px', |
| 2118 | ], |
| 2119 | 'h3' => |
| 2120 | [ |
| 2121 | 'fontColor' => '#333333', |
| 2122 | 'fontFamily' => 'Merriweather Sans', |
| 2123 | 'fontSize' => '22px', |
| 2124 | ], |
| 2125 | 'link' => |
| 2126 | [ |
| 2127 | 'fontColor' => '#ed682a', |
| 2128 | 'textDecoration' => 'underline', |
| 2129 | ], |
| 2130 | 'wrapper' => |
| 2131 | [ |
| 2132 | 'backgroundColor' => '#ffffff', |
| 2133 | ], |
| 2134 | 'body' => |
| 2135 | [ |
| 2136 | 'backgroundColor' => '#e3e3e3', |
| 2137 | ], |
| 2138 | ], |
| 2139 | 'blockDefaults' => |
| 2140 | [ |
| 2141 | 'automatedLatestContent' => |
| 2142 | [ |
| 2143 | 'amount' => '5', |
| 2144 | 'withLayout' => false, |
| 2145 | 'contentType' => 'post', |
| 2146 | 'inclusionType' => 'include', |
| 2147 | 'displayType' => 'excerpt', |
| 2148 | 'titleFormat' => 'h1', |
| 2149 | 'titleAlignment' => 'left', |
| 2150 | 'titleIsLink' => false, |
| 2151 | 'imageFullWidth' => false, |
| 2152 | 'featuredImagePosition' => 'belowTitle', |
| 2153 | 'showAuthor' => 'no', |
| 2154 | 'authorPrecededBy' => 'Author:', |
| 2155 | 'showCategories' => 'no', |
| 2156 | 'categoriesPrecededBy' => 'Categories:', |
| 2157 | 'readMoreType' => 'button', |
| 2158 | 'readMoreText' => 'Read more', |
| 2159 | 'readMoreButton' => |
| 2160 | [ |
| 2161 | 'text' => 'Read more', |
| 2162 | 'url' => '[postLink]', |
| 2163 | 'context' => 'automatedLatestContent.readMoreButton', |
| 2164 | 'styles' => |
| 2165 | [ |
| 2166 | 'block' => |
| 2167 | [ |
| 2168 | 'backgroundColor' => '#2ea1cd', |
| 2169 | 'borderColor' => '#0074a2', |
| 2170 | 'borderWidth' => '1px', |
| 2171 | 'borderRadius' => '5px', |
| 2172 | 'borderStyle' => 'solid', |
| 2173 | 'width' => '180px', |
| 2174 | 'lineHeight' => '40px', |
| 2175 | 'fontColor' => '#ffffff', |
| 2176 | 'fontFamily' => 'Verdana', |
| 2177 | 'fontSize' => '18px', |
| 2178 | 'fontWeight' => 'normal', |
| 2179 | 'textAlign' => 'center', |
| 2180 | ], |
| 2181 | ], |
| 2182 | ], |
| 2183 | 'sortBy' => 'newest', |
| 2184 | 'showDivider' => true, |
| 2185 | 'divider' => |
| 2186 | [ |
| 2187 | 'context' => 'automatedLatestContent.divider', |
| 2188 | 'styles' => |
| 2189 | [ |
| 2190 | 'block' => |
| 2191 | [ |
| 2192 | 'backgroundColor' => 'transparent', |
| 2193 | 'padding' => '13px', |
| 2194 | 'borderStyle' => 'solid', |
| 2195 | 'borderWidth' => '3px', |
| 2196 | 'borderColor' => '#aaaaaa', |
| 2197 | ], |
| 2198 | ], |
| 2199 | ], |
| 2200 | 'backgroundColor' => '#ffffff', |
| 2201 | 'backgroundColorAlternate' => '#eeeeee', |
| 2202 | ], |
| 2203 | 'automatedLatestContentLayout' => |
| 2204 | [ |
| 2205 | 'amount' => '5', |
| 2206 | 'withLayout' => true, |
| 2207 | 'contentType' => 'post', |
| 2208 | 'inclusionType' => 'include', |
| 2209 | 'displayType' => 'excerpt', |
| 2210 | 'titleFormat' => 'h1', |
| 2211 | 'titleAlignment' => 'left', |
| 2212 | 'titleIsLink' => false, |
| 2213 | 'imageFullWidth' => false, |
| 2214 | 'featuredImagePosition' => 'alternate', |
| 2215 | 'showAuthor' => 'no', |
| 2216 | 'authorPrecededBy' => 'Author:', |
| 2217 | 'showCategories' => 'no', |
| 2218 | 'categoriesPrecededBy' => 'Categories:', |
| 2219 | 'readMoreType' => 'button', |
| 2220 | 'readMoreText' => 'Read more', |
| 2221 | 'readMoreButton' => |
| 2222 | [ |
| 2223 | 'text' => 'Read more', |
| 2224 | 'url' => '[postLink]', |
| 2225 | 'context' => 'automatedLatestContentLayout.readMoreButton', |
| 2226 | 'styles' => |
| 2227 | [ |
| 2228 | 'block' => |
| 2229 | [ |
| 2230 | 'backgroundColor' => '#2ea1cd', |
| 2231 | 'borderColor' => '#0074a2', |
| 2232 | 'borderWidth' => '1px', |
| 2233 | 'borderRadius' => '5px', |
| 2234 | 'borderStyle' => 'solid', |
| 2235 | 'width' => '180px', |
| 2236 | 'lineHeight' => '40px', |
| 2237 | 'fontColor' => '#ffffff', |
| 2238 | 'fontFamily' => 'Verdana', |
| 2239 | 'fontSize' => '18px', |
| 2240 | 'fontWeight' => 'normal', |
| 2241 | 'textAlign' => 'center', |
| 2242 | ], |
| 2243 | ], |
| 2244 | ], |
| 2245 | 'sortBy' => 'newest', |
| 2246 | 'showDivider' => true, |
| 2247 | 'divider' => |
| 2248 | [ |
| 2249 | 'context' => 'automatedLatestContentLayout.divider', |
| 2250 | 'styles' => |
| 2251 | [ |
| 2252 | 'block' => |
| 2253 | [ |
| 2254 | 'backgroundColor' => 'transparent', |
| 2255 | 'padding' => '13px', |
| 2256 | 'borderStyle' => 'solid', |
| 2257 | 'borderWidth' => '3px', |
| 2258 | 'borderColor' => '#aaaaaa', |
| 2259 | ], |
| 2260 | ], |
| 2261 | ], |
| 2262 | 'backgroundColor' => '#ffffff', |
| 2263 | 'backgroundColorAlternate' => '#eeeeee', |
| 2264 | ], |
| 2265 | 'button' => |
| 2266 | [ |
| 2267 | 'text' => 'Lemon Cake', |
| 2268 | 'url' => '', |
| 2269 | 'styles' => |
| 2270 | [ |
| 2271 | 'block' => |
| 2272 | [ |
| 2273 | 'backgroundColor' => '#ed682a', |
| 2274 | 'borderColor' => '#323232', |
| 2275 | 'borderWidth' => '0px', |
| 2276 | 'borderRadius' => '5px', |
| 2277 | 'borderStyle' => 'solid', |
| 2278 | 'width' => '255px', |
| 2279 | 'lineHeight' => '40px', |
| 2280 | 'fontColor' => '#ffffff', |
| 2281 | 'fontFamily' => 'Merriweather Sans', |
| 2282 | 'fontSize' => '14px', |
| 2283 | 'fontWeight' => 'bold', |
| 2284 | 'textAlign' => 'left', |
| 2285 | ], |
| 2286 | ], |
| 2287 | 'type' => 'button', |
| 2288 | ], |
| 2289 | 'divider' => |
| 2290 | [ |
| 2291 | 'styles' => |
| 2292 | [ |
| 2293 | 'block' => |
| 2294 | [ |
| 2295 | 'backgroundColor' => 'transparent', |
| 2296 | 'padding' => '9px', |
| 2297 | 'borderStyle' => 'solid', |
| 2298 | 'borderWidth' => '2px', |
| 2299 | 'borderColor' => '#ed682a', |
| 2300 | ], |
| 2301 | ], |
| 2302 | 'type' => 'divider', |
| 2303 | ], |
| 2304 | 'footer' => |
| 2305 | [ |
| 2306 | 'text' => '<p><a href="[link:subscription_unsubscribe_url]">' . __("Unsubscribe", 'mailpoet') . '</a> | <a href="[link:subscription_manage_url]">' . __("Manage your subscription", 'mailpoet') . '</a><br />' . __("Add your postal address here!", 'mailpoet') . '</p>', |
| 2307 | 'styles' => |
| 2308 | [ |
| 2309 | 'block' => |
| 2310 | [ |
| 2311 | 'backgroundColor' => 'transparent', |
| 2312 | ], |
| 2313 | 'text' => |
| 2314 | [ |
| 2315 | 'fontColor' => '#222222', |
| 2316 | 'fontFamily' => 'Arial', |
| 2317 | 'fontSize' => '12px', |
| 2318 | 'textAlign' => 'right', |
| 2319 | ], |
| 2320 | 'link' => |
| 2321 | [ |
| 2322 | 'fontColor' => '#6cb7d4', |
| 2323 | 'textDecoration' => 'none', |
| 2324 | ], |
| 2325 | ], |
| 2326 | 'type' => 'footer', |
| 2327 | ], |
| 2328 | 'posts' => |
| 2329 | [ |
| 2330 | 'amount' => '10', |
| 2331 | 'withLayout' => true, |
| 2332 | 'contentType' => 'post', |
| 2333 | 'postStatus' => 'publish', |
| 2334 | 'inclusionType' => 'include', |
| 2335 | 'displayType' => 'excerpt', |
| 2336 | 'titleFormat' => 'h1', |
| 2337 | 'titleAlignment' => 'left', |
| 2338 | 'titleIsLink' => false, |
| 2339 | 'imageFullWidth' => false, |
| 2340 | 'featuredImagePosition' => 'alternate', |
| 2341 | 'showAuthor' => 'no', |
| 2342 | 'authorPrecededBy' => 'Author:', |
| 2343 | 'showCategories' => 'no', |
| 2344 | 'categoriesPrecededBy' => 'Categories:', |
| 2345 | 'readMoreType' => 'link', |
| 2346 | 'readMoreText' => 'Read more', |
| 2347 | 'readMoreButton' => |
| 2348 | [ |
| 2349 | 'text' => 'Read more', |
| 2350 | 'url' => '[postLink]', |
| 2351 | 'context' => 'posts.readMoreButton', |
| 2352 | 'styles' => |
| 2353 | [ |
| 2354 | 'block' => |
| 2355 | [ |
| 2356 | 'backgroundColor' => '#2ea1cd', |
| 2357 | 'borderColor' => '#0074a2', |
| 2358 | 'borderWidth' => '1px', |
| 2359 | 'borderRadius' => '5px', |
| 2360 | 'borderStyle' => 'solid', |
| 2361 | 'width' => '180px', |
| 2362 | 'lineHeight' => '40px', |
| 2363 | 'fontColor' => '#ffffff', |
| 2364 | 'fontFamily' => 'Verdana', |
| 2365 | 'fontSize' => '18px', |
| 2366 | 'fontWeight' => 'normal', |
| 2367 | 'textAlign' => 'center', |
| 2368 | ], |
| 2369 | ], |
| 2370 | ], |
| 2371 | 'sortBy' => 'newest', |
| 2372 | 'showDivider' => true, |
| 2373 | 'divider' => |
| 2374 | [ |
| 2375 | 'context' => 'posts.divider', |
| 2376 | 'styles' => |
| 2377 | [ |
| 2378 | 'block' => |
| 2379 | [ |
| 2380 | 'backgroundColor' => 'transparent', |
| 2381 | 'padding' => '13px', |
| 2382 | 'borderStyle' => 'solid', |
| 2383 | 'borderWidth' => '3px', |
| 2384 | 'borderColor' => '#aaaaaa', |
| 2385 | ], |
| 2386 | ], |
| 2387 | ], |
| 2388 | 'backgroundColor' => '#ffffff', |
| 2389 | 'backgroundColorAlternate' => '#eeeeee', |
| 2390 | ], |
| 2391 | 'social' => |
| 2392 | [ |
| 2393 | 'iconSet' => 'official', |
| 2394 | 'icons' => |
| 2395 | [ |
| 2396 | 0 => |
| 2397 | [ |
| 2398 | 'type' => 'socialIcon', |
| 2399 | 'iconType' => 'facebook', |
| 2400 | 'link' => 'http://www.facebook.com', |
| 2401 | 'image' => $this->social_icon_url . '/11-official/Facebook.png', |
| 2402 | 'height' => '32px', |
| 2403 | 'width' => '32px', |
| 2404 | 'text' => 'Facebook', |
| 2405 | ], |
| 2406 | 1 => |
| 2407 | [ |
| 2408 | 'type' => 'socialIcon', |
| 2409 | 'iconType' => 'twitter', |
| 2410 | 'link' => 'http://www.twitter.com', |
| 2411 | 'image' => $this->social_icon_url . '/11-official/X.png', |
| 2412 | 'height' => '32px', |
| 2413 | 'width' => '32px', |
| 2414 | 'text' => 'Twitter', |
| 2415 | ], |
| 2416 | 2 => |
| 2417 | [ |
| 2418 | 'type' => 'socialIcon', |
| 2419 | 'iconType' => 'instagram', |
| 2420 | 'link' => 'http://instagram.com', |
| 2421 | 'image' => $this->social_icon_url . '/11-official/Instagram.png', |
| 2422 | 'height' => '32px', |
| 2423 | 'width' => '32px', |
| 2424 | 'text' => 'Instagram', |
| 2425 | ], |
| 2426 | 3 => |
| 2427 | [ |
| 2428 | 'type' => 'socialIcon', |
| 2429 | 'iconType' => 'youtube', |
| 2430 | 'link' => 'http://www.youtube.com', |
| 2431 | 'image' => $this->social_icon_url . '/11-official/Youtube.png', |
| 2432 | 'height' => '32px', |
| 2433 | 'width' => '32px', |
| 2434 | 'text' => 'Youtube', |
| 2435 | ], |
| 2436 | ], |
| 2437 | 'type' => 'social', |
| 2438 | ], |
| 2439 | 'spacer' => |
| 2440 | [ |
| 2441 | 'styles' => |
| 2442 | [ |
| 2443 | 'block' => |
| 2444 | [ |
| 2445 | 'backgroundColor' => 'transparent', |
| 2446 | 'height' => '20px', |
| 2447 | ], |
| 2448 | ], |
| 2449 | 'type' => 'spacer', |
| 2450 | ], |
| 2451 | 'header' => |
| 2452 | [ |
| 2453 | 'text' => '<a href="[link:newsletter_view_in_browser_url]">' . __("View this in your browser.", 'mailpoet') . '</a>', |
| 2454 | 'styles' => |
| 2455 | [ |
| 2456 | 'block' => |
| 2457 | [ |
| 2458 | 'backgroundColor' => 'transparent', |
| 2459 | ], |
| 2460 | 'text' => |
| 2461 | [ |
| 2462 | 'fontColor' => '#222222', |
| 2463 | 'fontFamily' => 'Arial', |
| 2464 | 'fontSize' => '12px', |
| 2465 | 'textAlign' => 'right', |
| 2466 | ], |
| 2467 | 'link' => |
| 2468 | [ |
| 2469 | 'fontColor' => '#e39171', |
| 2470 | 'textDecoration' => 'none', |
| 2471 | ], |
| 2472 | ], |
| 2473 | 'type' => 'header', |
| 2474 | ], |
| 2475 | ], |
| 2476 | ]; |
| 2477 | } |
| 2478 | } |
| 2479 |