Whoops \ Exception \ ErrorException (E_NOTICE)
Undefined index: messages Whoops\Exception\ErrorException thrown with message "Undefined index: messages" Stacktrace: #16 Whoops\Exception\ErrorException in /home/wwwgeneral/sites/heifer/dev1/heifer_pres_2019/views/shared/legoBlocks/donation/partials/donationCard/donationCard.view:28 #15 Whoops\Run:handleError in /home/wwwgeneral/sites/heifer/dev1/heifer_pres_2019/views/shared/legoBlocks/donation/partials/donationCard/donationCard.view:28 #14 require in /home/wwwgeneral/sites/heifer/dev1/heifer_pres_2019/lib/Controller/BaseController.php:328 #13 Febe\Controller\BaseController:returnView in /home/wwwgeneral/sites/heifer/dev1/heifer_pres_2019/views/shared/legoBlocks/donation/donation.view:85 #12 require in /home/wwwgeneral/sites/heifer/dev1/heifer_pres_2019/lib/Controller/BaseController.php:328 #11 Febe\Controller\BaseController:returnView in /home/wwwgeneral/sites/heifer/dev1/heifer_pres_2019/views/shared/legoBlockLoop/legoBlockLoop.view:100 #10 require in /home/wwwgeneral/sites/heifer/dev1/heifer_pres_2019/lib/Controller/BaseController.php:328 #9 Febe\Controller\BaseController:returnView in /home/wwwgeneral/sites/heifer/dev1/heifer_pres_2019/views/pages/blogPerma/blogPerma.view:48 #8 require in /home/wwwgeneral/sites/heifer/dev1/heifer_pres_2019/lib/Controller/BaseController.php:332 #7 Febe\Controller\BaseController:returnView in /home/wwwgeneral/sites/heifer/dev1/heifer_pres_2019/lib/Controller/ContentController.php:105 #6 Febe\Controller\ContentController:getPageData in /home/wwwgeneral/sites/heifer/dev1/heifer_pres_2019/lib/Controller/ContentController.php:36 #5 Febe\Controller\ContentController:runPage in /home/wwwgeneral/sites/heifer/dev1/heifer_pres_2019/lib/Controller/PagesController.php:28 #4 Febe\Controller\PagesController:getPage in /home/wwwgeneral/sites/heifer/dev1/heifer_pres_2019/vendor/phroute/phroute/src/Phroute/Dispatcher.php:58 #3 call_user_func_array in /home/wwwgeneral/sites/heifer/dev1/heifer_pres_2019/vendor/phroute/phroute/src/Phroute/Dispatcher.php:58 #2 Phroute\Phroute\Dispatcher:dispatch in /home/wwwgeneral/sites/heifer/dev1/heifer_pres_2019/lib/App.php:185 #1 Febe\App:executeRouter in /home/wwwgeneral/sites/heifer/dev1/heifer_pres_2019/lib/App.php:26 #0 Febe\App:__construct in /home/wwwgeneral/sites/heifer/dev1/heifer_pres_2019/docroot/index.php:7
Stack frames (17)
16
Whoops\Exception\ErrorException
/views/shared/legoBlocks/donation/partials/donationCard/donationCard.view28
15
Whoops\Run handleError
/views/shared/legoBlocks/donation/partials/donationCard/donationCard.view28
14
require
/lib/Controller/BaseController.php328
13
Febe\Controller\BaseController returnView
/views/shared/legoBlocks/donation/donation.view85
12
require
/lib/Controller/BaseController.php328
11
Febe\Controller\BaseController returnView
/views/shared/legoBlockLoop/legoBlockLoop.view100
10
require
/lib/Controller/BaseController.php328
9
Febe\Controller\BaseController returnView
/views/pages/blogPerma/blogPerma.view48
8
require
/lib/Controller/BaseController.php332
7
Febe\Controller\BaseController returnView
/lib/Controller/ContentController.php105
6
Febe\Controller\ContentController getPageData
/lib/Controller/ContentController.php36
5
Febe\Controller\ContentController runPage
/lib/Controller/PagesController.php28
4
Febe\Controller\PagesController getPage
/vendor/phroute/phroute/src/Phroute/Dispatcher.php58
3
call_user_func_array
/vendor/phroute/phroute/src/Phroute/Dispatcher.php58
2
Phroute\Phroute\Dispatcher dispatch
/lib/App.php185
1
Febe\App executeRouter
/lib/App.php26
0
Febe\App __construct
/docroot/index.php7
/home/wwwgeneral/sites/heifer/dev1/heifer_pres_2019/views/shared/legoBlocks/donation/partials/donationCard/donationCard.view
        ],
        [
            'slug' => 'billing',
            'title' => 'Billing',
        ],
        [
            'slug' => 'payment',
            'title' => 'Payment'
        ],
    ];
    $isSlider = !empty($data['donation_type']) && $data['donation_type'] === 'range-slider' ? true : false;
 
    $toggle = $data['donation_toggle'];
 
    $displayClass = '';
    if ((!empty($toggle) && $toggle == 'yes')) {
        $displayClass = 'donationCard__no-toggle';
    }
 
    $isMatched = $this->getMatchMessageField("is_match", $metaData['messages'], [$data['donation_product']]);
    $showFOHCheckbox = $data['donation_foh_checkbox'] ?? false;
    $promotionOptOut = isset($data['promotionOptOut']) ? $data['promotionOptOut'] : false;
    $promotionOptOutName = isset($data['promotionOptOutName']) ? $data['promotionOptOutName'] : false;
    $recaptchaTheme = 'dark';
    $recaptchaColor = 'clarity-white';
 
    if(!empty($data['recaptchaTheme']) && $data['recaptchaTheme'] == 'light') {
        $recaptchaTheme = 'light';
        $recaptchaColor = 'disabled-grey';
    }
 
    $showPrivacyPolicy = $data['privacy_checkbox'] ?? false;
    $privacyPolicyMessage = $data['privacy_message'] ?? false;
    $customEmail = $data['custom_email'] ?? false;
    $customEmailTemplate = $data['custom_email_template'] ?? false;
 
    $isFoundationProduct = strpos($_SERVER['REQUEST_URI'], 'foundation');
 
    $affilatedWithPremium = $this->venmoPremiumCampaignCheck($metaData['messages']);
    $isEverDreamCampaign = isset($_SERVER['REQUEST_URI']) && strpos($_SERVER['REQUEST_URI'], '/campaign/everdream') === 0 ? true : false;
Arguments
  1. "Undefined index: messages"
    
/home/wwwgeneral/sites/heifer/dev1/heifer_pres_2019/views/shared/legoBlocks/donation/partials/donationCard/donationCard.view
        ],
        [
            'slug' => 'billing',
            'title' => 'Billing',
        ],
        [
            'slug' => 'payment',
            'title' => 'Payment'
        ],
    ];
    $isSlider = !empty($data['donation_type']) && $data['donation_type'] === 'range-slider' ? true : false;
 
    $toggle = $data['donation_toggle'];
 
    $displayClass = '';
    if ((!empty($toggle) && $toggle == 'yes')) {
        $displayClass = 'donationCard__no-toggle';
    }
 
    $isMatched = $this->getMatchMessageField("is_match", $metaData['messages'], [$data['donation_product']]);
    $showFOHCheckbox = $data['donation_foh_checkbox'] ?? false;
    $promotionOptOut = isset($data['promotionOptOut']) ? $data['promotionOptOut'] : false;
    $promotionOptOutName = isset($data['promotionOptOutName']) ? $data['promotionOptOutName'] : false;
    $recaptchaTheme = 'dark';
    $recaptchaColor = 'clarity-white';
 
    if(!empty($data['recaptchaTheme']) && $data['recaptchaTheme'] == 'light') {
        $recaptchaTheme = 'light';
        $recaptchaColor = 'disabled-grey';
    }
 
    $showPrivacyPolicy = $data['privacy_checkbox'] ?? false;
    $privacyPolicyMessage = $data['privacy_message'] ?? false;
    $customEmail = $data['custom_email'] ?? false;
    $customEmailTemplate = $data['custom_email_template'] ?? false;
 
    $isFoundationProduct = strpos($_SERVER['REQUEST_URI'], 'foundation');
 
    $affilatedWithPremium = $this->venmoPremiumCampaignCheck($metaData['messages']);
    $isEverDreamCampaign = isset($_SERVER['REQUEST_URI']) && strpos($_SERVER['REQUEST_URI'], '/campaign/everdream') === 0 ? true : false;
Arguments
  1. 8
    
  2. "Undefined index: messages"
    
  3. "/home/wwwgeneral/sites/heifer/dev1/heifer_pres_2019/views/shared/legoBlocks/donation/partials/donationCard/donationCard.view"
    
  4. 28
    
  5. array:11 [
      "view" => "shared/legoBlocks/donation/partials/donationCard/donationCard"
      "data" => array:16 [
        "pricing_data" => array:1 [
          "monthly" => array:3 [
            "type" => "buttons"
            "buttons" => array:1 [
              "amounts" => array:3 [
                0 => 10
                1 => 30
                2 => 50
              ]
            ]
            "default" => 0
          ]
        ]
        "donation_type" => "3-button"
        "donation_frequency" => "monthly"
        "donation_frequency_default" => "monthly"
        "donation_product" => "b2821458-c5b7-11e9-a667-784f43611243"
        "donation_honor" => "no"
        "donation_toggle" => "no"
        "donation_title" => "Monthly Donation Amount"
        "id" => "66059efc3fe1c"
        "hasHeadlines" => true
        "hasBenefits" => false
        "defaultDonationProduct" => "b2821458-c5b7-11e9-a667-784f43611243"
        "recaptchaTheme" => "dark"
        "promotionOptOut" => false
        "promotionOptOutName" => ""
        "donation_shippable" => false
      ]
      "metaData" => array:3 [
        "legoBlockIndex" => 2
        "legoBlockCount" => 3
        "legoBlockAnchors" => []
      ]
      "returnString" => true
      "return" => ""
      "viewloc" => "/home/wwwgeneral/sites/heifer/dev1/heifer_pres_2019/views/shared/legoBlocks/donation/partials/donationCard/donationCard.view"
      "pricingData" => array:3 [
        "monthly" => array:3 [
          "type" => "buttons"
          "buttons" => array:1 [
            "amounts" => array:3 [
              0 => 10
              1 => 30
              2 => 50
            ]
          ]
          "default" => 0
        ]
        "grid_columns" => "grid__col-1of12 grid__col-lg-4of12"
        "show_other" => true
      ]
      "steps" => array:3 [
        0 => array:2 [
          "slug" => "amount"
          "title" => "Give"
        ]
        1 => array:2 [
          "slug" => "billing"
          "title" => "Billing"
        ]
        2 => array:2 [
          "slug" => "payment"
          "title" => "Payment"
        ]
      ]
      "isSlider" => false
      "toggle" => "no"
      "displayClass" => ""
    ]
    
/home/wwwgeneral/sites/heifer/dev1/heifer_pres_2019/lib/Controller/BaseController.php
    
    public function determineCanonicalUrl($serverName, $requestUri)
    {
        if($requestUri == 'about-us/charity-ratings-2')
        {
            $requestUri = 'about-us/charity-ratings';
        }
        return $serverName . '/' . $requestUri;
    }
 
    public function returnView(string $view, $data = [], array $metaData = [], bool $returnString = true)
    {
        $return = "";
 
        $viewloc = LB_BASE_PATH . "/views/{$view}.view";
        if (file_exists($viewloc)) {
 
            if ($returnString) {
                ob_start(); // Start an output buffer
                require($viewloc);
                $return = ob_get_contents(); // Grab the output buffer's contents and store to a variable for return
                ob_end_clean();
            } else {
                require($viewloc);
            }
        } else {
            throw new \Exception("View not found: {$view}.view");
        }
 
        if (!$returnString) {
            flushblocks();
        }
 
        return $return;
    }
 
    protected function wasServedAsSSL()
    {
 
        $https = isset($_SERVER['HTTP_X_FORWARDED_PROTO']) && $_SERVER['HTTP_X_FORWARDED_PROTO'] == "https";
Arguments
  1. "/home/wwwgeneral/sites/heifer/dev1/heifer_pres_2019/views/shared/legoBlocks/donation/partials/donationCard/donationCard.view"
    
/home/wwwgeneral/sites/heifer/dev1/heifer_pres_2019/views/shared/legoBlocks/donation/donation.view
                    'shared/legoBlocks/donation/partials/donationCard/donationCard',
                    [
                        'pricing_data' => $pricingData,
                        'donation_type' => $donationType,
                        'donation_frequency' => $donationFrequency,
                        'donation_frequency_default' => $donationFrequencyDefault,
                        'donation_product' => $donationProduct,
                        'donation_honor' => $donationHonor,
                        'donation_toggle' => $donationToggle,
                        'donation_title' => $donationTitle,
                        'id' => $uniqid,
                        'hasHeadlines' => $hasHeadlines,
                        'hasBenefits' => $hasBenefits,
                        'defaultDonationProduct' => $data['donation_product'] ?? ($metaData['defaultDonationProduct'] ?? null),
                        'recaptchaTheme' => $recaptchaTheme,
                        'promotionOptOut' => $promotionOptOut,
                        'promotionOptOutName' => $promotionOptOutName,
                        'donation_shippable' => $donationShippable
                    ],
                    $metaData
                ); ?>
                <?php if ($hasHeadlines): ?>
                    <!--end of offset container-->
                    </div>
                  <?php endif; ?>
 
              <?php if ($hasHeadlines || $hasBenefits): ?>
                  </div>
              <?php endif; ?>
 
            <?php if ($hasBenefits): ?>
                <div class="grid__col-lg-4of12 grid__col-md-5of12 grid__col-sm-4of12 grid__col-xs-12of12">
                    <?php foreach ($benefits as $frequency => $benefit): ?>
                        <?php if ($isTabbed): ?>
                            <div class="donation__benefits-content" id="donation__<?= $frequency; ?>-benefits--<?= $uniqid; ?>">
                        <?php endif; ?>
 
                        <?= $this->returnView(
                            'shared/legoBlocks/donation/partials/donationBenefits/donationBenefits',
                            $benefit
Arguments
  1. "shared/legoBlocks/donation/partials/donationCard/donationCard"
    
  2. array:16 [
      "pricing_data" => array:1 [
        "monthly" => array:3 [
          "type" => "buttons"
          "buttons" => array:1 [
            "amounts" => array:3 [
              0 => 10
              1 => 30
              2 => 50
            ]
          ]
          "default" => 0
        ]
      ]
      "donation_type" => "3-button"
      "donation_frequency" => "monthly"
      "donation_frequency_default" => "monthly"
      "donation_product" => "b2821458-c5b7-11e9-a667-784f43611243"
      "donation_honor" => "no"
      "donation_toggle" => "no"
      "donation_title" => "Monthly Donation Amount"
      "id" => "66059efc3fe1c"
      "hasHeadlines" => true
      "hasBenefits" => false
      "defaultDonationProduct" => "b2821458-c5b7-11e9-a667-784f43611243"
      "recaptchaTheme" => "dark"
      "promotionOptOut" => false
      "promotionOptOutName" => ""
      "donation_shippable" => false
    ]
    
  3. array:3 [
      "legoBlockIndex" => 2
      "legoBlockCount" => 3
      "legoBlockAnchors" => []
    ]
    
/home/wwwgeneral/sites/heifer/dev1/heifer_pres_2019/lib/Controller/BaseController.php
    
    public function determineCanonicalUrl($serverName, $requestUri)
    {
        if($requestUri == 'about-us/charity-ratings-2')
        {
            $requestUri = 'about-us/charity-ratings';
        }
        return $serverName . '/' . $requestUri;
    }
 
    public function returnView(string $view, $data = [], array $metaData = [], bool $returnString = true)
    {
        $return = "";
 
        $viewloc = LB_BASE_PATH . "/views/{$view}.view";
        if (file_exists($viewloc)) {
 
            if ($returnString) {
                ob_start(); // Start an output buffer
                require($viewloc);
                $return = ob_get_contents(); // Grab the output buffer's contents and store to a variable for return
                ob_end_clean();
            } else {
                require($viewloc);
            }
        } else {
            throw new \Exception("View not found: {$view}.view");
        }
 
        if (!$returnString) {
            flushblocks();
        }
 
        return $return;
    }
 
    protected function wasServedAsSSL()
    {
 
        $https = isset($_SERVER['HTTP_X_FORWARDED_PROTO']) && $_SERVER['HTTP_X_FORWARDED_PROTO'] == "https";
Arguments
  1. "/home/wwwgeneral/sites/heifer/dev1/heifer_pres_2019/views/shared/legoBlocks/donation/donation.view"
    
/home/wwwgeneral/sites/heifer/dev1/heifer_pres_2019/views/shared/legoBlockLoop/legoBlockLoop.view
        if($blockType[0] == 'cardBlock') {
          $themeColor = 'page-theme--' . $block['card_block_color_picker'];
        } else if($blockType[0] == 'heroBlock' && !empty($block['hero_color_picker'])) {
          $themeColor = 'page-theme--' . $block['hero_color_picker'];
        }
 
        ?>
        <div class="customizable__block <?= $hasJumpAnchor ? 'has-jump-anchor' : ''; ?> <?= $themeColor; ?><?= $hasClass ? $block['lego-class'] : '';?>"
          <?= $hasAnchor ? ' id="' . $block['lego-anchor'] . '"' : '' ;?>
          data-block-type="<?= $blockType[0] ?? null; ?>"
        >
          <?php 
            $block['blockData'] = $data;
            $metaData['legoBlockIndex'] = $index;
            $metaData['legoBlockCount'] = count($restructuredBlocks);
            $metaData['legoBlockAnchors'] = $legoAnchors;
            echo $this->returnView(
            $block['template'],
            $block,
            $metaData
          ); ?>
 
        </div>
 
        <?php if(!empty($legoAnchors)) {
          foreach($legoHeaderContentTypeIds as $id) {
 
            if($block['contentTypeId'] === $id && !$hasHeader) {
              echo $this->returnView(
                'shared/legoBlocks/jumpNav/jumpNav',
                $legoAnchors
              );
              $hasHeader = true; // protecting against two jump navs on a single page if multiple header blocks are used
            }
          }
        }?>
 
  <?php
      endforeach;
    endif;
Arguments
  1. "shared/legoBlocks/donation/donation"
    
  2. array:30 [
      "contentTypeId" => 26
      "template" => "shared/legoBlocks/donation/donation"
      "donation_headline_title_monthly" => "Become A Friend Of Heifer"
      "donation_headline_subtitle_monthly" => "With your generous Friends of Heifer commitment, you build significant investments that, over time, achieve a sustainable impact on global hunger and poverty."
      "donation_headline_cta_text_monthly" => ""
      "donation_headline_cta_link_monthly" => ""
      "donation_input_type" => "3-button"
      "donation_frequency" => "monthly"
      "donation_frequency_default" => "monthly"
      "donation_product" => "b2821458-c5b7-11e9-a667-784f43611243"
      "donation_honor" => "no"
      "donation_card_title" => "Monthly Donation Amount"
      "donation_toggle" => "no"
      "donation_foh_checkbox" => false
      "donation_optout_promotional" => false
      "donation_optout_promotional_name" => ""
      "privacy_checkbox" => false
      "privacy_message" => ""
      "custom_email" => false
      "custom_email_text" => ""
      "custom_email_template" => "default"
      "donation_shippable" => false
      "donation_three_button_amount_monthly_1" => 10
      "donation_three_button_amount_monthly_2" => 30
      "donation_three_button_amount_monthly_3" => 50
      "donation_three_button_monthly_default" => "donation_amount_1"
      "lego_has_content" => 1
      "lego_is_displaying" => ""
      "block-type" => "donation"
      "blockData" => Febe\Model\ContentCache {#38}
    ]
    
  3. array:3 [
      "legoBlockIndex" => 2
      "legoBlockCount" => 3
      "legoBlockAnchors" => []
    ]
    
/home/wwwgeneral/sites/heifer/dev1/heifer_pres_2019/lib/Controller/BaseController.php
    
    public function determineCanonicalUrl($serverName, $requestUri)
    {
        if($requestUri == 'about-us/charity-ratings-2')
        {
            $requestUri = 'about-us/charity-ratings';
        }
        return $serverName . '/' . $requestUri;
    }
 
    public function returnView(string $view, $data = [], array $metaData = [], bool $returnString = true)
    {
        $return = "";
 
        $viewloc = LB_BASE_PATH . "/views/{$view}.view";
        if (file_exists($viewloc)) {
 
            if ($returnString) {
                ob_start(); // Start an output buffer
                require($viewloc);
                $return = ob_get_contents(); // Grab the output buffer's contents and store to a variable for return
                ob_end_clean();
            } else {
                require($viewloc);
            }
        } else {
            throw new \Exception("View not found: {$view}.view");
        }
 
        if (!$returnString) {
            flushblocks();
        }
 
        return $return;
    }
 
    protected function wasServedAsSSL()
    {
 
        $https = isset($_SERVER['HTTP_X_FORWARDED_PROTO']) && $_SERVER['HTTP_X_FORWARDED_PROTO'] == "https";
Arguments
  1. "/home/wwwgeneral/sites/heifer/dev1/heifer_pres_2019/views/shared/legoBlockLoop/legoBlockLoop.view"
    
/home/wwwgeneral/sites/heifer/dev1/heifer_pres_2019/views/pages/blogPerma/blogPerma.view
<?= $this->returnView(
    'shared/structuredData/article',
    [
        'contentCache'=>[
            'fullURL'=>$data->getFullURL(),
            'publishedData'=>$data->getPublishedData()
        ]
    ],
    [],
    true
); ?>
 
<div class="blogPerma customizable">
    <?php
        $data->passData = true;
 
    ?>
    <?php echo $this->returnView(
      'shared/legoBlockLoop/legoBlockLoop',
      $data
    ); ?>
</div>
 
<div class="blogPerma__footer">
    <div class="wrappers__wrapper-max">
        <div class="wrappers__wrapper">
            <div class="blogPerma__footer--separator">
                <svg class="jumpingHeifer__icon icons__icon">
                <use xlink:href="#jumpingHeifer-icon"></use>
              </svg>
            </div>
          <div class="grid__row">
          <!-- Start of Footer for World Ark - Suggested Reads - Other Interests - More Related -->
            <?php if(!empty($worldArkFooterData)):
              echo $this->returnView('pages/worldArkLandingCard/worldArkLandingCard',
                [    
                  'title' => $worldArkIssue->getData('ark_Title'),
                    'image' => [
                                'url' => $worldArkIssue->getData('ark_Image')['url'],
                                'alt-text' => $worldArkIssue->getData('ark_Image')['alt-text'],
Arguments
  1. "shared/legoBlockLoop/legoBlockLoop"
    
  2. Febe\Model\ContentCache {#38}
    
/home/wwwgeneral/sites/heifer/dev1/heifer_pres_2019/lib/Controller/BaseController.php
        {
            $requestUri = 'about-us/charity-ratings';
        }
        return $serverName . '/' . $requestUri;
    }
 
    public function returnView(string $view, $data = [], array $metaData = [], bool $returnString = true)
    {
        $return = "";
 
        $viewloc = LB_BASE_PATH . "/views/{$view}.view";
        if (file_exists($viewloc)) {
 
            if ($returnString) {
                ob_start(); // Start an output buffer
                require($viewloc);
                $return = ob_get_contents(); // Grab the output buffer's contents and store to a variable for return
                ob_end_clean();
            } else {
                require($viewloc);
            }
        } else {
            throw new \Exception("View not found: {$view}.view");
        }
 
        if (!$returnString) {
            flushblocks();
        }
 
        return $return;
    }
 
    protected function wasServedAsSSL()
    {
 
        $https = isset($_SERVER['HTTP_X_FORWARDED_PROTO']) && $_SERVER['HTTP_X_FORWARDED_PROTO'] == "https";
        $https = $https || (isset($_SERVER['HTTPS']) ? $_SERVER['HTTPS'] : false);
 
        return $https;
    }
Arguments
  1. "/home/wwwgeneral/sites/heifer/dev1/heifer_pres_2019/views/pages/blogPerma/blogPerma.view"
    
/home/wwwgeneral/sites/heifer/dev1/heifer_pres_2019/lib/Controller/ContentController.php
            return $this->get404();
        }
 
        $content = new ContentCache($url, $publishedData);
        $content = ContentCache::recurseLegoBlocks($content);
        $content->content = $page['content'];
 
        $metaData = $this->setupPage($url, $content, $response);
 
        // 11. provide user data found from propensity logic to the front end
        //     - front end lytics JS operations will link known emails to the seer id
        // $metaData['propensity'] = $propensity;
 
        if (!$returnView) {
            return [
                'content' => $content,
                'metaData' => $metaData
            ];
        }
        return $this->returnView($content->getTemplate(), $content, $metaData, false);
    }
 
    protected function setupPage($url, $content, $response)
    {
        return $this->getSiteMeta($content, $response);
    }
 
    // Gather all information from the browser that can identify a visitor
    public function gatherIdentifierData()
    {
 
        $identifierData = [];
 
        // Msource? Probably only used for hackweek propensity scoring
        if (isset($_GET['msource']) && !empty($_GET['msource'])) {
            $identifierData['propensity_msource'] = filter_var($_GET['msource'], FILTER_SANITIZE_STRING);
        }
        
        if(SERVED_ANONYMOUSLY) {
            return $identifierData;
Arguments
  1. "pages/blogPerma/blogPerma"
    
  2. Febe\Model\ContentCache {#38}
    
  3. array:13 [
      "clientToken" => ""
      "meta" => array:8 [
        "pageTitle" => "Friends of Heifer Make a Lasting Difference | Heifer International"
        "ogPageTitle" => "Let's Be Friends"
        "pageDescription" => "Madge Brown has been a Heifer supporter since 1977, and a Friend of Heifer for 14 years. She traveled on an early Heifer donor trip abroad, visiting Kenya, Tanzania and Uganda. “I was so impressed with what people were able to do in their communities once"
        "ogPageDescription" => "Madge Brown became a Heifer supporter in 1977, and a Friend of Heifer in 2007. When she traveled on an early Heifer donor trip to Africa, she saw firsthand the difference her monthly giving makes. “I was so impressed with what people were able to do in their communities once they received their gift from Heifer," she said. "That sold me forever.”"
        "facebookAppId" => 824269244866517
        "keywords" => "hunger, poverty, development organization, charity"
        "ogPageImage" => array:6 [
          "url" => "_blog/MAY2021/Madge_Brown/MadgeBrownFriendOfHeifer.jpg"
          "focal-point" => "fit=crop&crop=focalpoint&fp-x=0.35&fp-y=0.34"
          "focal-point-zoom" => ""
          "parameters" => ""
          "alt-text" => "A woman in her 70s smiles at the camera and holds up a commemorative Heifer photo book."
          "caption" => "Madge Brown with her 2015 Friends of Heifer calendar, marking 15 years of monthly donations."
        ]
        "tweetText" => "Let's Be Friends"
      ]
      "primaryNavigation" => array:233 [
        0 => array:31 [
          "contentId" => 21156
          "fullURL" => "/blog/collections/index"
          "contentSlug" => "index"
          "contentAlias" => "index"
          "contentDescription" => ""
          "creator" => 1
          "creationDate" => 1709063707
          "updatedBy" => 1
          "updatedDate" => 1709063707
          "contentSectionId" => 343
          "contentTypeId" => 69
          "templateId" => 42
          "headerStatus" => 404
          "redirectLocation" => ""
          "showInNavigation" => 1
          "showInFooterNavigation" => null
          "navigationAnchor" => "index"
          "status" => 1
          "published" => 1
          "navigationOrder" => 1
          "ruleId" => 0
          "sortOrder" => 0
          "contentTypeDescription" => "Blog Category"
          "contentTypeName" => "Blog Category"
          "defaultAllowsCommenting" => 0
          "defaultAllowsFavoriting" => 0
          "defaultAllowsRating" => 0
          "defaultAllowsTagging" => 0
          "isSelectable" => 1
          "parentContentTypeId" => 2
          "useOption" => 1
        ]
        1 => array:31 [
          "contentId" => 19125
          "fullURL" => "/blog/why-giving-is-good-for-your-health-copy"
          "contentSlug" => "why-giving-is-good-for-your-health-copy"
          "contentAlias" => "why-giving-is-good-for-your-health-copy"
          "contentDescription" => ""
          "creator" => 43
          "creationDate" => 1574353922
          "updatedBy" => 43
          "updatedDate" => 1574353922
          "contentSectionId" => 27
          "contentTypeId" => 74
          "templateId" => 43
          "headerStatus" => 404
          "redirectLocation" => ""
          "showInNavigation" => 1
          "showInFooterNavigation" => null
          "navigationAnchor" => "giving-is-good-for-your-health-copy"
          "status" => 1
          "published" => 1
          "navigationOrder" => 0
          "ruleId" => 0
          "sortOrder" => 0
          "contentTypeDescription" => "Lego Page - Blog Permalink"
          "contentTypeName" => "Lego Page - Blog Permalink"
          "defaultAllowsCommenting" => 0
          "defaultAllowsFavoriting" => 0
          "defaultAllowsRating" => 0
          "defaultAllowsTagging" => 0
          "isSelectable" => 1
          "parentContentTypeId" => 77
          "useOption" => 1
        ]
        2 => array:31 [
          "contentId" => 20940
          "fullURL" => "/blog/relationship-between-bees-and-regenerative-agriculture-at-heifer-ranch"
          "contentSlug" => "relationship-between-bees-and-regenerative-agriculture-at-heifer-ranch"
          "contentAlias" => "relationship-between-bees-and-regenerative-agriculture-at-heifer-ranch"
          "contentDescription" => ""
          "creator" => 794
          "creationDate" => 1684272312
          "updatedBy" => 794
          "updatedDate" => 1684272312
          "contentSectionId" => 27
          "contentTypeId" => 74
          "templateId" => 43
          "headerStatus" => 404
          "redirectLocation" => ""
          "showInNavigation" => 1
          "showInFooterNavigation" => null
          "navigationAnchor" => "relationship-between-bees-and-regenerative-agriculture-at-heifer-ranch"
          "status" => 1
          "published" => 1
          "navigationOrder" => 0
          "ruleId" => 0
          "sortOrder" => 0
          "contentTypeDescription" => "Lego Page - Blog Permalink"
          "contentTypeName" => "Lego Page - Blog Permalink"
          "defaultAllowsCommenting" => 0
          "defaultAllowsFavoriting" => 0
          "defaultAllowsRating" => 0
          "defaultAllowsTagging" => 0
          "isSelectable" => 1
          "parentContentTypeId" => 77
          "useOption" => 1
        ]
        3 => array:31 [
          "contentId" => 19100
          "fullURL" => "/blog/jasons-travels-in-nepal-"
          "contentSlug" => "jasons-travels-in-nepal-"
          "contentAlias" => "jasons travels in nepal "
          "contentDescription" => ""
          "creator" => 15
          "creationDate" => 1572360868
          "updatedBy" => 15
          "updatedDate" => 1572360868
          "contentSectionId" => 27
          "contentTypeId" => 74
          "templateId" => 43
          "headerStatus" => 404
          "redirectLocation" => ""
          "showInNavigation" => 1
          "showInFooterNavigation" => null
          "navigationAnchor" => "jasons travels in nepal "
          "status" => 1
          "published" => 1
          "navigationOrder" => 1
          "ruleId" => 0
          "sortOrder" => 1
          "contentTypeDescription" => "Lego Page - Blog Permalink"
          "contentTypeName" => "Lego Page - Blog Permalink"
          "defaultAllowsCommenting" => 0
          "defaultAllowsFavoriting" => 0
          "defaultAllowsRating" => 0
          "defaultAllowsTagging" => 0
          "isSelectable" => 1
          "parentContentTypeId" => 77
          "useOption" => 1
        ]
        4 => array:31 [
          "contentId" => 19162
          "fullURL" => "/blog/fighting-fire-with-goats"
          "contentSlug" => "fighting-fire-with-goats"
          "contentAlias" => "fighting-fire-with-goats"
          "contentDescription" => ""
          "creator" => 40
          "creationDate" => 1579038913
          "updatedBy" => 40
          "updatedDate" => 1579038913
          "contentSectionId" => 27
          "contentTypeId" => 74
          "templateId" => 43
          "headerStatus" => 404
          "redirectLocation" => ""
          "showInNavigation" => 1
          "showInFooterNavigation" => null
          "navigationAnchor" => "fighting-fire-with-goats"
          "status" => 1
          "published" => 1
          "navigationOrder" => 32
          "ruleId" => 0
          "sortOrder" => 32
          "contentTypeDescription" => "Lego Page - Blog Permalink"
          "contentTypeName" => "Lego Page - Blog Permalink"
          "defaultAllowsCommenting" => 0
          "defaultAllowsFavoriting" => 0
          "defaultAllowsRating" => 0
          "defaultAllowsTagging" => 0
          "isSelectable" => 1
          "parentContentTypeId" => 77
          "useOption" => 1
        ]
        5 => array:31 [
          "contentId" => 19120
          "fullURL" => "/blog/the-holy-elephants-that-protect-farmers-crops-in-nepal"
          "contentSlug" => "the-holy-elephants-that-protect-farmers-crops-in-nepal"
          "contentAlias" => "The Holy Elephants That Protect Farmers' Crops in Nepal"
          "contentDescription" => "The women of the Sanghrasil Cooperative in the western jungles of Nepal face a particular set of farming challenges. Only a narrow dirt road separates their homes and Banke National Park, a natural habitat for pythons, hyenas, crocodiles and tigers. But in the past, elephants posed the main threat to the women’s farms. "
          "creator" => 41
          "creationDate" => 1573763053
          "updatedBy" => 41
          "updatedDate" => 1573763053
          "contentSectionId" => 27
          "contentTypeId" => 74
          "templateId" => 43
          "headerStatus" => 404
          "redirectLocation" => ""
          "showInNavigation" => 1
          "showInFooterNavigation" => null
          "navigationAnchor" => "The Holy Elephants That Protect Farmers' Crops in Nepal"
          "status" => 1
          "published" => 1
          "navigationOrder" => 41
          "ruleId" => 0
          "sortOrder" => 41
          "contentTypeDescription" => "Lego Page - Blog Permalink"
          "contentTypeName" => "Lego Page - Blog Permalink"
          "defaultAllowsCommenting" => 0
          "defaultAllowsFavoriting" => 0
          "defaultAllowsRating" => 0
          "defaultAllowsTagging" => 0
          "isSelectable" => 1
          "parentContentTypeId" => 77
          "useOption" => 1
        ]
        6 => array:31 [
          "contentId" => 19121
          "fullURL" => "/blog/the-graze-overlooked-news"
          "contentSlug" => "the-graze-overlooked-news"
          "contentAlias" => "the graze overlooked news"
          "contentDescription" => ""
          "creator" => 40
          "creationDate" => 1574029929
          "updatedBy" => 40
          "updatedDate" => 1574029929
          "contentSectionId" => 27
          "contentTypeId" => 74
          "templateId" => 43
          "headerStatus" => 404
          "redirectLocation" => ""
          "showInNavigation" => 1
          "showInFooterNavigation" => null
          "navigationAnchor" => ""
          "status" => 1
          "published" => 1
          "navigationOrder" => 42
          "ruleId" => 0
          "sortOrder" => 42
          "contentTypeDescription" => "Lego Page - Blog Permalink"
          "contentTypeName" => "Lego Page - Blog Permalink"
          "defaultAllowsCommenting" => 0
          "defaultAllowsFavoriting" => 0
          "defaultAllowsRating" => 0
          "defaultAllowsTagging" => 0
          "isSelectable" => 1
          "parentContentTypeId" => 77
          "useOption" => 1
        ]
        7 => array:31 [
          "contentId" => 19128
          "fullURL" => "/blog/ecuador-world-ark-magazine-feature-holiday-2019"
          "contentSlug" => "ecuador-world-ark-magazine-feature-holiday-2019"
          "contentAlias" => "ecuador-world-ark-magazine-feature-holiday-2019"
          "contentDescription" => "Holiday 2019 Ecuador Feature "
          "creator" => 43
          "creationDate" => 1574788004
          "updatedBy" => 43
          "updatedDate" => 1574788004
          "contentSectionId" => 27
          "contentTypeId" => 74
          "templateId" => 43
          "headerStatus" => 404
          "redirectLocation" => ""
          "showInNavigation" => 1
          "showInFooterNavigation" => null
          "navigationAnchor" => "ecuador-world-ark-feature"
          "status" => 1
          "published" => 1
          "navigationOrder" => 43
          "ruleId" => 0
          "sortOrder" => 43
          "contentTypeDescription" => "Lego Page - Blog Permalink"
          "contentTypeName" => "Lego Page - Blog Permalink"
          "defaultAllowsCommenting" => 0
          "defaultAllowsFavoriting" => 0
          "defaultAllowsRating" => 0
          "defaultAllowsTagging" => 0
          "isSelectable" => 1
          "parentContentTypeId" => 77
          "useOption" => 1
        ]
        8 => array:31 [
          "contentId" => 19134
          "fullURL" => "/blog/mosquito-book-review-world-ark-holiday-2019"
          "contentSlug" => "mosquito-book-review-world-ark-holiday-2019"
          "contentAlias" => "mosquito-book-review-world-ark-holiday-2019"
          "contentDescription" => ""
          "creator" => 43
          "creationDate" => 1574884909
          "updatedBy" => 43
          "updatedDate" => 1574884909
          "contentSectionId" => 27
          "contentTypeId" => 74
          "templateId" => 43
          "headerStatus" => 404
          "redirectLocation" => ""
          "showInNavigation" => 1
          "showInFooterNavigation" => null
          "navigationAnchor" => "mosquito-book-review-world-ark-holiday-2019"
          "status" => 1
          "published" => 1
          "navigationOrder" => 44
          "ruleId" => 0
          "sortOrder" => 44
          "contentTypeDescription" => "Lego Page - Blog Permalink"
          "contentTypeName" => "Lego Page - Blog Permalink"
          "defaultAllowsCommenting" => 0
          "defaultAllowsFavoriting" => 0
          "defaultAllowsRating" => 0
          "defaultAllowsTagging" => 0
          "isSelectable" => 1
          "parentContentTypeId" => 77
          "useOption" => 1
        ]
        9 => array:31 [
          "contentId" => 19139
          "fullURL" => "/blog/the-graze-december-sixth"
          "contentSlug" => "the-graze-december-sixth"
          "contentAlias" => "the-graze-december-sixth"
          "contentDescription" => "The Graze issue of the week of December 6th"
          "creator" => 43
          "creationDate" => 1575571786
          "updatedBy" => 43
          "updatedDate" => 1575571786
          "contentSectionId" => 27
          "contentTypeId" => 74
          "templateId" => 43
          "headerStatus" => 404
          "redirectLocation" => ""
          "showInNavigation" => 1
          "showInFooterNavigation" => null
          "navigationAnchor" => "the-graze-december-sixth"
          "status" => 1
          "published" => 1
          "navigationOrder" => 46
          "ruleId" => 0
          "sortOrder" => 46
          "contentTypeDescription" => "Lego Page - Blog Permalink"
          "contentTypeName" => "Lego Page - Blog Permalink"
          "defaultAllowsCommenting" => 0
          "defaultAllowsFavoriting" => 0
          "defaultAllowsRating" => 0
          "defaultAllowsTagging" => 0
          "isSelectable" => 1
          "parentContentTypeId" => 77
          "useOption" => 1
        ]
        10 => array:31 [
          "contentId" => 19142
          "fullURL" => "/blog/how-its-made-alpaca-knits"
          "contentSlug" => "how-its-made-alpaca-knits"
          "contentAlias" => "how-its-made-alpaca-knits"
          "contentDescription" => "Alpaca knits\r\n"
          "creator" => 43
          "creationDate" => 1575913524
          "updatedBy" => 43
          "updatedDate" => 1575913524
          "contentSectionId" => 27
          "contentTypeId" => 74
          "templateId" => 43
          "headerStatus" => 404
          "redirectLocation" => ""
          "showInNavigation" => 1
          "showInFooterNavigation" => null
          "navigationAnchor" => "how-its-made-alpaca-knits"
          "status" => 1
          "published" => 1
          "navigationOrder" => 47
          "ruleId" => 0
          "sortOrder" => 47
          "contentTypeDescription" => "Lego Page - Blog Permalink"
          "contentTypeName" => "Lego Page - Blog Permalink"
          "defaultAllowsCommenting" => 0
          "defaultAllowsFavoriting" => 0
          "defaultAllowsRating" => 0
          "defaultAllowsTagging" => 0
          "isSelectable" => 1
          "parentContentTypeId" => 77
          "useOption" => 1
        ]
        11 => array:31 [
          "contentId" => 19144
          "fullURL" => "/blog/have-an-eco-friendly-holiday-"
          "contentSlug" => "have-an-eco-friendly-holiday-"
          "contentAlias" => "Have an Eco-Friendly Holiday "
          "contentDescription" => ""
          "creator" => 40
          "creationDate" => 1576185192
          "updatedBy" => 40
          "updatedDate" => 1576185192
          "contentSectionId" => 27
          "contentTypeId" => 74
          "templateId" => 43
          "headerStatus" => 404
          "redirectLocation" => ""
          "showInNavigation" => 1
          "showInFooterNavigation" => null
          "navigationAnchor" => ""
          "status" => 1
          "published" => 1
          "navigationOrder" => 48
          "ruleId" => 0
          "sortOrder" => 48
          "contentTypeDescription" => "Lego Page - Blog Permalink"
          "contentTypeName" => "Lego Page - Blog Permalink"
          "defaultAllowsCommenting" => 0
          "defaultAllowsFavoriting" => 0
          "defaultAllowsRating" => 0
          "defaultAllowsTagging" => 0
          "isSelectable" => 1
          "parentContentTypeId" => 77
          "useOption" => 1
        ]
        12 => array:31 [
          "contentId" => 19149
          "fullURL" => "/blog/weird-and-wonderful-christmas-traditions-around-the-world"
          "contentSlug" => "weird-and-wonderful-christmas-traditions-around-the-world"
          "contentAlias" => "weird-and-wonderful-christmas-traditions-around-the-world"
          "contentDescription" => ""
          "creator" => 43
          "creationDate" => 1576690242
          "updatedBy" => 43
          "updatedDate" => 1576690242
          "contentSectionId" => 27
          "contentTypeId" => 74
          "templateId" => 43
          "headerStatus" => 404
          "redirectLocation" => ""
          "showInNavigation" => 1
          "showInFooterNavigation" => null
          "navigationAnchor" => "weird-and-wonderful-christmas-traditions-around-the-world"
          "status" => 1
          "published" => 1
          "navigationOrder" => 49
          "ruleId" => 0
          "sortOrder" => 49
          "contentTypeDescription" => "Lego Page - Blog Permalink"
          "contentTypeName" => "Lego Page - Blog Permalink"
          "defaultAllowsCommenting" => 0
          "defaultAllowsFavoriting" => 0
          "defaultAllowsRating" => 0
          "defaultAllowsTagging" => 0
          "isSelectable" => 1
          "parentContentTypeId" => 77
          "useOption" => 1
        ]
        13 => array:31 [
          "contentId" => 19151
          "fullURL" => "/blog/a-ray-of-hope-in-haiti"
          "contentSlug" => "a-ray-of-hope-in-haiti"
          "contentAlias" => "a-ray-of-hope-in-Haiti"
          "contentDescription" => ""
          "creator" => 43
          "creationDate" => 1576790269
          "updatedBy" => 43
          "updatedDate" => 1576790269
          "contentSectionId" => 27
          "contentTypeId" => 74
          "templateId" => 43
          "headerStatus" => 404
          "redirectLocation" => ""
          "showInNavigation" => 1
          "showInFooterNavigation" => null
          "navigationAnchor" => "a-ray-of-hope-in-Haiti"
          "status" => 1
          "published" => 1
          "navigationOrder" => 50
          "ruleId" => 0
          "sortOrder" => 50
          "contentTypeDescription" => "Lego Page - Blog Permalink"
          "contentTypeName" => "Lego Page - Blog Permalink"
          "defaultAllowsCommenting" => 0
          "defaultAllowsFavoriting" => 0
          "defaultAllowsRating" => 0
          "defaultAllowsTagging" => 0
          "isSelectable" => 1
          "parentContentTypeId" => 77
          "useOption" => 1
        ]
        14 => array:31 [
          "contentId" => 19152
          "fullURL" => "/blog/global-holiday-traditions-to-terrify-and-delight-you--an-unconventional-holiday-recipe"
          "contentSlug" => "global-holiday-traditions-to-terrify-and-delight-you--an-unconventional-holiday-recipe"
          "contentAlias" => "Global holiday traditions to terrify and delight you + an unconventional holiday recipe"
          "contentDescription" => ""
          "creator" => 40
          "creationDate" => 1576862109
          "updatedBy" => 40
          "updatedDate" => 1576862109
          "contentSectionId" => 27
          "contentTypeId" => 74
          "templateId" => 43
          "headerStatus" => 404
          "redirectLocation" => ""
          "showInNavigation" => 1
          "showInFooterNavigation" => null
          "navigationAnchor" => "Global holiday traditions to terrify and delight you + an unconventional holiday recipe"
          "status" => 1
          "published" => 1
          "navigationOrder" => 51
          "ruleId" => 0
          "sortOrder" => 51
          "contentTypeDescription" => "Lego Page - Blog Permalink"
          "contentTypeName" => "Lego Page - Blog Permalink"
          "defaultAllowsCommenting" => 0
          "defaultAllowsFavoriting" => 0
          "defaultAllowsRating" => 0
          "defaultAllowsTagging" => 0
          "isSelectable" => 1
          "parentContentTypeId" => 77
          "useOption" => 1
        ]
        15 => array:31 [
          "contentId" => 19157
          "fullURL" => "/blog/the-graze-resolution-roundup"
          "contentSlug" => "the-graze-resolution-roundup"
          "contentAlias" => "the-graze-resolution-roundup"
          "contentDescription" => ""
          "creator" => 43
          "creationDate" => 1578434044
          "updatedBy" => 43
          "updatedDate" => 1578434044
          "contentSectionId" => 27
          "contentTypeId" => 74
          "templateId" => 43
          "headerStatus" => 404
          "redirectLocation" => ""
          "showInNavigation" => 1
          "showInFooterNavigation" => null
          "navigationAnchor" => "the-graze-resolution-roundup"
          "status" => 1
          "published" => 1
          "navigationOrder" => 52
          "ruleId" => 0
          "sortOrder" => 52
          "contentTypeDescription" => "Lego Page - Blog Permalink"
          "contentTypeName" => "Lego Page - Blog Permalink"
          "defaultAllowsCommenting" => 0
          "defaultAllowsFavoriting" => 0
          "defaultAllowsRating" => 0
          "defaultAllowsTagging" => 0
          "isSelectable" => 1
          "parentContentTypeId" => 77
          "useOption" => 1
        ]
        16 => array:31 [
          "contentId" => 19165
          "fullURL" => "/blog/rats-you-need-to-know-about"
          "contentSlug" => "rats-you-need-to-know-about"
          "contentAlias" => "rats-you-need-to-know-about"
          "contentDescription" => ""
          "creator" => 43
          "creationDate" => 1579813483
          "updatedBy" => 43
          "updatedDate" => 1579813483
          "contentSectionId" => 27
          "contentTypeId" => 74
          "templateId" => 43
          "headerStatus" => 404
          "redirectLocation" => ""
          "showInNavigation" => 1
          "showInFooterNavigation" => null
          "navigationAnchor" => ""
          "status" => 1
          "published" => 1
          "navigationOrder" => 53
          "ruleId" => 0
          "sortOrder" => 53
          "contentTypeDescription" => "Lego Page - Blog Permalink"
          "contentTypeName" => "Lego Page - Blog Permalink"
          "defaultAllowsCommenting" => 0
          "defaultAllowsFavoriting" => 0
          "defaultAllowsRating" => 0
          "defaultAllowsTagging" => 0
          "isSelectable" => 1
          "parentContentTypeId" => 77
          "useOption" => 1
        ]
        17 => array:31 [
          "contentId" => 19194
          "fullURL" => "/blog/meet-the-powerhouse-women-of-thaprek-nepal"
          "contentSlug" => "meet-the-powerhouse-women-of-thaprek-nepal"
          "contentAlias" => "meet-the-powerhouse-women-of-thaprek-nepal"
          "contentDescription" => "Thaprek, Nepal, is home to the bold women of Ratanpur, a self-help group started in conjunction with Heifer Nepal, and those women have transformed the face of their community in less than five years."
          "creator" => 41
          "creationDate" => 1582058538
          "updatedBy" => 41
          "updatedDate" => 1582058538
          "contentSectionId" => 27
          "contentTypeId" => 74
          "templateId" => 43
          "headerStatus" => 404
          "redirectLocation" => ""
          "showInNavigation" => 1
          "showInFooterNavigation" => null
          "navigationAnchor" => "meet-the-powerhouse-women-of-thaprek-nepal"
          "status" => 1
          "published" => 1
          "navigationOrder" => 54
          "ruleId" => 0
          "sortOrder" => 54
          "contentTypeDescription" => "Lego Page - Blog Permalink"
          "contentTypeName" => "Lego Page - Blog Permalink"
          "defaultAllowsCommenting" => 0
          "defaultAllowsFavoriting" => 0
          "defaultAllowsRating" => 0
          "defaultAllowsTagging" => 0
          "isSelectable" => 1
          "parentContentTypeId" => 77
          "useOption" => 1
        ]
        18 => array:31 [
          "contentId" => 19205
          "fullURL" => "/blog/protein-pro-tips-for-plant-based-eating"
          "contentSlug" => "protein-pro-tips-for-plant-based-eating"
          "contentAlias" => "protein pro-tips for plant-based eating"
          "contentDescription" => "By now, we’ve all heard about some of the benefits of fitting more plant-based foods into our diet where possible, such as increasing the number of vitamins and minerals we get and lowering our risk for conditions such as diabetes and heart disease. Burgers that “surpass” meat are easy and delicious but shelling out big bucks at every meal might seem like a luxury many of us can’t afford. Luckily, there are several less expensive whole-food options that provide plenty of protein to fill you up. "
          "creator" => 41
          "creationDate" => 1582314452
          "updatedBy" => 41
          "updatedDate" => 1582314452
          "contentSectionId" => 27
          "contentTypeId" => 74
          "templateId" => 43
          "headerStatus" => 404
          "redirectLocation" => ""
          "showInNavigation" => 1
          "showInFooterNavigation" => null
          "navigationAnchor" => "protein pro-tips"
          "status" => 1
          "published" => 1
          "navigationOrder" => 55
          "ruleId" => 0
          "sortOrder" => 55
          "contentTypeDescription" => "Lego Page - Blog Permalink"
          "contentTypeName" => "Lego Page - Blog Permalink"
          "defaultAllowsCommenting" => 0
          "defaultAllowsFavoriting" => 0
          "defaultAllowsRating" => 0
          "defaultAllowsTagging" => 0
          "isSelectable" => 1
          "parentContentTypeId" => 77
          "useOption" => 1
        ]
        19 => array:31 [
          "contentId" => 19208
          "fullURL" => "/blog/win-a-trip-to-guatemala-with-heifer-international"
          "contentSlug" => "win-a-trip-to-guatemala-with-heifer-international"
          "contentAlias" => "win-a-trip-to-guatemala-with-heifer-international"
          "contentDescription" => ""
          "creator" => 43
          "creationDate" => 1582576726
          "updatedBy" => 43
          "updatedDate" => 1582576726
          "contentSectionId" => 27
          "contentTypeId" => 74
          "templateId" => 43
          "headerStatus" => 404
          "redirectLocation" => ""
          "showInNavigation" => 1
          "showInFooterNavigation" => null
          "navigationAnchor" => "win-a-trip-to-guatemala-with-heifer-international"
          "status" => 1
          "published" => 1
          "navigationOrder" => 56
          "ruleId" => 0
          "sortOrder" => 56
          "contentTypeDescription" => "Lego Page - Blog Permalink"
          "contentTypeName" => "Lego Page - Blog Permalink"
          "defaultAllowsCommenting" => 0
          "defaultAllowsFavoriting" => 0
          "defaultAllowsRating" => 0
          "defaultAllowsTagging" => 0
          "isSelectable" => 1
          "parentContentTypeId" => 77
          "useOption" => 1
        ]
        20 => array:31 [
          "contentId" => 19221
          "fullURL" => "/blog/10-things-to-know-about-nepal"
          "contentSlug" => "10-things-to-know-about-nepal"
          "contentAlias" => "10 Things to Know About Nepal"
          "contentDescription" => "Nepal may be known for the world's tallest peak and a funky looking flag, but there's much more to discover about this South Asian country."
          "creator" => 41
          "creationDate" => 1583276114
          "updatedBy" => 41
          "updatedDate" => 1583276114
          "contentSectionId" => 27
          "contentTypeId" => 74
          "templateId" => 43
          "headerStatus" => 404
          "redirectLocation" => ""
          "showInNavigation" => 1
          "showInFooterNavigation" => null
          "navigationAnchor" => "10 Things to Know About Nepal"
          "status" => 1
          "published" => 1
          "navigationOrder" => 57
          "ruleId" => 0
          "sortOrder" => 57
          "contentTypeDescription" => "Lego Page - Blog Permalink"
          "contentTypeName" => "Lego Page - Blog Permalink"
          "defaultAllowsCommenting" => 0
          "defaultAllowsFavoriting" => 0
          "defaultAllowsRating" => 0
          "defaultAllowsTagging" => 0
          "isSelectable" => 1
          "parentContentTypeId" => 77
          "useOption" => 1
        ]
        21 => array:31 [
          "contentId" => 19236
          "fullURL" => "/blog/covid-19-pandemic-affects-heifer-guatemala"
          "contentSlug" => "covid-19-pandemic-affects-heifer-guatemala"
          "contentAlias" => "covid-19-pandemic-affects-heifer-guatemala"
          "contentDescription" => ""
          "creator" => 43
          "creationDate" => 1584565524
          "updatedBy" => 43
          "updatedDate" => 1584565524
          "contentSectionId" => 27
          "contentTypeId" => 74
          "templateId" => 43
          "headerStatus" => 404
          "redirectLocation" => ""
          "showInNavigation" => 1
          "showInFooterNavigation" => null
          "navigationAnchor" => "covid-19-pandemic-affects-heifer-guatemala"
          "status" => 1
          "published" => 1
          "navigationOrder" => 60
          "ruleId" => 0
          "sortOrder" => 60
          "contentTypeDescription" => "Lego Page - Blog Permalink"
          "contentTypeName" => "Lego Page - Blog Permalink"
          "defaultAllowsCommenting" => 0
          "defaultAllowsFavoriting" => 0
          "defaultAllowsRating" => 0
          "defaultAllowsTagging" => 0
          "isSelectable" => 1
          "parentContentTypeId" => 77
          "useOption" => 1
        ]
        22 => array:31 [
          "contentId" => 19251
          "fullURL" => "/blog/the-unexpected-threat-facing-honeybees"
          "contentSlug" => "the-unexpected-threat-facing-honeybees"
          "contentAlias" => "the-unexpected-threat-facing-honeybees"
          "contentDescription" => ""
          "creator" => 43
          "creationDate" => 1585775331
          "updatedBy" => 43
          "updatedDate" => 1585775331
          "contentSectionId" => 27
          "contentTypeId" => 74
          "templateId" => 43
          "headerStatus" => 404
          "redirectLocation" => ""
          "showInNavigation" => 1
          "showInFooterNavigation" => null
          "navigationAnchor" => "the-unexpected-threat-facing-honeybees"
          "status" => 1
          "published" => 1
          "navigationOrder" => 61
          "ruleId" => 0
          "sortOrder" => 61
          "contentTypeDescription" => "Lego Page - Blog Permalink"
          "contentTypeName" => "Lego Page - Blog Permalink"
          "defaultAllowsCommenting" => 0
          "defaultAllowsFavoriting" => 0
          "defaultAllowsRating" => 0
          "defaultAllowsTagging" => 0
          "isSelectable" => 1
          "parentContentTypeId" => 77
          "useOption" => 1
        ]
        23 => array:31 [
          "contentId" => 19258
          "fullURL" => "/blog/heifer-ecuador-farmers-covid-19"
          "contentSlug" => "heifer-ecuador-farmers-covid-19"
          "contentAlias" => "heifer-ecuador-farmers-covid-19"
          "contentDescription" => ""
          "creator" => 43
          "creationDate" => 1586468864
          "updatedBy" => 43
          "updatedDate" => 1586468864
          "contentSectionId" => 27
          "contentTypeId" => 74
          "templateId" => 43
          "headerStatus" => 404
          "redirectLocation" => ""
          "showInNavigation" => 1
          "showInFooterNavigation" => null
          "navigationAnchor" => "heifer-ecuador-farmers-covid-19"
          "status" => 1
          "published" => 1
          "navigationOrder" => 62
          "ruleId" => 0
          "sortOrder" => 62
          "contentTypeDescription" => "Lego Page - Blog Permalink"
          "contentTypeName" => "Lego Page - Blog Permalink"
          "defaultAllowsCommenting" => 0
          "defaultAllowsFavoriting" => 0
          "defaultAllowsRating" => 0
          "defaultAllowsTagging" => 0
          "isSelectable" => 1
          "parentContentTypeId" => 77
          "useOption" => 1
        ]
        24 => array:31 [
          "contentId" => 19274
          "fullURL" => "/blog/better-beef-leads-to-better-honey-at-heifer-ranch"
          "contentSlug" => "better-beef-leads-to-better-honey-at-heifer-ranch"
          "contentAlias" => "Better Beef Leads to Better Honey at Heifer Ranch"
          "contentDescription" => "The experts at Heifer Ranch in Perryville, Arkansas, will tell you that, on a farm, everything’s connected, and that’s especially true with bees. “I think what’s really cool is that better beef might mean better honey, which is a neat correlation,” said Sean Pessarra, horticultural manager."
          "creator" => 41
          "creationDate" => 1587408025
          "updatedBy" => 41
          "updatedDate" => 1587408025
          "contentSectionId" => 27
          "contentTypeId" => 74
          "templateId" => 43
          "headerStatus" => 404
          "redirectLocation" => ""
          "showInNavigation" => 1
          "showInFooterNavigation" => null
          "navigationAnchor" => "Healthier Bovines Lead to Healthier Bees at Heifer Ranch"
          "status" => 1
          "published" => 1
          "navigationOrder" => 64
          "ruleId" => 0
          "sortOrder" => 64
          "contentTypeDescription" => "Lego Page - Blog Permalink"
          "contentTypeName" => "Lego Page - Blog Permalink"
          "defaultAllowsCommenting" => 0
          "defaultAllowsFavoriting" => 0
          "defaultAllowsRating" => 0
          "defaultAllowsTagging" => 0
          "isSelectable" => 1
          "parentContentTypeId" => 77
          "useOption" => 1
        ]
        25 => array:31 [
          "contentId" => 19275
          "fullURL" => "/blog/five-years-after-the-nepal-earthquake"
          "contentSlug" => "five-years-after-the-nepal-earthquake"
          "contentAlias" => "Five Years After the Nepal Earthquake"
          "contentDescription" => "The 7.8-magnitude earthquake, with an epicenter about 50 miles northwest of Kathmandu, was the most destructive the country had seen in 80 years. It killed almost 9,000 people, and an estimated 1 million homes and buildings were damaged or destroyed. Hundreds of aftershocks followed, as well as a second, 7.3-magnitude earthquake on May 12."
          "creator" => 41
          "creationDate" => 1587480261
          "updatedBy" => 41
          "updatedDate" => 1587480261
          "contentSectionId" => 27
          "contentTypeId" => 74
          "templateId" => 43
          "headerStatus" => 404
          "redirectLocation" => ""
          "showInNavigation" => 1
          "showInFooterNavigation" => null
          "navigationAnchor" => "Five Years After the Nepal Earthquake"
          "status" => 1
          "published" => 1
          "navigationOrder" => 65
          "ruleId" => 0
          "sortOrder" => 65
          "contentTypeDescription" => "Lego Page - Blog Permalink"
          "contentTypeName" => "Lego Page - Blog Permalink"
          "defaultAllowsCommenting" => 0
          "defaultAllowsFavoriting" => 0
          "defaultAllowsRating" => 0
          "defaultAllowsTagging" => 0
          "isSelectable" => 1
          "parentContentTypeId" => 77
          "useOption" => 1
        ]
        26 => array:31 [
          "contentId" => 19276
          "fullURL" => "/blog/americas-project-participants-pass-on-essential-gifts-during-covid-19-outbreak"
          "contentSlug" => "americas-project-participants-pass-on-essential-gifts-during-covid-19-outbreak"
          "contentAlias" => "Americas project participants pass on essential gifts during COVID-19 outbreak"
          "contentDescription" => "Farmers in Nicaragua and Honduras help others, while Heifer Ecuador staff stay connected."
          "creator" => 19
          "creationDate" => 1587491036
          "updatedBy" => 19
          "updatedDate" => 1587491036
          "contentSectionId" => 27
          "contentTypeId" => 74
          "templateId" => 43
          "headerStatus" => 404
          "redirectLocation" => ""
          "showInNavigation" => 1
          "showInFooterNavigation" => null
          "navigationAnchor" => "Americas project participants pass on essential gifts during COVID-19 outbreak"
          "status" => 1
          "published" => 1
          "navigationOrder" => 66
          "ruleId" => 0
          "sortOrder" => 66
          "contentTypeDescription" => "Lego Page - Blog Permalink"
          "contentTypeName" => "Lego Page - Blog Permalink"
          "defaultAllowsCommenting" => 0
          "defaultAllowsFavoriting" => 0
          "defaultAllowsRating" => 0
          "defaultAllowsTagging" => 0
          "isSelectable" => 1
          "parentContentTypeId" => 77
          "useOption" => 1
        ]
        27 => array:31 [
          "contentId" => 19287
          "fullURL" => "/blog/divya-gurung-the-nepalese-woman-who-overcame-her-fears-to-become-a-local-leader"
          "contentSlug" => "divya-gurung-the-nepalese-woman-who-overcame-her-fears-to-become-a-local-leader"
          "contentAlias" => "Divya Gurung, the Nepalese Woman Who Overcame Her Fears to Become a Local Leader"
          "contentDescription" => "Divya Gurung never aspired to a leadership position, but now she has been the manager of the Naya Sriganshil Cooperative for four of its 8 years of existence."
          "creator" => 41
          "creationDate" => 1588009626
          "updatedBy" => 41
          "updatedDate" => 1588009626
          "contentSectionId" => 27
          "contentTypeId" => 74
          "templateId" => 43
          "headerStatus" => 404
          "redirectLocation" => ""
          "showInNavigation" => 1
          "showInFooterNavigation" => null
          "navigationAnchor" => "Divya Gurung, the Nepalese Woman Who Overcame Her Fears to Become a Local Leader"
          "status" => 1
          "published" => 1
          "navigationOrder" => 67
          "ruleId" => 0
          "sortOrder" => 67
          "contentTypeDescription" => "Lego Page - Blog Permalink"
          "contentTypeName" => "Lego Page - Blog Permalink"
          "defaultAllowsCommenting" => 0
          "defaultAllowsFavoriting" => 0
          "defaultAllowsRating" => 0
          "defaultAllowsTagging" => 0
          "isSelectable" => 1
          "parentContentTypeId" => 77
          "useOption" => 1
        ]
        28 => array:31 [
          "contentId" => 19288
          "fullURL" => "/blog/covid-19-wreaks-havoc-on-crops-and-markets-in-bagladesh"
          "contentSlug" => "covid-19-wreaks-havoc-on-crops-and-markets-in-bagladesh"
          "contentAlias" => "Covid-19-wreaks-havoc-on-crops-and-markets-in-Bagladesh"
          "contentDescription" => ""
          "creator" => 43
          "creationDate" => 1588016084
          "updatedBy" => 43
          "updatedDate" => 1588016084
          "contentSectionId" => 27
          "contentTypeId" => 74
          "templateId" => 43
          "headerStatus" => 404
          "redirectLocation" => ""
          "showInNavigation" => 1
          "showInFooterNavigation" => null
          "navigationAnchor" => "Covid-19-wreaks-havoc-on-crops-and-markets-in-Bagladesh"
          "status" => 1
          "published" => 1
          "navigationOrder" => 68
          "ruleId" => 0
          "sortOrder" => 68
          "contentTypeDescription" => "Lego Page - Blog Permalink"
          "contentTypeName" => "Lego Page - Blog Permalink"
          "defaultAllowsCommenting" => 0
          "defaultAllowsFavoriting" => 0
          "defaultAllowsRating" => 0
          "defaultAllowsTagging" => 0
          "isSelectable" => 1
          "parentContentTypeId" => 77
          "useOption" => 1
        ]
        29 => array:31 [
          "contentId" => 19289
          "fullURL" => "/blog/heifer-haitis-tools-for-responding-to-covid-19-foresight-adaptation-and-humanity"
          "contentSlug" => "heifer-haitis-tools-for-responding-to-covid-19-foresight-adaptation-and-humanity"
          "contentAlias" => "Heifer Haiti's Tools for Responding to COVID-19: Foresight, Adaptation and Humanity"
          "contentDescription" => "When the first case of the novel coronavirus was officially reported in Haiti, the Heifer Haiti team was prepared. "
          "creator" => 41
          "creationDate" => 1588101915
          "updatedBy" => 41
          "updatedDate" => 1588101915
          "contentSectionId" => 27
          "contentTypeId" => 74
          "templateId" => 43
          "headerStatus" => 404
          "redirectLocation" => ""
          "showInNavigation" => 1
          "showInFooterNavigation" => null
          "navigationAnchor" => "Heifer Haiti's Tools for Responding to COVID-19: Foresight, Adaptation and Humanity"
          "status" => 1
          "published" => 1
          "navigationOrder" => 69
          "ruleId" => 0
          "sortOrder" => 69
          "contentTypeDescription" => "Lego Page - Blog Permalink"
          "contentTypeName" => "Lego Page - Blog Permalink"
          "defaultAllowsCommenting" => 0
          "defaultAllowsFavoriting" => 0
          "defaultAllowsRating" => 0
          "defaultAllowsTagging" => 0
          "isSelectable" => 1
          "parentContentTypeId" => 77
          "useOption" => 1
        ]
        30 => array:31 [
          "contentId" => 19305
          "fullURL" => "/blog/the-buzz-on-honey-infographic"
          "contentSlug" => "the-buzz-on-honey-infographic"
          "contentAlias" => "the-buzz-on-honey-infographic"
          "contentDescription" => ""
          "creator" => 40
          "creationDate" => 1588616943
          "updatedBy" => 40
          "updatedDate" => 1588616943
          "contentSectionId" => 27
          "contentTypeId" => 74
          "templateId" => 43
          "headerStatus" => 404
          "redirectLocation" => ""
          "showInNavigation" => 1
          "showInFooterNavigation" => null
          "navigationAnchor" => "the-buzz-on-honey-infographic"
          "status" => 1
          "published" => 1
          "navigationOrder" => 70
          "ruleId" => 0
          "sortOrder" => 70
          "contentTypeDescription" => "Lego Page - Blog Permalink"
          "contentTypeName" => "Lego Page - Blog Permalink"
          "defaultAllowsCommenting" => 0
          "defaultAllowsFavoriting" => 0
          "defaultAllowsRating" => 0
          "defaultAllowsTagging" => 0
          "isSelectable" => 1
          "parentContentTypeId" => 77
          "useOption" => 1
        ]
        31 => array:31 [
          "contentId" => 19306
          "fullURL" => "/blog/david-sherman-interview-that-sheep-may-safely-graze"
          "contentSlug" => "david-sherman-interview-that-sheep-may-safely-graze"
          "contentAlias" => "david-sherman-interview-that-sheep-may-safely-graze"
          "contentDescription" => ""
          "creator" => 43
          "creationDate" => 1588628575
          "updatedBy" => 43
          "updatedDate" => 1588628575
          "contentSectionId" => 27
          "contentTypeId" => 74
          "templateId" => 43
          "headerStatus" => 404
          "redirectLocation" => ""
          "showInNavigation" => 1
          "showInFooterNavigation" => null
          "navigationAnchor" => "david-sherman-interview-that-sheep-may-safely-graze"
          "status" => 1
          "published" => 1
          "navigationOrder" => 71
          "ruleId" => 0
          "sortOrder" => 71
          "contentTypeDescription" => "Lego Page - Blog Permalink"
          "contentTypeName" => "Lego Page - Blog Permalink"
          "defaultAllowsCommenting" => 0
          "defaultAllowsFavoriting" => 0
          "defaultAllowsRating" => 0
          "defaultAllowsTagging" => 0
          "isSelectable" => 1
          "parentContentTypeId" => 77
          "useOption" => 1
        ]
        32 => array:31 [
          "contentId" => 19307
          "fullURL" => "/blog/heifertogether-live-chats-family-farming-in-the-us-and-abroad-during-covid-19"
          "contentSlug" => "heifertogether-live-chats-family-farming-in-the-us-and-abroad-during-covid-19"
          "contentAlias" => "#HeiferTogether Live Chats: Family Farming in the U.S. and Abroad During COVID-19"
          "contentDescription" => "Join Heifer International President and CEO Pierre Ferrari for a new speaker series, #HeiferTogether, which is about the state of farmers around the world during the COVID-19 pandemic. "
          "creator" => 41
          "creationDate" => 1588713204
          "updatedBy" => 41
          "updatedDate" => 1588713204
          "contentSectionId" => 27
          "contentTypeId" => 74
          "templateId" => 43
          "headerStatus" => 404
          "redirectLocation" => ""
          "showInNavigation" => 1
          "showInFooterNavigation" => null
          "navigationAnchor" => "#HeiferTogether Live Chats: Family Farming in the U.S. and Abroad During COVID-19"
          "status" => 1
          "published" => 1
          "navigationOrder" => 72
          "ruleId" => 0
          "sortOrder" => 72
          "contentTypeDescription" => "Lego Page - Blog Permalink"
          "contentTypeName" => "Lego Page - Blog Permalink"
          "defaultAllowsCommenting" => 0
          "defaultAllowsFavoriting" => 0
          "defaultAllowsRating" => 0
          "defaultAllowsTagging" => 0
          "isSelectable" => 1
          "parentContentTypeId" => 77
          "useOption" => 1
        ]
        33 => array:31 [
          "contentId" => 19321
          "fullURL" => "/blog/everything-inside-by-edwidge-danticat-review"
          "contentSlug" => "everything-inside-by-edwidge-danticat-review"
          "contentAlias" => "Everything Inside by Edwidge Danticat Review"
          "contentDescription" => ""
          "creator" => 40
          "creationDate" => 1589502910
          "updatedBy" => 40
          "updatedDate" => 1589502910
          "contentSectionId" => 27
          "contentTypeId" => 74
          "templateId" => 43
          "headerStatus" => 404
          "redirectLocation" => ""
          "showInNavigation" => 1
          "showInFooterNavigation" => null
          "navigationAnchor" => "Everything Inside by Edwidge Danticat Review"
          "status" => 1
          "published" => 1
          "navigationOrder" => 73
          "ruleId" => 0
          "sortOrder" => 73
          "contentTypeDescription" => "Lego Page - Blog Permalink"
          "contentTypeName" => "Lego Page - Blog Permalink"
          "defaultAllowsCommenting" => 0
          "defaultAllowsFavoriting" => 0
          "defaultAllowsRating" => 0
          "defaultAllowsTagging" => 0
          "isSelectable" => 1
          "parentContentTypeId" => 77
          "useOption" => 1
        ]
        34 => array:31 [
          "contentId" => 19325
          "fullURL" => "/blog/read-the-2020-summer-issue-of-world-ark-magazine-now"
          "contentSlug" => "read-the-2020-summer-issue-of-world-ark-magazine-now"
          "contentAlias" => "Read the 2020 Summer Issue of World Ark Magazine Now"
          "contentDescription" => "Special online edition of World Ark, Summer 2020"
          "creator" => 41
          "creationDate" => 1589568963
          "updatedBy" => 41
          "updatedDate" => 1589568963
          "contentSectionId" => 27
          "contentTypeId" => 74
          "templateId" => 43
          "headerStatus" => 404
          "redirectLocation" => ""
          "showInNavigation" => 1
          "showInFooterNavigation" => null
          "navigationAnchor" => "Read the 2020 Summer Issue of World Ark Magazine Now"
          "status" => 1
          "published" => 1
          "navigationOrder" => 74
          "ruleId" => 0
          "sortOrder" => 74
          "contentTypeDescription" => "Lego Page - Blog Permalink"
          "contentTypeName" => "Lego Page - Blog Permalink"
          "defaultAllowsCommenting" => 0
          "defaultAllowsFavoriting" => 0
          "defaultAllowsRating" => 0
          "defaultAllowsTagging" => 0
          "isSelectable" => 1
          "parentContentTypeId" => 77
          "useOption" => 1
        ]
        35 => array:31 [
          "contentId" => 19326
          "fullURL" => "/blog/sun-protection-through-the-ages-infographic"
          "contentSlug" => "sun-protection-through-the-ages-infographic"
          "contentAlias" => "Sun Protection Through The Ages Infographic"
          "contentDescription" => ""
          "creator" => 40
          "creationDate" => 1589574850
          "updatedBy" => 40
          "updatedDate" => 1589574850
          "contentSectionId" => 27
          "contentTypeId" => 74
          "templateId" => 43
          "headerStatus" => 404
          "redirectLocation" => ""
          "showInNavigation" => 1
          "showInFooterNavigation" => null
          "navigationAnchor" => ""
          "status" => 1
          "published" => 1
          "navigationOrder" => 75
          "ruleId" => 0
          "sortOrder" => 75
          "contentTypeDescription" => "Lego Page - Blog Permalink"
          "contentTypeName" => "Lego Page - Blog Permalink"
          "defaultAllowsCommenting" => 0
          "defaultAllowsFavoriting" => 0
          "defaultAllowsRating" => 0
          "defaultAllowsTagging" => 0
          "isSelectable" => 1
          "parentContentTypeId" => 77
          "useOption" => 1
        ]
        36 => array:31 [
          "contentId" => 19331
          "fullURL" => "/blog/the-heifer-trained-specialists-farmers-in-nepal-are-turning-to-during-the-pandemic"
          "contentSlug" => "the-heifer-trained-specialists-farmers-in-nepal-are-turning-to-during-the-pandemic"
          "contentAlias" => "The Heifer-Trained Specialists Farmers in Nepal are Turning to During the Pandemic"
          "contentDescription" => "For many years, Heifer Nepal has been training individuals in rural communities to become animal health service professionals. Little did we anticipate that these community agrovet entrepreneurs would serve a pivotal role in the resilience of farmers during the COVID-19 lockdown."
          "creator" => 41
          "creationDate" => 1590078565
          "updatedBy" => 41
          "updatedDate" => 1590078565
          "contentSectionId" => 27
          "contentTypeId" => 74
          "templateId" => 43
          "headerStatus" => 404
          "redirectLocation" => ""
          "showInNavigation" => 1
          "showInFooterNavigation" => null
          "navigationAnchor" => "Heifer-Trained Agrovets in Nepal Serve as Pillars of Farmer Resilience During COVID-19 Pandemic"
          "status" => 1
          "published" => 1
          "navigationOrder" => 76
          "ruleId" => 0
          "sortOrder" => 76
          "contentTypeDescription" => "Lego Page - Blog Permalink"
          "contentTypeName" => "Lego Page - Blog Permalink"
          "defaultAllowsCommenting" => 0
          "defaultAllowsFavoriting" => 0
          "defaultAllowsRating" => 0
          "defaultAllowsTagging" => 0
          "isSelectable" => 1
          "parentContentTypeId" => 77
          "useOption" => 1
        ]
        37 => array:31 [
          "contentId" => 19337
          "fullURL" => "/blog/during-covid-19-lockdown-nepal-cooperative-connects-farmers-and-customers-with-innovative-agri-ambulance-"
          "contentSlug" => "during-covid-19-lockdown-nepal-cooperative-connects-farmers-and-customers-with-innovative-agri-ambulance-"
          "contentAlias" => "During COVID-19 Lockdown, Nepal Cooperative Connects Farmers and Customers with Innovative Agri-Ambulance "
          "contentDescription" => "Determined to help farming families, the Lekbesi SEW Cooperative came up with an ingenious idea to collect and sell the fresh produce: by utilizing an agri-ambulance."
          "creator" => 41
          "creationDate" => 1590779669
          "updatedBy" => 41
          "updatedDate" => 1590779669
          "contentSectionId" => 27
          "contentTypeId" => 74
          "templateId" => 43
          "headerStatus" => 404
          "redirectLocation" => ""
          "showInNavigation" => 1
          "showInFooterNavigation" => null
          "navigationAnchor" => "During COVID-19 Lockdown, Nepal Cooperative Connects Farmers and Customers with Innovative Agri-Ambulance "
          "status" => 1
          "published" => 1
          "navigationOrder" => 77
          "ruleId" => 0
          "sortOrder" => 77
          "contentTypeDescription" => "Lego Page - Blog Permalink"
          "contentTypeName" => "Lego Page - Blog Permalink"
          "defaultAllowsCommenting" => 0
          "defaultAllowsFavoriting" => 0
          "defaultAllowsRating" => 0
          "defaultAllowsTagging" => 0
          "isSelectable" => 1
          "parentContentTypeId" => 77
          "useOption" => 1
        ]
        38 => array:31 [
          "contentId" => 19352
          "fullURL" => "/blog/farmers-in-bangladesh-find-new-customers-in-covid-lockdown"
          "contentSlug" => "farmers-in-bangladesh-find-new-customers-in-covid-lockdown"
          "contentAlias" => "Farmers-In-Bangladesh-Find-New-Customers-In-Covid-Lockdown"
          "contentDescription" => ""
          "creator" => 43
          "creationDate" => 1591385696
          "updatedBy" => 43
          "updatedDate" => 1591385696
          "contentSectionId" => 27
          "contentTypeId" => 74
          "templateId" => 43
          "headerStatus" => 404
          "redirectLocation" => ""
          "showInNavigation" => 1
          "showInFooterNavigation" => null
          "navigationAnchor" => "Heifer-Bangladesh-Farmers-Find-New-Customers-In-Covid-Lockdown"
          "status" => 1
          "published" => 1
          "navigationOrder" => 78
          "ruleId" => 0
          "sortOrder" => 78
          "contentTypeDescription" => "Lego Page - Blog Permalink"
          "contentTypeName" => "Lego Page - Blog Permalink"
          "defaultAllowsCommenting" => 0
          "defaultAllowsFavoriting" => 0
          "defaultAllowsRating" => 0
          "defaultAllowsTagging" => 0
          "isSelectable" => 1
          "parentContentTypeId" => 77
          "useOption" => 1
        ]
        39 => array:31 [
          "contentId" => 19380
          "fullURL" => "/blog/bangladesh-cambodia-india-coronovirus-update"
          "contentSlug" => "bangladesh-cambodia-india-coronovirus-update"
          "contentAlias" => "bangladesh-cambodia-india-coronovirus-update"
          "contentDescription" => ""
          "creator" => 43
          "creationDate" => 1594413741
          "updatedBy" => 43
          "updatedDate" => 1594413741
          "contentSectionId" => 27
          "contentTypeId" => 74
          "templateId" => 43
          "headerStatus" => 404
          "redirectLocation" => ""
          "showInNavigation" => 1
          "showInFooterNavigation" => null
          "navigationAnchor" => "bangladesh-cambodia-india-coronovirus-update"
          "status" => 1
          "published" => 1
          "navigationOrder" => 80
          "ruleId" => 0
          "sortOrder" => 80
          "contentTypeDescription" => "Lego Page - Blog Permalink"
          "contentTypeName" => "Lego Page - Blog Permalink"
          "defaultAllowsCommenting" => 0
          "defaultAllowsFavoriting" => 0
          "defaultAllowsRating" => 0
          "defaultAllowsTagging" => 0
          "isSelectable" => 1
          "parentContentTypeId" => 77
          "useOption" => 1
        ]
        40 => array:31 [
          "contentId" => 19381
          "fullURL" => "/blog/a-chat-with-chef-and-food-critic-ruth-reichl"
          "contentSlug" => "a-chat-with-chef-and-food-critic-ruth-reichl"
          "contentAlias" => "a-chat-with-chef-and-food-critic-ruth-reichl"
          "contentDescription" => ""
          "creator" => 43
          "creationDate" => 1594655255
          "updatedBy" => 43
          "updatedDate" => 1594655255
          "contentSectionId" => 27
          "contentTypeId" => 74
          "templateId" => 43
          "headerStatus" => 404
          "redirectLocation" => ""
          "showInNavigation" => 1
          "showInFooterNavigation" => null
          "navigationAnchor" => "a-chat-with-chef-and-food-critic-ruth-reichl"
          "status" => 1
          "published" => 1
          "navigationOrder" => 81
          "ruleId" => 0
          "sortOrder" => 81
          "contentTypeDescription" => "Lego Page - Blog Permalink"
          "contentTypeName" => "Lego Page - Blog Permalink"
          "defaultAllowsCommenting" => 0
          "defaultAllowsFavoriting" => 0
          "defaultAllowsRating" => 0
          "defaultAllowsTagging" => 0
          "isSelectable" => 1
          "parentContentTypeId" => 77
          "useOption" => 1
        ]
        41 => array:31 [
          "contentId" => 19387
          "fullURL" => "/blog/a-chat-with-almaz-negash-founder-of-the-african-diaspora-network"
          "contentSlug" => "a-chat-with-almaz-negash-founder-of-the-african-diaspora-network"
          "contentAlias" => "a-chat-with-almaz-negash-founder-of-the-african-diaspora-network"
          "contentDescription" => ""
          "creator" => 43
          "creationDate" => 1595265364
          "updatedBy" => 43
          "updatedDate" => 1595265364
          "contentSectionId" => 27
          "contentTypeId" => 74
          "templateId" => 43
          "headerStatus" => 404
          "redirectLocation" => ""
          "showInNavigation" => 1
          "showInFooterNavigation" => null
          "navigationAnchor" => "a-chat-with-almaz-negash-founder-of-the-african-diaspora-network"
          "status" => 1
          "published" => 1
          "navigationOrder" => 82
          "ruleId" => 0
          "sortOrder" => 82
          "contentTypeDescription" => "Lego Page - Blog Permalink"
          "contentTypeName" => "Lego Page - Blog Permalink"
          "defaultAllowsCommenting" => 0
          "defaultAllowsFavoriting" => 0
          "defaultAllowsRating" => 0
          "defaultAllowsTagging" => 0
          "isSelectable" => 1
          "parentContentTypeId" => 77
          "useOption" => 1
        ]
        42 => array:31 [
          "contentId" => 19388
          "fullURL" => "/blog/global-hunger-steadily-on-the-rise-according-to-fao"
          "contentSlug" => "global-hunger-steadily-on-the-rise-according-to-fao"
          "contentAlias" => "global-hunger-steadily-on-the-rise-according-to-fao"
          "contentDescription" => ""
          "creator" => 43
          "creationDate" => 1595271081
          "updatedBy" => 43
          "updatedDate" => 1595271081
          "contentSectionId" => 27
          "contentTypeId" => 74
          "templateId" => 43
          "headerStatus" => 404
          "redirectLocation" => ""
          "showInNavigation" => 1
          "showInFooterNavigation" => null
          "navigationAnchor" => "global-hunger-steadily-on-the-rise-according-to-fao"
          "status" => 1
          "published" => 1
          "navigationOrder" => 83
          "ruleId" => 0
          "sortOrder" => 83
          "contentTypeDescription" => "Lego Page - Blog Permalink"
          "contentTypeName" => "Lego Page - Blog Permalink"
          "defaultAllowsCommenting" => 0
          "defaultAllowsFavoriting" => 0
          "defaultAllowsRating" => 0
          "defaultAllowsTagging" => 0
          "isSelectable" => 1
          "parentContentTypeId" => 77
          "useOption" => 1
        ]
        43 => array:31 [
          "contentId" => 19392
          "fullURL" => "/blog/karen-washington-heifertogether-chat-recap"
          "contentSlug" => "karen-washington-heifertogether-chat-recap"
          "contentAlias" => "karen-washington-heifertogether-chat-recap"
          "contentDescription" => ""
          "creator" => 43
          "creationDate" => 1595889153
          "updatedBy" => 43
          "updatedDate" => 1595889153
          "contentSectionId" => 27
          "contentTypeId" => 74
          "templateId" => 43
          "headerStatus" => 404
          "redirectLocation" => ""
          "showInNavigation" => 1
          "showInFooterNavigation" => null
          "navigationAnchor" => "karen-washington-heifertogether-chat-recap"
          "status" => 1
          "published" => 1
          "navigationOrder" => 84
          "ruleId" => 0
          "sortOrder" => 84
          "contentTypeDescription" => "Lego Page - Blog Permalink"
          "contentTypeName" => "Lego Page - Blog Permalink"
          "defaultAllowsCommenting" => 0
          "defaultAllowsFavoriting" => 0
          "defaultAllowsRating" => 0
          "defaultAllowsTagging" => 0
          "isSelectable" => 1
          "parentContentTypeId" => 77
          "useOption" => 1
        ]
        44 => array:31 [
          "contentId" => 19398
          "fullURL" => "/blog/rooted-in-racism-dark-profits-in-the-coffee-industry"
          "contentSlug" => "rooted-in-racism-dark-profits-in-the-coffee-industry"
          "contentAlias" => "Rooted in Racism: Dark Profits in the Coffee Industry"
          "contentDescription" => "Given the plight of present-day coffee farmers, one might assume the coffee business is largely unprofitable, perhaps plagued by razor thin margins and floundering demand. Nothing could be further from the truth. "
          "creator" => 41
          "creationDate" => 1596142873
          "updatedBy" => 41
          "updatedDate" => 1596142873
          "contentSectionId" => 27
          "contentTypeId" => 74
          "templateId" => 43
          "headerStatus" => 404
          "redirectLocation" => ""
          "showInNavigation" => 1
          "showInFooterNavigation" => null
          "navigationAnchor" => "Rooted in Racism: Dark Profits in the Coffee Industry"
          "status" => 1
          "published" => 1
          "navigationOrder" => 85
          "ruleId" => 0
          "sortOrder" => 85
          "contentTypeDescription" => "Lego Page - Blog Permalink"
          "contentTypeName" => "Lego Page - Blog Permalink"
          "defaultAllowsCommenting" => 0
          "defaultAllowsFavoriting" => 0
          "defaultAllowsRating" => 0
          "defaultAllowsTagging" => 0
          "isSelectable" => 1
          "parentContentTypeId" => 77
          "useOption" => 1
        ]
        45 => array:31 [
          "contentId" => 19405
          "fullURL" => "/blog/leah-penniman-live-chat-heifer-international"
          "contentSlug" => "leah-penniman-live-chat-heifer-international"
          "contentAlias" => "leah-penniman-live-chat-heifer-international"
          "contentDescription" => ""
          "creator" => 43
          "creationDate" => 1596487481
          "updatedBy" => 43
          "updatedDate" => 1596487481
          "contentSectionId" => 27
          "contentTypeId" => 74
          "templateId" => 43
          "headerStatus" => 404
          "redirectLocation" => ""
          "showInNavigation" => 1
          "showInFooterNavigation" => null
          "navigationAnchor" => "leah-penniman-live-chat-heifer-international"
          "status" => 1
          "published" => 1
          "navigationOrder" => 86
          "ruleId" => 0
          "sortOrder" => 86
          "contentTypeDescription" => "Lego Page - Blog Permalink"
          "contentTypeName" => "Lego Page - Blog Permalink"
          "defaultAllowsCommenting" => 0
          "defaultAllowsFavoriting" => 0
          "defaultAllowsRating" => 0
          "defaultAllowsTagging" => 0
          "isSelectable" => 1
          "parentContentTypeId" => 77
          "useOption" => 1
        ]
        46 => array:31 [
          "contentId" => 19417
          "fullURL" => "/blog/designs-on-fighting-poverty"
          "contentSlug" => "designs-on-fighting-poverty"
          "contentAlias" => "Designs on Fighting Poverty"
          "contentDescription" => "From an early age, Amy Smith felt she should use her skills to end poverty. With aptitude and passion for both engineering and international development, Smith committed her professional life to combining the two in a meaningful way, starting D-Lab at the Massachusetts Institute of Technology in 2002."
          "creator" => 41
          "creationDate" => 1597181067
          "updatedBy" => 41
          "updatedDate" => 1597181067
          "contentSectionId" => 27
          "contentTypeId" => 74
          "templateId" => 43
          "headerStatus" => 404
          "redirectLocation" => ""
          "showInNavigation" => 1
          "showInFooterNavigation" => null
          "navigationAnchor" => "Designs on Fighting Poverty"
          "status" => 1
          "published" => 1
          "navigationOrder" => 88
          "ruleId" => 0
          "sortOrder" => 88
          "contentTypeDescription" => "Lego Page - Blog Permalink"
          "contentTypeName" => "Lego Page - Blog Permalink"
          "defaultAllowsCommenting" => 0
          "defaultAllowsFavoriting" => 0
          "defaultAllowsRating" => 0
          "defaultAllowsTagging" => 0
          "isSelectable" => 1
          "parentContentTypeId" => 77
          "useOption" => 1
        ]
        47 => array:31 [
          "contentId" => 19448
          "fullURL" => "/blog/sherry-lee-singh-heifertogether-chat-walmart-foundation"
          "contentSlug" => "sherry-lee-singh-heifertogether-chat-walmart-foundation"
          "contentAlias" => "Sherry-Lee-Singh-HeiferTogether-Chat-Walmart-Foundation"
          "contentDescription" => ""
          "creator" => 43
          "creationDate" => 1597274029
          "updatedBy" => 43
          "updatedDate" => 1597274029
          "contentSectionId" => 27
          "contentTypeId" => 74
          "templateId" => 43
          "headerStatus" => 404
          "redirectLocation" => ""
          "showInNavigation" => 1
          "showInFooterNavigation" => null
          "navigationAnchor" => "Sherry-Lee-Singh-HeiferTogether-Chat-Walmart-Foundation"
          "status" => 1
          "published" => 1
          "navigationOrder" => 89
          "ruleId" => 0
          "sortOrder" => 89
          "contentTypeDescription" => "Lego Page - Blog Permalink"
          "contentTypeName" => "Lego Page - Blog Permalink"
          "defaultAllowsCommenting" => 0
          "defaultAllowsFavoriting" => 0
          "defaultAllowsRating" => 0
          "defaultAllowsTagging" => 0
          "isSelectable" => 1
          "parentContentTypeId" => 77
          "useOption" => 1
        ]
        48 => array:31 [
          "contentId" => 19451
          "fullURL" => "/blog/kenya-covid-update-august-2020"
          "contentSlug" => "kenya-covid-update-august-2020"
          "contentAlias" => "kenya-covid-update-august-2020"
          "contentDescription" => ""
          "creator" => 43
          "creationDate" => 1597699655
          "updatedBy" => 43
          "updatedDate" => 1597699655
          "contentSectionId" => 27
          "contentTypeId" => 74
          "templateId" => 43
          "headerStatus" => 404
          "redirectLocation" => ""
          "showInNavigation" => 1
          "showInFooterNavigation" => null
          "navigationAnchor" => "kenya-covid-update-august-2020"
          "status" => 1
          "published" => 1
          "navigationOrder" => 90
          "ruleId" => 0
          "sortOrder" => 90
          "contentTypeDescription" => "Lego Page - Blog Permalink"
          "contentTypeName" => "Lego Page - Blog Permalink"
          "defaultAllowsCommenting" => 0
          "defaultAllowsFavoriting" => 0
          "defaultAllowsRating" => 0
          "defaultAllowsTagging" => 0
          "isSelectable" => 1
          "parentContentTypeId" => 77
          "useOption" => 1
        ]
        49 => array:31 [
          "contentId" => 19452
          "fullURL" => "/blog/on-the-galapagos-islands-heifer-ecuador-farmers-are-feeding-families-while-preserving-the-ecosystem"
          "contentSlug" => "on-the-galapagos-islands-heifer-ecuador-farmers-are-feeding-families-while-preserving-the-ecosystem"
          "contentAlias" => "On the Galapagos Islands, Heifer Ecuador Farmers Are Feeding Families While Preserving the Ecosystem"
          "contentDescription" => "It’s no easy task to feed that many people living on islands 600 miles from shore, and the Galapagos’ status as a protected area and UNESCO World Heritage Site presents a unique challenge. To meet both demand for fresh food and the need to protect the ecosystem, Heifer Ecuador is partnering with the Ministry of Agriculture, Farming, Aquaculture and Fishing as a part of the Future of Food program."
          "creator" => 41
          "creationDate" => 1597763549
          "updatedBy" => 41
          "updatedDate" => 1597763549
          "contentSectionId" => 27
          "contentTypeId" => 74
          "templateId" => 43
          "headerStatus" => 404
          "redirectLocation" => ""
          "showInNavigation" => 1
          "showInFooterNavigation" => null
          "navigationAnchor" => "On the Galapagos Islands, Heifer Ecuador Farmers Are Feeding Families While Preserving the Ecosystem"
          "status" => 1
          "published" => 1
          "navigationOrder" => 91
          "ruleId" => 0
          "sortOrder" => 91
          "contentTypeDescription" => "Lego Page - Blog Permalink"
          "contentTypeName" => "Lego Page - Blog Permalink"
          "defaultAllowsCommenting" => 0
          "defaultAllowsFavoriting" => 0
          "defaultAllowsRating" => 0
          "defaultAllowsTagging" => 0
          "isSelectable" => 1
          "parentContentTypeId" => 77
          "useOption" => 1
        ]
        50 => array:31 [
          "contentId" => 19461
          "fullURL" => "/blog/donnie-smith-heifertogether-chat-recap"
          "contentSlug" => "donnie-smith-heifertogether-chat-recap"
          "contentAlias" => "donnie-smith-heifertogether-chat-recap"
          "contentDescription" => ""
          "creator" => 43
          "creationDate" => 1598034619
          "updatedBy" => 43
          "updatedDate" => 1598034619
          "contentSectionId" => 27
          "contentTypeId" => 74
          "templateId" => 43
          "headerStatus" => 404
          "redirectLocation" => ""
          "showInNavigation" => 1
          "showInFooterNavigation" => null
          "navigationAnchor" => "donnie-smith-heifertogether-chat-recap"
          "status" => 1
          "published" => 1
          "navigationOrder" => 92
          "ruleId" => 0
          "sortOrder" => 92
          "contentTypeDescription" => "Lego Page - Blog Permalink"
          "contentTypeName" => "Lego Page - Blog Permalink"
          "defaultAllowsCommenting" => 0
          "defaultAllowsFavoriting" => 0
          "defaultAllowsRating" => 0
          "defaultAllowsTagging" => 0
          "isSelectable" => 1
          "parentContentTypeId" => 77
          "useOption" => 1
        ]
        51 => array:31 [
          "contentId" => 19462
          "fullURL" => "/blog/drones-blockchain-mobile-apps-and-other-technologies-help-heifer-farmers-tackle-challenges-in-the-field"
          "contentSlug" => "drones-blockchain-mobile-apps-and-other-technologies-help-heifer-farmers-tackle-challenges-in-the-field"
          "contentAlias" => "Drones, Blockchain, Mobile Apps and Other Technologies Help Heifer Farmers Tackle Challenges in the Field"
          "contentDescription" => "Sometimes the best solution to a farmer’s problems is cutting edge and high tech, and sometimes it’s a simple tool that’s been around for generations. Heifer projects use all kinds of technologies — whatever is most appropriate to the context in which we’re working. Here are some of the innovations Heifer-supported farmers are using to boost yields, keep animals and produce healthy, and connect to markets."
          "creator" => 41
          "creationDate" => 1598281460
          "updatedBy" => 41
          "updatedDate" => 1598281460
          "contentSectionId" => 27
          "contentTypeId" => 74
          "templateId" => 43
          "headerStatus" => 404
          "redirectLocation" => ""
          "showInNavigation" => 1
          "showInFooterNavigation" => null
          "navigationAnchor" => "Drones, Blockchain, Mobile Apps and Other Technologies Help Heifer Farmers Tackle Challenges in the Field"
          "status" => 1
          "published" => 1
          "navigationOrder" => 93
          "ruleId" => 0
          "sortOrder" => 93
          "contentTypeDescription" => "Lego Page - Blog Permalink"
          "contentTypeName" => "Lego Page - Blog Permalink"
          "defaultAllowsCommenting" => 0
          "defaultAllowsFavoriting" => 0
          "defaultAllowsRating" => 0
          "defaultAllowsTagging" => 0
          "isSelectable" => 1
          "parentContentTypeId" => 77
          "useOption" => 1
        ]
        52 => array:31 [
          "contentId" => 19465
          "fullURL" => "/blog/how-the-covid-19-pandemic-is-changing-the-school-year-around-the-world"
          "contentSlug" => "how-the-covid-19-pandemic-is-changing-the-school-year-around-the-world"
          "contentAlias" => "How the COVID-19 Pandemic is Changing the School Year Around the World"
          "contentDescription" => "The United States isn’t the only country grappling with how to approach the 2020-2021 school year. Across the globe, students, parents, teachers and administrators are faced with choices and new realities as a result of the COVID-19 pandemic."
          "creator" => 41
          "creationDate" => 1598387410
          "updatedBy" => 41
          "updatedDate" => 1598387410
          "contentSectionId" => 27
          "contentTypeId" => 74
          "templateId" => 43
          "headerStatus" => 404
          "redirectLocation" => ""
          "showInNavigation" => 1
          "showInFooterNavigation" => null
          "navigationAnchor" => "How the COVID-19 Pandemic is Changing the School Year Around the World"
          "status" => 1
          "published" => 1
          "navigationOrder" => 94
          "ruleId" => 0
          "sortOrder" => 94
          "contentTypeDescription" => "Lego Page - Blog Permalink"
          "contentTypeName" => "Lego Page - Blog Permalink"
          "defaultAllowsCommenting" => 0
          "defaultAllowsFavoriting" => 0
          "defaultAllowsRating" => 0
          "defaultAllowsTagging" => 0
          "isSelectable" => 1
          "parentContentTypeId" => 77
          "useOption" => 1
        ]
        53 => array:31 [
          "contentId" => 19466
          "fullURL" => "/blog/growing-smarter-how-technology-improves-yields-and-changes-lives"
          "contentSlug" => "growing-smarter-how-technology-improves-yields-and-changes-lives"
          "contentAlias" => "Growing Smarter: How Technology Improves Yields and Changes Lives"
          "contentDescription" => "As we’ve become more aware of the finite nature of the Earth’s resources, the way we understand farming has changed, too. With the right approaches, small-scale farmers can be just as efficient as their much larger counterparts while also taking care of the environment around them. Technologies both new and old can greatly improve small farms, and Heifer International is making sure farmers have access to those tools and the knowledge to use them."
          "creator" => 41
          "creationDate" => 1598461077
          "updatedBy" => 41
          "updatedDate" => 1598461077
          "contentSectionId" => 27
          "contentTypeId" => 74
          "templateId" => 43
          "headerStatus" => 404
          "redirectLocation" => ""
          "showInNavigation" => 1
          "showInFooterNavigation" => null
          "navigationAnchor" => "Growing Smarter: How Technology Improves Yields and Changes Lives"
          "status" => 1
          "published" => 1
          "navigationOrder" => 95
          "ruleId" => 0
          "sortOrder" => 95
          "contentTypeDescription" => "Lego Page - Blog Permalink"
          "contentTypeName" => "Lego Page - Blog Permalink"
          "defaultAllowsCommenting" => 0
          "defaultAllowsFavoriting" => 0
          "defaultAllowsRating" => 0
          "defaultAllowsTagging" => 0
          "isSelectable" => 1
          "parentContentTypeId" => 77
          "useOption" => 1
        ]
        54 => array:31 [
          "contentId" => 19474
          "fullURL" => "/blog/recycled-plastic-bottle-irrigation-gardening-hack-from-tanzania"
          "contentSlug" => "recycled-plastic-bottle-irrigation-gardening-hack-from-tanzania"
          "contentAlias" => "recycled-plastic-bottle-irrigation-gardening-hack-from-Tanzania"
          "contentDescription" => ""
          "creator" => 43
          "creationDate" => 1598555859
          "updatedBy" => 43
          "updatedDate" => 1598555859
          "contentSectionId" => 27
          "contentTypeId" => 74
          "templateId" => 43
          "headerStatus" => 404
          "redirectLocation" => ""
          "showInNavigation" => 1
          "showInFooterNavigation" => null
          "navigationAnchor" => "recycled-plastic-bottle-irrigation-gardening-hack-from-Tanzania"
          "status" => 1
          "published" => 1
          "navigationOrder" => 96
          "ruleId" => 0
          "sortOrder" => 96
          "contentTypeDescription" => "Lego Page - Blog Permalink"
          "contentTypeName" => "Lego Page - Blog Permalink"
          "defaultAllowsCommenting" => 0
          "defaultAllowsFavoriting" => 0
          "defaultAllowsRating" => 0
          "defaultAllowsTagging" => 0
          "isSelectable" => 1
          "parentContentTypeId" => 77
          "useOption" => 1
        ]
        55 => array:31 [
          "contentId" => 19621
          "fullURL" => "/blog/a-chat-with-author-and-dietician-diana-rogers-heifer-international"
          "contentSlug" => "a-chat-with-author-and-dietician-diana-rogers-heifer-international"
          "contentAlias" => "a-chat-with-author-and-dietician-diana-rogers-heifer-international"
          "contentDescription" => ""
          "creator" => 43
          "creationDate" => 1599258867
          "updatedBy" => 43
          "updatedDate" => 1599258867
          "contentSectionId" => 27
          "contentTypeId" => 74
          "templateId" => 43
          "headerStatus" => 404
          "redirectLocation" => ""
          "showInNavigation" => 1
          "showInFooterNavigation" => null
          "navigationAnchor" => "a-chat-with-author-and-dietician-diana-rogers-heifer-international"
          "status" => 1
          "published" => 1
          "navigationOrder" => 97
          "ruleId" => 0
          "sortOrder" => 97
          "contentTypeDescription" => "Lego Page - Blog Permalink"
          "contentTypeName" => "Lego Page - Blog Permalink"
          "defaultAllowsCommenting" => 0
          "defaultAllowsFavoriting" => 0
          "defaultAllowsRating" => 0
          "defaultAllowsTagging" => 0
          "isSelectable" => 1
          "parentContentTypeId" => 77
          "useOption" => 1
        ]
        56 => array:31 [
          "contentId" => 19622
          "fullURL" => "/blog/heifer-international-world-ark-magazine-2020-senegal-feature-"
          "contentSlug" => "heifer-international-world-ark-magazine-2020-senegal-feature-"
          "contentAlias" => "heifer-international-world-ark-magazine-2020-senegal-feature "
          "contentDescription" => ""
          "creator" => 43
          "creationDate" => 1599511470
          "updatedBy" => 43
          "updatedDate" => 1599511470
          "contentSectionId" => 27
          "contentTypeId" => 74
          "templateId" => 43
          "headerStatus" => 404
          "redirectLocation" => ""
          "showInNavigation" => 1
          "showInFooterNavigation" => null
          "navigationAnchor" => "heifer-international-world-ark-magazine-2020-senegal-feature "
          "status" => 1
          "published" => 1
          "navigationOrder" => 98
          "ruleId" => 0
          "sortOrder" => 98
          "contentTypeDescription" => "Lego Page - Blog Permalink"
          "contentTypeName" => "Lego Page - Blog Permalink"
          "defaultAllowsCommenting" => 0
          "defaultAllowsFavoriting" => 0
          "defaultAllowsRating" => 0
          "defaultAllowsTagging" => 0
          "isSelectable" => 1
          "parentContentTypeId" => 77
          "useOption" => 1
        ]
        57 => array:31 [
          "contentId" => 19623
          "fullURL" => "/blog/rooted-in-racism-cardamom"
          "contentSlug" => "rooted-in-racism-cardamom"
          "contentAlias" => "Rooted in Racism: Cardamom"
          "contentDescription" => "Cardamom is known as “the queen of spices,” and it comes with a price tag to match the name — it’s the world’s third most expensive spice, after saffron and vanilla. But while companies, traders and intermediaries extract profit from cardamom, producers struggle to get by. "
          "creator" => 41
          "creationDate" => 1599833780
          "updatedBy" => 41
          "updatedDate" => 1599833780
          "contentSectionId" => 27
          "contentTypeId" => 74
          "templateId" => 43
          "headerStatus" => 404
          "redirectLocation" => ""
          "showInNavigation" => 1
          "showInFooterNavigation" => null
          "navigationAnchor" => "Rooted in Racism: Cardamom"
          "status" => 1
          "published" => 1
          "navigationOrder" => 99
          "ruleId" => 0
          "sortOrder" => 99
          "contentTypeDescription" => "Lego Page - Blog Permalink"
          "contentTypeName" => "Lego Page - Blog Permalink"
          "defaultAllowsCommenting" => 0
          "defaultAllowsFavoriting" => 0
          "defaultAllowsRating" => 0
          "defaultAllowsTagging" => 0
          "isSelectable" => 1
          "parentContentTypeId" => 77
          "useOption" => 1
        ]
        58 => array:31 [
          "contentId" => 19625
          "fullURL" => "/blog/regenerative-agriculture-is-transforming-heifer-ranch-into-the-garden-of-eden"
          "contentSlug" => "regenerative-agriculture-is-transforming-heifer-ranch-into-the-garden-of-eden"
          "contentAlias" => "Regenerative Agriculture Is Transforming Heifer Ranch Into the Garden of Eden"
          "contentDescription" => "Donna Kilpatrick is putting her expertise to work as the manager and land steward of Heifer Ranch, a 1,200-acre working farm in Perryville, just 40 miles to the west of Arkansas’ state capital in Little Rock. "
          "creator" => 41
          "creationDate" => 1600109284
          "updatedBy" => 41
          "updatedDate" => 1600109284
          "contentSectionId" => 27
          "contentTypeId" => 74
          "templateId" => 43
          "headerStatus" => 404
          "redirectLocation" => ""
          "showInNavigation" => 1
          "showInFooterNavigation" => null
          "navigationAnchor" => "Transforming Heifer Ranch Into the Garden of Eden"
          "status" => 1
          "published" => 1
          "navigationOrder" => 100
          "ruleId" => 0
          "sortOrder" => 100
          "contentTypeDescription" => "Lego Page - Blog Permalink"
          "contentTypeName" => "Lego Page - Blog Permalink"
          "defaultAllowsCommenting" => 0
          "defaultAllowsFavoriting" => 0
          "defaultAllowsRating" => 0
          "defaultAllowsTagging" => 0
          "isSelectable" => 1
          "parentContentTypeId" => 77
          "useOption" => 1
        ]
        59 => array:31 [
          "contentId" => 19629
          "fullURL" => "/blog/small-is-still-beautiful-a-visionary-1970s-book-continues-to-influence-use-of-technology-in-development-work-today"
          "contentSlug" => "small-is-still-beautiful-a-visionary-1970s-book-continues-to-influence-use-of-technology-in-development-work-today"
          "contentAlias" => "Small is Still Beautiful: A Visionary 1970s Book Continues to Influence Use of Technology in Development Work Today"
          "contentDescription" => "In his time, people often called economist and writer E.F. Schumacher a crank. According to those who knew him, he actually adored the intended slight, saying "a crank is a piece of simple technology that creates revolutions.”"
          "creator" => 41
          "creationDate" => 1600185566
          "updatedBy" => 41
          "updatedDate" => 1600185566
          "contentSectionId" => 27
          "contentTypeId" => 74
          "templateId" => 43
          "headerStatus" => 404
          "redirectLocation" => ""
          "showInNavigation" => 1
          "showInFooterNavigation" => null
          "navigationAnchor" => "Small is Still Beautiful"
          "status" => 1
          "published" => 1
          "navigationOrder" => 101
          "ruleId" => 0
          "sortOrder" => 101
          "contentTypeDescription" => "Lego Page - Blog Permalink"
          "contentTypeName" => "Lego Page - Blog Permalink"
          "defaultAllowsCommenting" => 0
          "defaultAllowsFavoriting" => 0
          "defaultAllowsRating" => 0
          "defaultAllowsTagging" => 0
          "isSelectable" => 1
          "parentContentTypeId" => 77
          "useOption" => 1
        ]
        60 => array:31 [
          "contentId" => 19642
          "fullURL" => "/blog/heifer-international-uganda-covid-report"
          "contentSlug" => "heifer-international-uganda-covid-report"
          "contentAlias" => "heifer-international-uganda-covid-report"
          "contentDescription" => ""
          "creator" => 43
          "creationDate" => 1600442564
          "updatedBy" => 43
          "updatedDate" => 1600442564
          "contentSectionId" => 27
          "contentTypeId" => 74
          "templateId" => 43
          "headerStatus" => 404
          "redirectLocation" => ""
          "showInNavigation" => 1
          "showInFooterNavigation" => null
          "navigationAnchor" => "heifer-international-uganda-covid-report"
          "status" => 1
          "published" => 1
          "navigationOrder" => 102
          "ruleId" => 0
          "sortOrder" => 102
          "contentTypeDescription" => "Lego Page - Blog Permalink"
          "contentTypeName" => "Lego Page - Blog Permalink"
          "defaultAllowsCommenting" => 0
          "defaultAllowsFavoriting" => 0
          "defaultAllowsRating" => 0
          "defaultAllowsTagging" => 0
          "isSelectable" => 1
          "parentContentTypeId" => 77
          "useOption" => 1
        ]
        61 => array:31 [
          "contentId" => 19651
          "fullURL" => "/blog/farmer-innovation-leads-to-world-class-chocolate-in-ecuador"
          "contentSlug" => "farmer-innovation-leads-to-world-class-chocolate-in-ecuador"
          "contentAlias" => "Farmer Innovation Leads to World-Class Chocolate in Ecuador"
          "contentDescription" => "Damariz Robles, a Heifer project participant in Ecuador, credits her orchard’s abundance and quality to her dedication to innovation and a mindset of continual learning. "
          "creator" => 41
          "creationDate" => 1600788147
          "updatedBy" => 41
          "updatedDate" => 1600788147
          "contentSectionId" => 27
          "contentTypeId" => 74
          "templateId" => 43
          "headerStatus" => 404
          "redirectLocation" => ""
          "showInNavigation" => 1
          "showInFooterNavigation" => null
          "navigationAnchor" => "Farmer Innovation Leads to World-Class Chocolate in Ecuador"
          "status" => 1
          "published" => 1
          "navigationOrder" => 103
          "ruleId" => 0
          "sortOrder" => 103
          "contentTypeDescription" => "Lego Page - Blog Permalink"
          "contentTypeName" => "Lego Page - Blog Permalink"
           …7
        ]
        62 => array:31 [ …31]
        63 => array:31 [ …31]
        64 => array:31 [ …31]
        65 => array:31 [ …31]
        66 => array:31 [ …31]
        67 => array:31 [ …31]
        68 => array:31 [ …31]
        69 => array:31 [ …31]
        70 => array:31 [ …31]
        71 => array:31 [ …31]
        72 => array:31 [ …31]
        73 => array:31 [ …31]
        74 => array:31 [ …31]
        75 => array:31 [ …31]
        76 => array:31 [ …31]
        77 => array:31 [ …31]
        78 => array:31 [ …31]
        79 => array:31 [ …31]
        80 => array:31 [ …31]
        81 => array:31 [ …31]
        82 => array:31 [ …31]
        83 => array:31 [ …31]
        84 => array:31 [ …31]
        85 => array:31 [ …31]
        86 => array:31 [ …31]
        87 => array:31 [ …31]
        88 => array:31 [ …31]
        89 => array:31 [ …31]
        90 => array:31 [ …31]
        91 => array:31 [ …31]
        92 => array:31 [ …31]
        93 => array:31 [ …31]
        94 => array:31 [ …31]
        95 => array:31 [ …31]
        96 => array:31 [ …31]
        97 => array:31 [ …31]
        98 => array:31 [ …31]
        99 => array:31 [ …31]
        100 => array:31 [ …31]
        101 => array:31 [ …31]
        102 => array:31 [ …31]
        103 => array:31 [ …31]
        104 => array:31 [ …31]
        105 => array:31 [ …31]
        106 => array:31 [ …31]
        107 => array:31 [ …31]
        108 => array:31 [ …31]
        109 => array:31 [ …31]
        110 => array:31 [ …31]
        111 => array:31 [ …31]
        112 => array:31 [ …31]
        113 => array:31 [ …31]
        114 => array:31 [ …31]
        115 => array:31 [ …31]
        116 => array:31 [ …31]
        117 => array:31 [ …31]
        118 => array:31 [ …31]
        119 => array:31 [ …31]
        120 => array:31 [ …31]
        121 => array:31 [ …31]
        122 => array:31 [ …31]
        123 => array:31 [ …31]
        124 => array:31 [ …31]
        125 => array:31 [ …31]
        126 => array:31 [ …31]
        127 => array:31 [ …31]
        128 => array:31 [ …31]
        129 => array:31 [ …31]
        130 => array:31 [ …31]
        131 => array:31 [ …31]
        132 => array:31 [ …31]
        133 => array:31 [ …31]
        134 => array:31 [ …31]
        135 => array:31 [ …31]
        136 => array:31 [ …31]
        137 => array:31 [ …31]
        138 => array:31 [ …31]
        139 => array:31 [ …31]
        140 => array:31 [ …31]
        141 => array:31 [ …31]
        142 => array:31 [ …31]
        143 => array:31 [ …31]
        144 => array:31 [ …31]
        145 => array:31 [ …31]
        146 => array:31 [ …31]
        147 => array:31 [ …31]
        148 => array:31 [ …31]
        149 => array:31 [ …31]
        150 => array:31 [ …31]
        151 => array:31 [ …31]
        152 => array:31 [ …31]
        153 => array:31 [ …31]
        154 => array:31 [ …31]
        155 => array:31 [ …31]
        156 => array:31 [ …31]
        157 => array:31 [ …31]
        158 => array:31 [ …31]
        159 => array:31 [ …31]
        160 => array:31 [ …31]
        161 => array:31 [ …31]
        162 => array:31 [ …31]
        163 => array:31 [ …31]
        164 => array:31 [ …31]
        165 => array:31 [ …31]
        166 => array:31 [ …31]
        167 => array:31 [ …31]
        168 => array:31 [ …31]
        169 => array:31 [ …31]
        170 => array:31 [ …31]
        171 => array:31 [ …31]
        172 => array:31 [ …31]
        173 => array:31 [ …31]
        174 => array:31 [ …31]
        175 => array:31 [ …31]
        176 => array:31 [ …31]
        177 => array:31 [ …31]
        178 => array:31 [ …31]
        179 => array:31 [ …31]
        180 => array:31 [ …31]
        181 => array:31 [ …31]
        182 => array:31 [ …31]
        183 => array:31 [ …31]
        184 => array:31 [ …31]
        185 => array:31 [ …31]
        186 => array:31 [ …31]
        187 => array:31 [ …31]
        188 => array:31 [ …31]
        189 => array:31 [ …31]
        190 => array:31 [ …31]
        191 => array:31 [ …31]
        192 => array:31 [ …31]
        193 => array:31 [ …31]
        194 => array:31 [ …31]
        195 => array:31 [ …31]
        196 => array:31 [ …31]
        197 => array:31 [ …31]
        198 => array:31 [ …31]
        199 => array:31 [ …31]
        200 => array:31 [ …31]
        201 => array:31 [ …31]
        202 => array:31 [ …31]
        203 => array:31 [ …31]
        204 => array:31 [ …31]
        205 => array:31 [ …31]
        206 => array:31 [ …31]
        207 => array:31 [ …31]
        208 => array:31 [ …31]
        209 => array:31 [ …31]
        210 => array:31 [ …31]
        211 => array:31 [ …31]
        212 => array:31 [ …31]
        213 => array:31 [ …31]
        214 => array:31 [ …31]
        215 => array:31 [ …31]
        216 => array:31 [ …31]
        217 => array:31 [ …31]
        218 => array:31 [ …31]
        219 => array:31 [ …31]
        220 => array:31 [ …31]
        221 => array:31 [ …31]
        222 => array:31 [ …31]
        223 => array:31 [ …31]
        224 => array:31 [ …31]
        225 => array:31 [ …31]
        226 => array:31 [ …31]
        227 => array:31 [ …31]
        228 => array:31 [ …31]
        229 => array:31 [ …31]
        230 => array:31 [ …31]
        231 => array:31 [ …31]
        232 => array:31 [ …31]
      ]
      "secondaryNavigation" => array:233 [
        0 => array:31 [ …31]
        1 => array:31 [ …31]
        2 => array:31 [ …31]
        3 => array:31 [ …31]
        4 => array:31 [ …31]
        5 => array:31 [ …31]
        6 => array:31 [ …31]
        7 => array:31 [ …31]
        8 => array:31 [ …31]
        9 => array:31 [ …31]
        10 => array:31 [ …31]
        11 => array:31 [ …31]
        12 => array:31 [ …31]
        13 => array:31 [ …31]
        14 => array:31 [ …31]
        15 => array:31 [ …31]
        16 => array:31 [ …31]
        17 => array:31 [ …31]
        18 => array:31 [ …31]
        19 => array:31 [ …31]
        20 => array:31 [ …31]
        21 => array:31 [ …31]
        22 => array:31 [ …31]
        23 => array:31 [ …31]
        24 => array:31 [ …31]
        25 => array:31 [ …31]
        26 => array:31 [ …31]
        27 => array:31 [ …31]
        28 => array:31 [ …31]
        29 => array:31 [ …31]
        30 => array:31 [ …31]
        31 => array:31 [ …31]
        32 => array:31 [ …31]
        33 => array:31 [ …31]
        34 => array:31 [ …31]
        35 => array:31 [ …31]
        36 => array:31 [ …31]
        37 => array:31 [ …31]
        38 => array:31 [ …31]
        39 => array:31 [ …31]
        40 => array:31 [ …31]
        41 => array:31 [ …31]
        42 => array:31 [ …31]
        43 => array:31 [ …31]
        44 => array:31 [ …31]
        45 => array:31 [ …31]
        46 => array:31 [ …31]
        47 => array:31 [ …31]
        48 => array:31 [ …31]
        49 => array:31 [ …31]
        50 => array:31 [ …31]
        51 => array:31 [ …31]
        52 => array:31 [ …31]
        53 => array:31 [ …31]
        54 => array:31 [ …31]
        55 => array:31 [ …31]
        56 => array:31 [ …31]
        57 => array:31 [ …31]
        58 => array:31 [ …31]
        59 => array:31 [ …31]
        60 => array:31 [ …31]
        61 => array:31 [ …31]
        62 => array:31 [ …31]
        63 => array:31 [ …31]
        64 => array:31 [ …31]
        65 => array:31 [ …31]
        66 => array:31 [ …31]
        67 => array:31 [ …31]
        68 => array:31 [ …31]
        69 => array:31 [ …31]
        70 => array:31 [ …31]
        71 => array:31 [ …31]
        72 => array:31 [ …31]
        73 => array:31 [ …31]
        74 => array:31 [ …31]
        75 => array:31 [ …31]
        76 => array:31 [ …31]
        77 => array:31 [ …31]
        78 => array:31 [ …31]
        79 => array:31 [ …31]
        80 => array:31 [ …31]
        81 => array:31 [ …31]
        82 => array:31 [ …31]
        83 => array:31 [ …31]
        84 => array:31 [ …31]
        85 => array:31 [ …31]
        86 => array:31 [ …31]
        87 => array:31 [ …31]
        88 => array:31 [ …31]
        89 => array:31 [ …31]
        90 => array:31 [ …31]
        91 => array:31 [ …31]
        92 => array:31 [ …31]
        93 => array:31 [ …31]
        94 => array:31 [ …31]
        95 => array:31 [ …31]
        96 => array:31 [ …31]
        97 => array:31 [ …31]
        98 => array:31 [ …31]
        99 => array:31 [ …31]
        100 => array:31 [ …31]
        101 => array:31 [ …31]
        102 => array:31 [ …31]
        103 => array:31 [ …31]
        104 => array:31 [ …31]
        105 => array:31 [ …31]
        106 => array:31 [ …31]
        107 => array:31 [ …31]
        108 => array:31 [ …31]
        109 => array:31 [ …31]
        110 => array:31 [ …31]
        111 => array:31 [ …31]
        112 => array:31 [ …31]
        113 => array:31 [ …31]
        114 => array:31 [ …31]
        115 => array:31 [ …31]
        116 => array:31 [ …31]
        117 => array:31 [ …31]
        118 => array:31 [ …31]
        119 => array:31 [ …31]
        120 => array:31 [ …31]
        121 => array:31 [ …31]
        122 => array:31 [ …31]
        123 => array:31 [ …31]
        124 => array:31 [ …31]
        125 => array:31 [ …31]
        126 => array:31 [ …31]
        127 => array:31 [ …31]
        128 => array:31 [ …31]
        129 => array:31 [ …31]
        130 => array:31 [ …31]
        131 => array:31 [ …31]
        132 => array:31 [ …31]
        133 => array:31 [ …31]
        134 => array:31 [ …31]
        135 => array:31 [ …31]
        136 => array:31 [ …31]
        137 => array:31 [ …31]
        138 => array:31 [ …31]
        139 => array:31 [ …31]
        140 => array:31 [ …31]
        141 => array:31 [ …31]
        142 => array:31 [ …31]
        143 => array:31 [ …31]
        144 => array:31 [ …31]
        145 => array:31 [ …31]
        146 => array:31 [ …31]
        147 => array:31 [ …31]
        148 => array:31 [ …31]
        149 => array:31 [ …31]
        150 => array:31 [ …31]
        151 => array:31 [ …31]
        152 => array:31 [ …31]
        153 => array:31 [ …31]
        154 => array:31 [ …31]
        155 => array:31 [ …31]
        156 => array:31 [ …31]
        157 => array:31 [ …31]
        158 => array:31 [ …31]
        159 => array:31 [ …31]
        160 => array:31 [ …31]
        161 => array:31 [ …31]
        162 => array:31 [ …31]
        163 => array:31 [ …31]
        164 => array:31 [ …31]
        165 => array:31 [ …31]
        166 => array:31 [ …31]
        167 => array:31 [ …31]
        168 => array:31 [ …31]
        169 => array:31 [ …31]
        170 => array:31 [ …31]
        171 => array:31 [ …31]
        172 => array:31 [ …31]
        173 => array:31 [ …31]
        174 => array:31 [ …31]
        175 => array:31 [ …31]
        176 => array:31 [ …31]
        177 => array:31 [ …31]
        178 => array:31 [ …31]
        179 => array:31 [ …31]
        180 => array:31 [ …31]
        181 => array:31 [ …31]
        182 => array:31 [ …31]
        183 => array:31 [ …31]
        184 => array:31 [ …31]
        185 => array:31 [ …31]
        186 => array:31 [ …31]
        187 => array:31 [ …31]
        188 => array:31 [ …31]
        189 => array:31 [ …31]
        190 => array:31 [ …31]
        191 => array:31 [ …31]
        192 => array:31 [ …31]
        193 => array:31 [ …31]
        194 => array:31 [ …31]
        195 => array:31 [ …31]
        196 => array:31 [ …31]
        197 => array:31 [ …31]
        198 => array:31 [ …31]
        199 => array:31 [ …31]
        200 => array:31 [ …31]
        201 => array:31 [ …31]
        202 => array:31 [ …31]
        203 => array:31 [ …31]
        204 => array:31 [ …31]
        205 => array:31 [ …31]
        206 => array:31 [ …31]
        207 => array:31 [ …31]
        208 => array:31 [ …31]
        209 => array:31 [ …31]
        210 => array:31 [ …31]
        211 => array:31 [ …31]
        212 => array:31 [ …31]
        213 => array:31 [ …31]
        214 => array:31 [ …31]
        215 => array:31 [ …31]
        216 => array:31 [ …31]
        217 => array:31 [ …31]
        218 => array:31 [ …31]
        219 => array:31 [ …31]
        220 => array:31 [ …31]
        221 => array:31 [ …31]
        222 => array:31 [ …31]
        223 => array:31 [ …31]
        224 => array:31 [ …31]
        225 => array:31 [ …31]
        226 => array:31 [ …31]
        227 => array:31 [ …31]
        228 => array:31 [ …31]
        229 => array:31 [ …31]
        230 => array:31 [ …31]
        231 => array:31 [ …31]
        232 => array:31 [ …31]
      ]
      "footerNavigation" => []
      "breadcrumbs" => array:2 [
        0 => array:21 [ …21]
        1 => array:21 [ …21]
      ]
      "pageLanguage" => "en"
      "defaultDonationProduct" => array:87 [
        "id" => 1
        "product_uuid" => "b2821458-c5b7-11e9-a667-784f43611243"
        "product_type" => "gift_catalog_donation"
        "product_category" => "Donation"
        "primary_content" => array:1 [ …1]
        "sku" => "600888081WMNLP"
        "sku_share" => null
        "sku_full" => "600888081WMNLP"
        "sku_monthly" => "600888081WMNLPm"
        "product_code" => "600888081WMNLP"
        "price_full" => 0
        "price_share" => 0
        "price_static" => 0
        "price_fixed_1" => 1000
        "price_fixed_2" => 500
        "price_fixed_3" => 250
        "price_fixed_4" => 100
        "price_fixed_5" => 50
        "resource_file" => 0
        "product_title" => "Give Where Needed Most"
        "product_title_mini" => "Needed Most"
        "product_subtitle" => ""
        "product_image" => "Gift_Catalog/ZM201802-156.jpg"
        "product_image_alt_text" => "A smiling woman carrying her child in a sling."
        "product_images" => array:1 [ …1]
        "product_icon_empty" => ""
        "product_icon_empty_alt_text" => ""
        "product_icon_filled" => ""
        "product_icon_filled_alt_text" => ""
        "product_description" => "Your gift will make a long-lasting impact. Our projects provide animals and training to help families lift themselves out of poverty."
        "dimensions_and_details" => ""
        "product_source" => ""
        "affirmation" => ""
        "artisan_story" => ""
        "artisan_or_farmer_image" => ""
        "artisan_or_farmer_image_alt_text" => ""
        "suggested_product_1" => ""
        "suggested_product_1_variation" => null
        "suggested_product_1_amount" => null
        "suggested_product_1_shares" => null
        "suggested_product_1_fulls" => null
        "suggested_product_2" => ""
        "suggested_product_2_variation" => null
        "suggested_product_2_amount" => null
        "suggested_product_2_shares" => null
        "suggested_product_2_fulls" => null
        "suggested_product_3" => ""
        "suggested_product_3_variation" => null
        "suggested_product_3_amount" => null
        "suggested_product_3_shares" => null
        "suggested_product_3_fulls" => null
        "suggested_product_4" => ""
        "suggested_product_4_variation" => null
        "suggested_product_4_amount" => null
        "suggested_product_4_shares" => null
        "suggested_product_4_fulls" => null
        "suggested_product_5" => ""
        "suggested_product_5_variation" => null
        "suggested_product_5_amount" => null
        "suggested_product_5_shares" => null
        "suggested_product_5_fulls" => null
        "is_discounted" => 0
        "discount_share" => 0
        "discount_full" => 0
        "recurring_eligible" => 1
        "is_shippable" => 0
        "is_free_shipping" => 0
        "is_giftable" => 0
        "has_quantity" => 1
        "is_taxable" => 0
        "inventory_availability_warning" => 0
        "is_sold_out" => 0
        "physical_inventory_coming_soon" => 0
        "shipping_weight" => 0
        "quantity_limit_full" => 0
        "quantity_limit_share" => 0
        "honor_card_eligible" => 1
        "gift_card_eligible" => 1
        "honor_card_default_message" => "Your gift will be hard at work helping farming families create sustainable futures free from hunger and poverty. "
        "use_pluralize" => 1
        "monthly_amount_1" => 20
        "monthly_amount_2" => 30
        "monthly_amount_3" => 50
        "monthly_amount_4" => 100
        "monthly_amount_default" => "monthly_amount_2"
        "monthly_description" => "Providing a monthly gift helps provide sustaining support throughout the year to families in need"
        "product_variations" => []
      ]
      "otherNavigation" => array:3 [
        "small" => array:4 [ …4]
        "our-work" => array:6 [ …6]
        "what-you-can-do" => array:6 [ …6]
      ]
      "alert" => []
      "messages" => array:13 [
        0 => array:19 [ …19]
        1 => array:19 [ …19]
        2 => array:19 [ …19]
        3 => array:19 [ …19]
        4 => array:19 [ …19]
        5 => array:19 [ …19]
        6 => array:19 [ …19]
        7 => array:19 [ …19]
        8 => array:19 [ …19]
        9 => array:19 [ …19]
        10 => array:19 [ …19]
        11 => array:19 [ …19]
        12 => array:19 [ …19]
      ]
      "pageURL" => "blog/lets-be-friends"
      "isIndex" => false
    ]
    
  4. false
    
/home/wwwgeneral/sites/heifer/dev1/heifer_pres_2019/lib/Controller/ContentController.php
        }
 
        $identifierData = $this->gatherIdentifierData();
        if (!empty($identifierData)) {
            array_walk_recursive($identifierData, function(&$val, $key) {
                $val = urlencode($val);
            });
            $params = array_merge($params, $identifierData);
        }
 
        $response = API::callAPI('/page?' . BaseController::makeAPIParams($params));
 
        switch ($response['type']) {
            case 'redirect':
                $redirect = BaseController::checkAPIResponse($response, 'redirect');
 
                $this->redirect($redirect['newURL']);
                break;
            case 'page':
                return $this->getPageData($url, $response, $returnView);
        }   
        return;
    }
 
    protected function getPageData($url, $response, $returnView = true)
    {
        // $propensity = self::checkAPIResponse($response, 'propensity');
 
        // if (ENVIRONMENT != "production") {
        //     if (isset($_GET['propensity'])) {
        //         $override = filter_var($_GET['propensity'], FILTER_SANITIZE_STRING);
        //         switch ($override) {
        //             case 'noncat':
        //                 $propensity['lyticsUid'] = "u_111111111111111111";
        //                 $propensity['segments'] = ["noncatalog_donors"];
        //                 break;
 
        //             case 'noncat250':
        //                 $propensity['lyticsUid'] = "u_111111111111111111";
        //                 $propensity['segments'] = ["noncatalog_medium_donors"];
Arguments
  1. "/blog/lets-be-friends"
    
  2. array:6 [
      "statusCode" => 200
      "type" => "page"
      "requestUri" => "/v1/page?language=en&url=%2Fblog%2Flets-be-friends&userIp=3.90.242.249"
      "errors" => []
      "timing" => array:10 [
        "settings" => array:3 [
          "start" => 1711644410.5759
          "end" => 1711644410.5774
          "duration" => 0.0015690326690674
        ]
        "contentTypes" => array:3 [
          "start" => 1711644410.5775
          "end" => 1711644410.5777
          "duration" => 0.00016307830810547
        ]
        "navigation" => array:3 [
          "start" => 1711644410.5777
          "end" => 1711644411.4138
          "duration" => 0.83612394332886
        ]
        "breadcrumbs" => array:3 [
          "start" => 1711644411.4167
          "end" => 1711644411.443
          "duration" => 0.026320934295654
        ]
        "defaultDonationProduct" => array:3 [
          "start" => 1711644411.443
          "end" => 1711644411.4474
          "duration" => 0.0044219493865967
        ]
        "alert" => array:3 [
          "start" => 1711644411.4475
          "end" => 1711644411.4497
          "duration" => 0.002249002456665
        ]
        "messages" => array:3 [
          "start" => 1711644411.4497
          "end" => 1711644411.4976
          "duration" => 0.047843933105469
        ]
        "cart" => array:3 [
          "start" => 1711644411.4976
          "end" => 1711644411.5141
          "duration" => 0.016483068466187
        ]
        "propensity" => array:3 [
          "start" => 1711644411.5141
          "end" => 1711644411.5141
          "duration" => 2.1934509277344E-5
        ]
        "page" => array:3 [
          "start" => 1711644411.5141
          "end" => 1711644412.1348
          "duration" => 0.62066316604614
        ]
      ]
      "body" => array:10 [
        "settings" => array:38 [
          0 => array:6 [
            "settingId" => 1
            "settingName" => "LB_SYSTEM_PROJECT_NAME"
            "settingDescription" => "Provides the display name for this project"
            "settingGroup" => "System"
            "settingValue" => "Heifer International"
            "settingStatus" => 1
          ]
          1 => array:6 [
            "settingId" => 5
            "settingName" => "LB_SYSTEM_ACTIONS_EXPIRATION"
            "settingDescription" => "Determines the number of days Actions are stored in the database before being purged"
            "settingGroup" => "System"
            "settingValue" => 0
            "settingStatus" => 1
          ]
          2 => array:6 [
            "settingId" => 6
            "settingName" => "LB_SYSTEM_ACTIONS_HISTORY"
            "settingDescription" => "Determines the number of days to look up Actions to be displayed in the administrative panel"
            "settingGroup" => "System"
            "settingValue" => 0
            "settingStatus" => 1
          ]
          3 => array:6 [
            "settingId" => 7
            "settingName" => "LB_USER_REQUIRES_UNIQUE_USERNAME"
            "settingDescription" => "Determines whether a unique username is required upon creating a new user"
            "settingGroup" => "User Management"
            "settingValue" => 1
            "settingStatus" => 1
          ]
          4 => array:6 [
            "settingId" => 8
            "settingName" => "LB_USER_REQUIRES_EMAIL_VERIFICATION"
            "settingDescription" => "Determines whether email verification is required upon creating a new user"
            "settingGroup" => "User Management"
            "settingValue" => 0
            "settingStatus" => 1
          ]
          5 => array:6 [
            "settingId" => 9
            "settingName" => "LB_USER_PASSWORD_REGULAR_EXPRESSION"
            "settingDescription" => "Verifies that new passwords meet a required strength test"
            "settingGroup" => "User Management"
            "settingValue" => ""
            "settingStatus" => 1
          ]
          6 => array:6 [
            "settingId" => 10
            "settingName" => "LB_USER_PASSWORD_FORMAT"
            "settingDescription" => "Determines the type of encryption being used for user passwords and other sensitive data"
            "settingGroup" => "User Management"
            "settingValue" => "Blowfish"
            "settingStatus" => 1
          ]
          7 => array:6 [
            "settingId" => 11
            "settingName" => "LB_USER_DEFAULT_LOGIN_URL"
            "settingDescription" => "Provides a default page url to redirect users to when requesting authenticated sources"
            "settingGroup" => "User Management"
            "settingValue" => "/admin/login.html"
            "settingStatus" => 1
          ]
          8 => array:6 [
            "settingId" => 12
            "settingName" => "LB_USER_DEFAULT_REGISTER_URL"
            "settingDescription" => "Provides a default page url to redirect users to when requesting registration"
            "settingGroup" => "User Management"
            "settingValue" => "/register.html"
            "settingStatus" => 1
          ]
          9 => array:6 [
            "settingId" => 13
            "settingName" => "LB_USER_QUESTION_AND_ANSWER_REQUIRED"
            "settingDescription" => "Determines whether password retrieval question and answer are required upon creation of a new user"
            "settingGroup" => "User Management"
            "settingValue" => 0
            "settingStatus" => 1
          ]
          10 => array:6 [
            "settingId" => 14
            "settingName" => "LB_USER_ALLOWED_LOGIN_ATTEMPTS"
            "settingDescription" => "Determines the number of login attempts allowed before locking a user's account"
            "settingGroup" => "User Management"
            "settingValue" => 10
            "settingStatus" => 1
          ]
          11 => array:6 [
            "settingId" => 15
            "settingName" => "LB_USER_LOGIN_LOCKOUT_WINDOW"
            "settingDescription" => "Determines the number of minutes that must pass after a user maxes out login attempts"
            "settingGroup" => "User Management"
            "settingValue" => 10
            "settingStatus" => 1
          ]
          12 => array:6 [
            "settingId" => 16
            "settingName" => "LB_CONTENT_HAS_CMS"
            "settingDescription" => "Determines the type of Request Handler that will be used to handle page requests"
            "settingGroup" => "Content"
            "settingValue" => 1
            "settingStatus" => 1
          ]
          13 => array:6 [
            "settingId" => 17
            "settingName" => "LB_CONTENT_DEFAULT_TEMPLATE"
            "settingDescription" => "Sets a default template to use for CMS and frontend pages in the scenario that a template is not specified"
            "settingGroup" => "Content"
            "settingValue" => "Reef_Blank"
            "settingStatus" => 1
          ]
          14 => array:6 [
            "settingId" => 19
            "settingName" => "LB_CONTENT_GOOGLE_TAG_MANAGER_ID"
            "settingDescription" => "Google Tag Manager Container ID"
            "settingGroup" => "Website"
            "settingValue" => "GTM-KT882TW"
            "settingStatus" => 1
          ]
          15 => array:6 [
            "settingId" => 20
            "settingName" => "LB_CONTENT_FACEBOOK_APP_ID"
            "settingDescription" => "Load basic Facebook SDK code by entering your app id here"
            "settingGroup" => "Content"
            "settingValue" => 824269244866517
            "settingStatus" => 1
          ]
          16 => array:6 [
            "settingId" => 21
            "settingName" => "LB_CONTENT_DEFAULT_TITLE"
            "settingDescription" => "Load the default page title here."
            "settingGroup" => "Content"
            "settingValue" => "Heifer International"
            "settingStatus" => 1
          ]
          17 => array:6 [
            "settingId" => 22
            "settingName" => "LB_CONTENT_DEFAULT_DESCRIPTION"
            "settingDescription" => "Load the default page description here."
            "settingGroup" => "Content"
            "settingValue" => "Heifer International is a development organization working to end hunger and poverty around the world by providing livestock and training to struggling communities."
            "settingStatus" => 1
          ]
          18 => array:6 [
            "settingId" => 23
            "settingName" => "LB_CONTENT_DEFAULT_IMAGEPATH"
            "settingDescription" => "Load the default image path here for Open Graph image."
            "settingGroup" => "Content"
            "settingValue" => "logo-navy.svg"
            "settingStatus" => 1
          ]
          19 => array:6 [
            "settingId" => 24
            "settingName" => "LB_CONTENT_DEFAULT_KEYWORDS"
            "settingDescription" => "Load the default keywords here for SEO."
            "settingGroup" => "Content"
            "settingValue" => "hunger, poverty, development organization, charity"
            "settingStatus" => 1
          ]
          20 => array:6 [
            "settingId" => 25
            "settingName" => "LB_CONTENT_OG_DEFAULT_TITLE"
            "settingDescription" => "Load the default page title here."
            "settingGroup" => "Website"
            "settingValue" => "Heifer International"
            "settingStatus" => 1
          ]
          21 => array:6 [
            "settingId" => 26
            "settingName" => "LB_CONTENT_OG_DEFAULT_DESCRIPTION"
            "settingDescription" => "Load the default page description here."
            "settingGroup" => "Website"
            "settingValue" => "Heifer International is a development organization working to end hunger and poverty around the world by providing livestock and training to struggling communities."
            "settingStatus" => 1
          ]
          22 => array:6 [
            "settingId" => 27
            "settingName" => "LB_CONTENT_GOOGLEPLUS_LINK"
            "settingDescription" => "Load basic Facebook SDK code by entering your app id here"
            "settingGroup" => "Website"
            "settingValue" => ""
            "settingStatus" => 1
          ]
          23 => array:6 [
            "settingId" => 28
            "settingName" => "LB_CONTENT_YOUTUBE_USERNAME"
            "settingDescription" => "Add your YouTube username for social linking"
            "settingGroup" => "Website"
            "settingValue" => "HeiferInternational"
            "settingStatus" => 1
          ]
          24 => array:6 [
            "settingId" => 29
            "settingName" => "LB_CONTENT_TWITTER_USERNAME"
            "settingDescription" => "Add your Twitter username for social linking"
            "settingGroup" => "Website"
            "settingValue" => "heifer"
            "settingStatus" => 1
          ]
          25 => array:6 [
            "settingId" => 30
            "settingName" => "LB_CONTENT_FACEBOOK_USERNAME"
            "settingDescription" => "Add your Facebook username for social linking"
            "settingGroup" => "Website"
            "settingValue" => "heiferinternational"
            "settingStatus" => 1
          ]
          26 => array:6 [
            "settingId" => 31
            "settingName" => "LB_USER_PASSWORD_REQUIREMENTS"
            "settingDescription" => "A comma seperated list of password strength requirements. Format: [1-requirement,6-requirement]. Available requirements are: lower, upper, number, special, and length. LB_USER_PASSWORD_REGULAR_EXPRESSION must not be set."
            "settingGroup" => "User Management"
            "settingValue" => "1-lower,1-upper,1-number,10-length"
            "settingStatus" => 1
          ]
          27 => array:6 [
            "settingId" => 32
            "settingName" => "LB_USER_FORCE_PASSWORD_STRENGTH"
            "settingDescription" => "If set, invalidates user logins with below minimum password strength"
            "settingGroup" => "User Management"
            "settingValue" => true
            "settingStatus" => 1
          ]
          28 => array:6 [
            "settingId" => 33
            "settingName" => "LB_USER_PASSWORD_LIFETIME"
            "settingDescription" => "If set, determines the amount of time (in days) a password can last before it expires and must be reset."
            "settingGroup" => "User Management"
            "settingValue" => 90
            "settingStatus" => 1
          ]
          29 => array:6 [
            "settingId" => 34
            "settingName" => "LB_SESSION_ACTIVITY_TIMEOUT"
            "settingDescription" => "Sets the amount of time (in seconds) a session can be inactive before it expires."
            "settingGroup" => "User Management"
            "settingValue" => 1800
            "settingStatus" => 1
          ]
          30 => array:6 [
            "settingId" => 35
            "settingName" => "LB_CONTENT_INSTAGRAM_USERNAME"
            "settingDescription" => "Add your Instragram username for social linking"
            "settingGroup" => "Website"
            "settingValue" => "heiferinternational"
            "settingStatus" => 1
          ]
          31 => array:6 [
            "settingId" => 36
            "settingName" => "ENABLE_CART_ABANDONMENT"
            "settingDescription" => "Turn on/off the cart abandonment email functionality"
            "settingGroup" => "Website"
            "settingValue" => 1
            "settingStatus" => 1
          ]
          32 => array:6 [
            "settingId" => 37
            "settingName" => "CART_ABANDONMENT_SEND_DAYS"
            "settingDescription" => "On what days after abandoning a cart should a user receive an email"
            "settingGroup" => "Website"
            "settingValue" => 1
            "settingStatus" => 1
          ]
          33 => array:6 [
            "settingId" => 38
            "settingName" => "LB_CONTENT_DEFAULT_TITLE_TAGLINE"
            "settingDescription" => "Added to the meta title as a tagline when we are showing the default title."
            "settingGroup" => "Content"
            "settingValue" => "Ending Poverty and Caring for the Earth"
            "settingStatus" => 1
          ]
          34 => array:6 [
            "settingId" => 39
            "settingName" => "DONATION_MINIMUM"
            "settingDescription" => "REQUIRED: Set the minimum donation amount for the site. Enter a number greater than 0."
            "settingGroup" => "Website"
            "settingValue" => 10
            "settingStatus" => 1
          ]
          35 => array:6 [
            "settingId" => 40
            "settingName" => "LB_CONTENT_HOME_SMALL_NAVIGATION"
            "settingDescription" => "The id of the Home Small Navigation"
            "settingGroup" => "Content"
            "settingValue" => 19506
            "settingStatus" => 1
          ]
          36 => array:6 [
            "settingId" => 41
            "settingName" => "ALLOW_GOOGLE_ANTI_FLICKER"
            "settingDescription" => "Allow Google anti-flicker snippet to be used around the site. Enter a 1 for true or 0 for false"
            "settingGroup" => "Website"
            "settingValue" => 1
            "settingStatus" => 1
          ]
          37 => array:6 [
            "settingId" => 42
            "settingName" => "LB_CONTENT_LINKEDIN_USERNAME"
            "settingDescription" => "Add your LinkedIn username for social linking"
            "settingGroup" => "Website"
            "settingValue" => "heifer-international"
            "settingStatus" => 1
          ]
        ]
        "contentTypes" => array:183 [
          "LB_CONTENT_TYPE_BASIC_PAGE" => 1
          "LB_CONTENT_TYPE_META_DATA" => 2
          "LB_CONTENT_TYPE_POST" => 3
          "LB_CONTENT_TYPE_CUSTOMIZABLE" => 4
          "LB_CONTENT_TYPE_LEGO_PAGE___EXAMPLE" => 5
          "LB_CONTENT_TYPE_LEGO_BLOCK___HEADER_INTERIOR" => 6
          "LB_CONTENT_TYPE_LEGO_BLOCK___HEADER_LANDING" => 8
          "LB_CONTENT_TYPE_LEGO_BLOCK___HEADER_WITH_STAT_BAR" => 9
          "LB_CONTENT_TYPE_LEGO_BLOCK___CAROUSEL" => 10
          "LB_CONTENT_TYPE_LEGO_BLOCK___MAP" => 11
          "LB_CONTENT_TYPE_LEGO_BLOCK___SIMPLE_CARD" => 12
          "LB_CONTENT_TYPE_LEGO_BLOCK___LARGE_CARDS" => 14
          "LB_CONTENT_TYPE_LEGO_BLOCK___STORY" => 15
          "LB_CONTENT_TYPE_LEGO_BLOCK___WYSIWYG" => 16
          "LB_CONTENT_TYPE_LEGO_BLOCK___TEXT_IMAGE" => 17
          "LB_CONTENT_TYPE_LEGO_BLOCK___STATEMENT" => 18
          "LB_CONTENT_TYPE_LEGO_BLOCK___BAR_CHART" => 19
          "LB_CONTENT_TYPE_LEGO_BLOCK___VIDEO" => 20
          "LB_CONTENT_TYPE_LEGO_BLOCK___ANIMATED_STAT" => 21
          "LB_CONTENT_TYPE_LEGO_PAGE___TEST_2" => 22
          "LB_CONTENT_TYPE_LEGO_BLOCK___DONATION_FORM" => 23
          "LB_CONTENT_TYPE_SLIDE" => 24
          "LB_CONTENT_TYPE_STORIES" => 25
          "LB_CONTENT_TYPE_LEGO_BLOCK___DONATION_FORM_WITH_HEADLINE" => 26
          "LB_CONTENT_TYPE_LEGO_BLOCK___DONATION_FORM_WITH_BENEFITS" => 27
          "LB_CONTENT_TYPE_SHARED_CARD" => 28
          "LB_CONTENT_TYPE_LEGO_BLOCK___HOME_HEADER" => 30
          "LB_CONTENT_TYPE_LEGO_BLOCK___SUGGESTIONS" => 31
          "LB_CONTENT_TYPE_LEGO_BLOCK___STORY_CAROUSEL_SLIDE" => 32
          "LB_CONTENT_TYPE_LEGO_PAGE___OUR_WORK_LANDING" => 35
          "LB_CONTENT_TYPE_LEGO_BLOCK___STATEMENT_CTA" => 36
          "LB_CONTENT_TYPE_LEGO_PAGE___HOME" => 38
          "LB_CONTENT_TYPE_NAVIGATION" => 40
          "LB_CONTENT_TYPE_LEGO_PAGE___ABOUT_US_LANDING" => 41
          "LB_CONTENT_TYPE_MAP_LOCATION" => 42
          "LB_CONTENT_TYPE_LEGO_PAGE___CAMPAIGNS" => 44
          "LB_CONTENT_TYPE_LEGO_PAGE___BASIC_INTERIOR" => 45
          "LB_CONTENT_TYPE_LEGO_BLOCK___SECONDARY_CTA" => 46
          "LB_CONTENT_TYPE_LEGO_BLOCK___HEADER_CAMPAIGN" => 48
          "LB_CONTENT_TYPE_LEGO_BLOCK___HEADER_SIMPLE" => 49
          "LB_CONTENT_TYPE_TEST_LIMIT_(BLOCK)_LIMIT" => 52
          "LB_CONTENT_TYPE_TEST_LIMIT_(BLOCK)_ISL" => 53
          "LB_CONTENT_TYPE_TEST_LIMIT_(BLOCK)_CUSTOM" => 54
          "LB_CONTENT_TYPE_TEST_LIMIT_(BLOCK)_NO_LIMIT" => 55
          "LB_CONTENT_TYPE_LEGO_BLOCK___PRODUCT" => 58
          "LB_CONTENT_TYPE_LEGO_PAGE___PRODUCT" => 59
          "LB_CONTENT_TYPE_LEGO_PAGE___PROJECT" => 60
          "LB_CONTENT_TYPE_TEST_LIMIT_PAGE_(PAGE)" => 61
          "LB_CONTENT_TYPE_GIFT_CATALOG" => 62
          "LB_CONTENT_TYPE_GIFT_CATALOG_CATEGORY" => 63
          "LB_CONTENT_TYPE_GIFT_CATALOG_PRODUCT" => 64
          "LB_CONTENT_TYPE_HONOR_CARDS_HOME" => 65
          "LB_CONTENT_TYPE_HONOR_CARD_DELIVERY_METHOD" => 66
          "LB_CONTENT_TYPE_HONOR_CARD_STYLES" => 67
          "LB_CONTENT_TYPE_BLOG" => 68
          "LB_CONTENT_TYPE_BLOG_CATEGORY" => 69
          "LB_CONTENT_TYPE_LEGO_PAGE___GIVING_IN_HONOR" => 71
          "LB_CONTENT_TYPE_LEGO_PAGE___BLOG_PERMALINK" => 74
          "LB_CONTENT_TYPE_GIFT_CATALOG_PROJECT" => 75
          "LB_CONTENT_TYPE_BLOG_AUTHOR" => 76
          "LB_CONTENT_TYPE_POST/ARTICLE_META_INFORMATION" => 77
          "LB_CONTENT_TYPE_LEGO_BLOCK___BLOG_HEADER" => 78
          "LB_CONTENT_TYPE_MYACCOUNT_DASHBOARD" => 79
          "LB_CONTENT_TYPE_NEWS_LANDING" => 80
          "LB_CONTENT_TYPE_IN_THE_NEWS" => 81
          "LB_CONTENT_TYPE_LEGO_PAGE___HAPPENING_AT_HEIFER" => 82
          "LB_CONTENT_TYPE_LEGO_PAGE___PRESS_RELEASE" => 83
          "LB_CONTENT_TYPE_LEGO_PAGE___VISIT_HEIFER_LANDING" => 84
          "LB_CONTENT_TYPE_WORLD_ARK_ISSUE" => 85
          "LB_CONTENT_TYPE_WORLD_ARK_LANDING" => 86
          "LB_CONTENT_TYPE_LEGO_BLOCK___TWO_COLUMN" => 87
          "LB_CONTENT_TYPE_LEGO_PAGE___HEIFER_VILLAGE" => 88
          "LB_CONTENT_TYPE_LEGO_BLOCK___BLOG_TLDR" => 89
          "LB_CONTENT_TYPE_LEGO_BLOCK___BLOG_LISTICLE" => 90
          "LB_CONTENT_TYPE_LEGO_BLOCK___CONFIRMATION___EMAIL_SIGNUP" => 91
          "LB_CONTENT_TYPE_LEGO_BLOCK___CONFIRMATION___GIFT_CARD_THANK_YOU_NOTE" => 92
          "LB_CONTENT_TYPE_LEGO_BLOCK___CONFIRMATION___HONOR_CARD_INTRO" => 93
          "LB_CONTENT_TYPE_LEGO_BLOCK___CONFIRMATION___SOCIAL_SHARE" => 94
          "LB_CONTENT_TYPE_LEGO_BLOCK___CONFIRMATION___EMPLOYER_MATCH_PROCESS" => 95
          "LB_CONTENT_TYPE_LEGO_BLOCK___CONFIRMATION___COMPLETE_YOUR_GIFT_IN_HONOR" => 96
          "LB_CONTENT_TYPE_LEGO_BLOCK___CONFIRMATION___PASS_ON_THE_GIFT_PROMOTION" => 97
          "LB_CONTENT_TYPE_LEGO_BLOCK___CONFIRMATION___ACCOUNT_SIGNUP" => 98
          "LB_CONTENT_TYPE_LEGO_BLOCK___CONFIRMATION___DONATION_PROMOTION" => 99
          "LB_CONTENT_TYPE_LEGO_BLOCK___CONFIRMATION___CAMPAIGN_MESSAGE" => 100
          "LB_CONTENT_TYPE_LEGO_BLOCK___CONFIRMATION___MARKETPLACE_CONFIRMATION" => 101
          "LB_CONTENT_TYPE_LEGO_BLOCK___CONFIRMATION___CUSTOM_MATCH_CONFIRMATION" => 102
          "LB_CONTENT_TYPE_LEGO_BLOCK___CONFIRMATION___READ_TO_FEED_MESSAGE" => 103
          "LB_CONTENT_TYPE_LEGO_BLOCK___CONFIRMATION___GIFT_CARD_CONFIRMATION" => 104
          "LB_CONTENT_TYPE_LEGO_PAGE___CART_CONFIRMATION" => 105
          "LB_CONTENT_TYPE_LEGO_BLOCK___CONFIRMATION___GIVE_PROMOTION" => 106
          "LB_CONTENT_TYPE_LEGO_BLOCK___HERO" => 107
          "LB_CONTENT_TYPE_LEGO_BLOCK___CONTENT_GRID" => 108
          "LB_CONTENT_TYPE_LEGO_BLOCK___STATIC_FORM" => 109
          "LB_CONTENT_TYPE_CONDITIONAL_MESSAGE" => 111
          "LB_CONTENT_TYPE_LEGO_BLOCK___FAQ" => 112
          "LB_CONTENT_TYPE_LEGO_BLOCK___IDONATE_FORM" => 113
          "LB_CONTENT_TYPE_LEGO_BLOCK___DONATION_PRODUCT_MONTHLY" => 114
          "LB_CONTENT_TYPE_LEGO_BLOCK___CARD" => 115
          "LB_CONTENT_TYPE_SMALL_NAVIGATION" => 116
          "LB_CONTENT_TYPE_MARKETPLACE" => 118
          "LB_CONTENT_TYPE_LEGO_BLOCK___EVENT" => 119
          "LB_CONTENT_TYPE_LEGO_PAGE___EVENTS" => 120
          "LB_CONTENT_TYPE_MARKETPLACE_PRODUCT" => 121
          "LB_CONTENT_TYPE_GIFT_CARD_PRODUCT_PAGE" => 122
          "LB_CONTENT_TYPE_LEGO_BLOCK___NEWSLETTER" => 123
          "LB_CONTENT_TYPE_RESOURCE_LANDING_PAGE" => 124
          "LB_CONTENT_TYPE_RESOURCE_PARENT_CONTENT" => 125
          "LB_CONTENT_TYPE_RESOURCE_DETAILS_PAGE" => 126
          "LB_CONTENT_TYPE_RESOURCE_GROUP" => 127
          "LB_CONTENT_TYPE_LEGO_BLOCK___RESOURCE_LIST" => 128
          "LB_CONTENT_TYPE_GIFT_CARD" => 129
          "LB_CONTENT_TYPE_CART_IMPACT_MESSAGING" => 130
          "LB_CONTENT_TYPE_LEGO_BLOCK___HEADER_SPECIAL_EVENT" => 131
          "LB_CONTENT_TYPE_SITE_ALERT" => 132
          "LB_CONTENT_TYPE_LEGO_PAGE___IFRAME_CAMPAIGN" => 133
          "LB_CONTENT_TYPE_SEND_A_NOTE" => 134
          "LB_CONTENT_TYPE_LEGO_BLOCK___FORM_CONFIRMATION" => 135
          "LB_CONTENT_TYPE_CART_DATA" => 136
          "LB_CONTENT_TYPE_MARKETPLACE_CAMPAIGN_PRODUCT" => 137
          "LB_CONTENT_TYPE_LEGO_BLOCK___CAPTURE_FORM" => 138
          "LB_CONTENT_TYPE_LEGO_BLOCK___VIDEO_GALLERY" => 139
          "LB_CONTENT_TYPE_LEGO_BLOCK___CONTACT_" => 140
          "LB_CONTENT_TYPE_LEGO_BLOCK___EDUCATION_PACK_SIGNUP" => 141
          "LB_CONTENT_TYPE_PERFECT_MATCH" => 142
          "LB_CONTENT_TYPE_PERFECT_MATCH_RESULT" => 143
          "LB_CONTENT_TYPE_PERFECT_MATCH_PROFILE" => 144
          "LB_CONTENT_TYPE_LEGO_BLOCK___PERFECT_MATCH_QUIZ" => 145
          "LB_CONTENT_TYPE_LEGO_BLOCK___PERFECT_MATCH_QUESTIONS" => 146
          "LB_CONTENT_TYPE_LEGO_BLOCK___CONFIRMATION___PERFECT_MATCH_CONFIRMATION" => 147
          "LB_CONTENT_TYPE_LEGO_BLOCK___CONFIRMATION___GIVING_IN_HONOR_CONFIRMATION" => 148
          "LB_CONTENT_TYPE_LEGO_BLOCK___SUBSCRIPTIONS_HEADER" => 149
          "LB_CONTENT_TYPE_LEGO_BLOCK___SUBSCRIPTIONS_INTRO" => 150
          "LB_CONTENT_TYPE_LEGO_BLOCK___SUBSCRIPTIONS_CARDS" => 151
          "LB_CONTENT_TYPE_LEGO_BLOCK___SUBSCRIPTIONS_SOCIAL" => 152
          "LB_CONTENT_TYPE_LEGO_BLOCK___DONATION_SUBSCRIPTION_FORM" => 153
          "LB_CONTENT_TYPE_LEGO_BLOCK___SUBSCRIPTIONS_FAQ" => 154
          "LB_CONTENT_TYPE_LEGO_PAGE___SUBSCRIPTIONS" => 155
          "LB_CONTENT_TYPE_LEGO_PAGE___SUBSCRIPTION_CAMPAIGN" => 156
          "LB_CONTENT_TYPE_GOLDEN_COW" => 157
          "LB_CONTENT_TYPE_VIDEO" => 158
          "LB_CONTENT_TYPE_LEGO_BLOCK___VIDEO_GALLERY_MODALS" => 159
          "LB_CONTENT_TYPE_LEGO_BLOCK___COLUMNED_CONTENT" => 160
          "LB_CONTENT_TYPE_LEGO_BLOCK___FLIP_IMAGE_GRID" => 161
          "LB_CONTENT_TYPE_LEGO_BLOCK___DONATION_2021" => 162
          "LB_CONTENT_TYPE_LEGO_PAGE___DONATION_OPTIMIZED" => 163
          "LB_CONTENT_TYPE_PATTERNS_PAGE" => 165
          "LB_CONTENT_TYPE_MEDIA_CENTER" => 166
          "LB_CONTENT_TYPE_LIVE_CHAT" => 167
          "LB_CONTENT_TYPE_SPOKESPERSON" => 168
          "LB_CONTENT_TYPE_SPOKESPEOPLE_LANDING" => 169
          "LB_CONTENT_TYPE_LIVE_CHAT_LANDING" => 170
          "LB_CONTENT_TYPE_BOOK_OF_REMEMBRANCE" => 171
          "LB_CONTENT_TYPE_PERFECT_MONTHLY_MATCH" => 172
          "LB_CONTENT_TYPE_PERFECT_MONTHLY_MATCH_PROFILE" => 173
          "LB_CONTENT_TYPE_PERFECT_MONTHLY_MATCH_RESULT" => 174
          "LB_CONTENT_TYPE_SIGNATURE_PROJECT_UPDATE" => 175
          "LB_CONTENT_TYPE_SIGNATURE_PROJECT" => 176
          "LB_CONTENT_TYPE_SIGNATURE_PROJECT_LANDING" => 177
          "LB_CONTENT_TYPE_LEGO_BLOCK___NUMBERED_COLUMNS" => 178
          "LB_CONTENT_TYPE_LEGO_BLOCK___EMAIL_SIGNUP" => 179
          "LB_CONTENT_TYPE_BOOK_OF_REMEMBRANCE_SEARCH" => 180
          "LB_CONTENT_TYPE_BOOK_OF_REMEMBRANCE_FIND" => 181
          "LB_CONTENT_TYPE_BOOK_OF_REMEMBRANCE_LANDING" => 182
          "LB_CONTENT_TYPE_LEGO_BLOCK___PREMIUM_FORM_" => 183
          "LB_CONTENT_TYPE_LEGO_BLOCK___EMPLOYER_MATCH" => 184
          "LB_CONTENT_TYPE_LEGO_BLOCK___HOMEPAGE_2023___STATS" => 185
          "LB_CONTENT_TYPE_LEGO_BLOCK___HOMEPAGE_2023___MISSION" => 186
          "LB_CONTENT_TYPE_LEGO_BLOCK___HOMEPAGE_2023___NEWS" => 187
          "LB_CONTENT_TYPE_LEGO_BLOCK___HOMEPAGE_2023___BADGES" => 188
          "LB_CONTENT_TYPE_LEGO_BLOCK___HOMEPAGE_2023___COLLAGE" => 189
          "LB_CONTENT_TYPE_LEGO_BLOCK___HOMEPAGE_2023___CONTENT_GRID" => 190
          "LB_CONTENT_TYPE_LEGO_BLOCK___HOMEPAGE_2023___HERO_DEFAULT" => 191
          "LB_CONTENT_TYPE_LEGO_BLOCK___HOMEPAGE_2023___HERO_DONATION" => 192
          "LB_CONTENT_TYPE_LEGO_BLOCK___HOMEPAGE_2023___HERO_DOUBLE_FEATURE" => 193
          "LB_CONTENT_TYPE_LEGO_BLOCK___HOMEPAGE_2023___PROMO_LINKS" => 194
          "LB_CONTENT_TYPE_READ_TO_FEED" => 195
          "LB_CONTENT_TYPE_LEGO_PAGE___STORY" => 196
          "LB_CONTENT_TYPE_LEGO_BLOCK___HEADER_COLLECTION" => 197
          "LB_CONTENT_TYPE_LEGO_BLOCK___FEATURED_COLLECTIONS" => 198
          "LB_CONTENT_TYPE_LEGO_BLOCK___COLLECTION_CARD_ROW" => 199
          "LB_CONTENT_TYPE_LEGO_PAGE___COLLECTIONS" => 200
          "LB_CONTENT_TYPE_LEGO_BLOCK___SHORTHAND_EMBED" => 201
          "LB_CONTENT_TYPE_GROUP_LANDING_PAGE" => 202
        ]
        "navigation" => array:6 [
          "main" => array:233 [
            0 => array:31 [
              "contentId" => 21156
              "fullURL" => "/blog/collections/index"
              "contentSlug" => "index"
              "contentAlias" => "index"
              "contentDescription" => ""
              "creator" => 1
              "creationDate" => 1709063707
              "updatedBy" => 1
              "updatedDate" => 1709063707
              "contentSectionId" => 343
              "contentTypeId" => 69
              "templateId" => 42
              "headerStatus" => 404
              "redirectLocation" => ""
              "showInNavigation" => 1
              "showInFooterNavigation" => null
              "navigationAnchor" => "index"
              "status" => 1
              "published" => 1
              "navigationOrder" => 1
              "ruleId" => 0
              "sortOrder" => 0
              "contentTypeDescription" => "Blog Category"
              "contentTypeName" => "Blog Category"
              "defaultAllowsCommenting" => 0
              "defaultAllowsFavoriting" => 0
              "defaultAllowsRating" => 0
              "defaultAllowsTagging" => 0
              "isSelectable" => 1
              "parentContentTypeId" => 2
              "useOption" => 1
            ]
            1 => array:31 [
              "contentId" => 19125
              "fullURL" => "/blog/why-giving-is-good-for-your-health-copy"
              "contentSlug" => "why-giving-is-good-for-your-health-copy"
              "contentAlias" => "why-giving-is-good-for-your-health-copy"
              "contentDescription" => ""
              "creator" => 43
              "creationDate" => 1574353922
              "updatedBy" => 43
              "updatedDate" => 1574353922
              "contentSectionId" => 27
              "contentTypeId" => 74
              "templateId" => 43
              "headerStatus" => 404
              "redirectLocation" => ""
              "showInNavigation" => 1
              "showInFooterNavigation" => null
              "navigationAnchor" => "giving-is-good-for-your-health-copy"
              "status" => 1
              "published" => 1
              "navigationOrder" => 0
              "ruleId" => 0
              "sortOrder" => 0
              "contentTypeDescription" => "Lego Page - Blog Permalink"
              "contentTypeName" => "Lego Page - Blog Permalink"
              "defaultAllowsCommenting" => 0
              "defaultAllowsFavoriting" => 0
              "defaultAllowsRating" => 0
              "defaultAllowsTagging" => 0
              "isSelectable" => 1
              "parentContentTypeId" => 77
              "useOption" => 1
            ]
            2 => array:31 [
              "contentId" => 20940
              "fullURL" => "/blog/relationship-between-bees-and-regenerative-agriculture-at-heifer-ranch"
              "contentSlug" => "relationship-between-bees-and-regenerative-agriculture-at-heifer-ranch"
              "contentAlias" => "relationship-between-bees-and-regenerative-agriculture-at-heifer-ranch"
              "contentDescription" => ""
              "creator" => 794
              "creationDate" => 1684272312
              "updatedBy" => 794
              "updatedDate" => 1684272312
              "contentSectionId" => 27
              "contentTypeId" => 74
              "templateId" => 43
              "headerStatus" => 404
              "redirectLocation" => ""
              "showInNavigation" => 1
              "showInFooterNavigation" => null
              "navigationAnchor" => "relationship-between-bees-and-regenerative-agriculture-at-heifer-ranch"
              "status" => 1
              "published" => 1
              "navigationOrder" => 0
              "ruleId" => 0
              "sortOrder" => 0
              "contentTypeDescription" => "Lego Page - Blog Permalink"
              "contentTypeName" => "Lego Page - Blog Permalink"
              "defaultAllowsCommenting" => 0
              "defaultAllowsFavoriting" => 0
              "defaultAllowsRating" => 0
              "defaultAllowsTagging" => 0
              "isSelectable" => 1
              "parentContentTypeId" => 77
              "useOption" => 1
            ]
            3 => array:31 [
              "contentId" => 19100
              "fullURL" => "/blog/jasons-travels-in-nepal-"
              "contentSlug" => "jasons-travels-in-nepal-"
              "contentAlias" => "jasons travels in nepal "
              "contentDescription" => ""
              "creator" => 15
              "creationDate" => 1572360868
              "updatedBy" => 15
              "updatedDate" => 1572360868
              "contentSectionId" => 27
              "contentTypeId" => 74
              "templateId" => 43
              "headerStatus" => 404
              "redirectLocation" => ""
              "showInNavigation" => 1
              "showInFooterNavigation" => null
              "navigationAnchor" => "jasons travels in nepal "
              "status" => 1
              "published" => 1
              "navigationOrder" => 1
              "ruleId" => 0
              "sortOrder" => 1
              "contentTypeDescription" => "Lego Page - Blog Permalink"
              "contentTypeName" => "Lego Page - Blog Permalink"
              "defaultAllowsCommenting" => 0
              "defaultAllowsFavoriting" => 0
              "defaultAllowsRating" => 0
              "defaultAllowsTagging" => 0
              "isSelectable" => 1
              "parentContentTypeId" => 77
              "useOption" => 1
            ]
            4 => array:31 [
              "contentId" => 19162
              "fullURL" => "/blog/fighting-fire-with-goats"
              "contentSlug" => "fighting-fire-with-goats"
              "contentAlias" => "fighting-fire-with-goats"
              "contentDescription" => ""
              "creator" => 40
              "creationDate" => 1579038913
              "updatedBy" => 40
              "updatedDate" => 1579038913
              "contentSectionId" => 27
              "contentTypeId" => 74
              "templateId" => 43
              "headerStatus" => 404
              "redirectLocation" => ""
              "showInNavigation" => 1
              "showInFooterNavigation" => null
              "navigationAnchor" => "fighting-fire-with-goats"
              "status" => 1
              "published" => 1
              "navigationOrder" => 32
              "ruleId" => 0
              "sortOrder" => 32
              "contentTypeDescription" => "Lego Page - Blog Permalink"
              "contentTypeName" => "Lego Page - Blog Permalink"
              "defaultAllowsCommenting" => 0
              "defaultAllowsFavoriting" => 0
              "defaultAllowsRating" => 0
              "defaultAllowsTagging" => 0
              "isSelectable" => 1
              "parentContentTypeId" => 77
              "useOption" => 1
            ]
            5 => array:31 [
              "contentId" => 19120
              "fullURL" => "/blog/the-holy-elephants-that-protect-farmers-crops-in-nepal"
              "contentSlug" => "the-holy-elephants-that-protect-farmers-crops-in-nepal"
              "contentAlias" => "The Holy Elephants That Protect Farmers' Crops in Nepal"
              "contentDescription" => "The women of the Sanghrasil Cooperative in the western jungles of Nepal face a particular set of farming challenges. Only a narrow dirt road separates their homes and Banke National Park, a natural habitat for pythons, hyenas, crocodiles and tigers. But in the past, elephants posed the main threat to the women’s farms. "
              "creator" => 41
              "creationDate" => 1573763053
              "updatedBy" => 41
              "updatedDate" => 1573763053
              "contentSectionId" => 27
              "contentTypeId" => 74
              "templateId" => 43
              "headerStatus" => 404
              "redirectLocation" => ""
              "showInNavigation" => 1
              "showInFooterNavigation" => null
              "navigationAnchor" => "The Holy Elephants That Protect Farmers' Crops in Nepal"
              "status" => 1
              "published" => 1
              "navigationOrder" => 41
              "ruleId" => 0
              "sortOrder" => 41
              "contentTypeDescription" => "Lego Page - Blog Permalink"
              "contentTypeName" => "Lego Page - Blog Permalink"
              "defaultAllowsCommenting" => 0
              "defaultAllowsFavoriting" => 0
              "defaultAllowsRating" => 0
              "defaultAllowsTagging" => 0
              "isSelectable" => 1
              "parentContentTypeId" => 77
              "useOption" => 1
            ]
            6 => array:31 [
              "contentId" => 19121
              "fullURL" => "/blog/the-graze-overlooked-news"
              "contentSlug" => "the-graze-overlooked-news"
              "contentAlias" => "the graze overlooked news"
              "contentDescription" => ""
              "creator" => 40
              "creationDate" => 1574029929
              "updatedBy" => 40
              "updatedDate" => 1574029929
              "contentSectionId" => 27
              "contentTypeId" => 74
              "templateId" => 43
              "headerStatus" => 404
              "redirectLocation" => ""
              "showInNavigation" => 1
              "showInFooterNavigation" => null
              "navigationAnchor" => ""
              "status" => 1
              "published" => 1
              "navigationOrder" => 42
              "ruleId" => 0
              "sortOrder" => 42
              "contentTypeDescription" => "Lego Page - Blog Permalink"
              "contentTypeName" => "Lego Page - Blog Permalink"
              "defaultAllowsCommenting" => 0
              "defaultAllowsFavoriting" => 0
              "defaultAllowsRating" => 0
              "defaultAllowsTagging" => 0
              "isSelectable" => 1
              "parentContentTypeId" => 77
              "useOption" => 1
            ]
            7 => array:31 [
              "contentId" => 19128
              "fullURL" => "/blog/ecuador-world-ark-magazine-feature-holiday-2019"
              "contentSlug" => "ecuador-world-ark-magazine-feature-holiday-2019"
              "contentAlias" => "ecuador-world-ark-magazine-feature-holiday-2019"
              "contentDescription" => "Holiday 2019 Ecuador Feature "
              "creator" => 43
              "creationDate" => 1574788004
              "updatedBy" => 43
              "updatedDate" => 1574788004
              "contentSectionId" => 27
              "contentTypeId" => 74
              "templateId" => 43
              "headerStatus" => 404
              "redirectLocation" => ""
              "showInNavigation" => 1
              "showInFooterNavigation" => null
              "navigationAnchor" => "ecuador-world-ark-feature"
              "status" => 1
              "published" => 1
              "navigationOrder" => 43
              "ruleId" => 0
              "sortOrder" => 43
              "contentTypeDescription" => "Lego Page - Blog Permalink"
              "contentTypeName" => "Lego Page - Blog Permalink"
              "defaultAllowsCommenting" => 0
              "defaultAllowsFavoriting" => 0
              "defaultAllowsRating" => 0
              "defaultAllowsTagging" => 0
              "isSelectable" => 1
              "parentContentTypeId" => 77
              "useOption" => 1
            ]
            8 => array:31 [
              "contentId" => 19134
              "fullURL" => "/blog/mosquito-book-review-world-ark-holiday-2019"
              "contentSlug" => "mosquito-book-review-world-ark-holiday-2019"
              "contentAlias" => "mosquito-book-review-world-ark-holiday-2019"
              "contentDescription" => ""
              "creator" => 43
              "creationDate" => 1574884909
              "updatedBy" => 43
              "updatedDate" => 1574884909
              "contentSectionId" => 27
              "contentTypeId" => 74
              "templateId" => 43
              "headerStatus" => 404
              "redirectLocation" => ""
              "showInNavigation" => 1
              "showInFooterNavigation" => null
              "navigationAnchor" => "mosquito-book-review-world-ark-holiday-2019"
              "status" => 1
              "published" => 1
              "navigationOrder" => 44
              "ruleId" => 0
              "sortOrder" => 44
              "contentTypeDescription" => "Lego Page - Blog Permalink"
              "contentTypeName" => "Lego Page - Blog Permalink"
              "defaultAllowsCommenting" => 0
              "defaultAllowsFavoriting" => 0
              "defaultAllowsRating" => 0
              "defaultAllowsTagging" => 0
              "isSelectable" => 1
              "parentContentTypeId" => 77
              "useOption" => 1
            ]
            9 => array:31 [
              "contentId" => 19139
              "fullURL" => "/blog/the-graze-december-sixth"
              "contentSlug" => "the-graze-december-sixth"
              "contentAlias" => "the-graze-december-sixth"
              "contentDescription" => "The Graze issue of the week of December 6th"
              "creator" => 43
              "creationDate" => 1575571786
              "updatedBy" => 43
              "updatedDate" => 1575571786
              "contentSectionId" => 27
              "contentTypeId" => 74
              "templateId" => 43
              "headerStatus" => 404
              "redirectLocation" => ""
              "showInNavigation" => 1
              "showInFooterNavigation" => null
              "navigationAnchor" => "the-graze-december-sixth"
              "status" => 1
              "published" => 1
              "navigationOrder" => 46
              "ruleId" => 0
              "sortOrder" => 46
              "contentTypeDescription" => "Lego Page - Blog Permalink"
              "contentTypeName" => "Lego Page - Blog Permalink"
              "defaultAllowsCommenting" => 0
              "defaultAllowsFavoriting" => 0
              "defaultAllowsRating" => 0
              "defaultAllowsTagging" => 0
              "isSelectable" => 1
              "parentContentTypeId" => 77
              "useOption" => 1
            ]
            10 => array:31 [
              "contentId" => 19142
              "fullURL" => "/blog/how-its-made-alpaca-knits"
              "contentSlug" => "how-its-made-alpaca-knits"
              "contentAlias" => "how-its-made-alpaca-knits"
              "contentDescription" => "Alpaca knits\r\n"
              "creator" => 43
              "creationDate" => 1575913524
              "updatedBy" => 43
              "updatedDate" => 1575913524
              "contentSectionId" => 27
              "contentTypeId" => 74
              "templateId" => 43
              "headerStatus" => 404
              "redirectLocation" => ""
              "showInNavigation" => 1
              "showInFooterNavigation" => null
              "navigationAnchor" => "how-its-made-alpaca-knits"
              "status" => 1
              "published" => 1
              "navigationOrder" => 47
              "ruleId" => 0
              "sortOrder" => 47
              "contentTypeDescription" => "Lego Page - Blog Permalink"
              "contentTypeName" => "Lego Page - Blog Permalink"
              "defaultAllowsCommenting" => 0
              "defaultAllowsFavoriting" => 0
              "defaultAllowsRating" => 0
              "defaultAllowsTagging" => 0
              "isSelectable" => 1
              "parentContentTypeId" => 77
              "useOption" => 1
            ]
            11 => array:31 [
              "contentId" => 19144
              "fullURL" => "/blog/have-an-eco-friendly-holiday-"
              "contentSlug" => "have-an-eco-friendly-holiday-"
              "contentAlias" => "Have an Eco-Friendly Holiday "
              "contentDescription" => ""
              "creator" => 40
              "creationDate" => 1576185192
              "updatedBy" => 40
              "updatedDate" => 1576185192
              "contentSectionId" => 27
              "contentTypeId" => 74
              "templateId" => 43
              "headerStatus" => 404
              "redirectLocation" => ""
              "showInNavigation" => 1
              "showInFooterNavigation" => null
              "navigationAnchor" => ""
              "status" => 1
              "published" => 1
              "navigationOrder" => 48
              "ruleId" => 0
              "sortOrder" => 48
              "contentTypeDescription" => "Lego Page - Blog Permalink"
              "contentTypeName" => "Lego Page - Blog Permalink"
              "defaultAllowsCommenting" => 0
              "defaultAllowsFavoriting" => 0
              "defaultAllowsRating" => 0
              "defaultAllowsTagging" => 0
              "isSelectable" => 1
              "parentContentTypeId" => 77
              "useOption" => 1
            ]
            12 => array:31 [
              "contentId" => 19149
              "fullURL" => "/blog/weird-and-wonderful-christmas-traditions-around-the-world"
              "contentSlug" => "weird-and-wonderful-christmas-traditions-around-the-world"
              "contentAlias" => "weird-and-wonderful-christmas-traditions-around-the-world"
              "contentDescription" => ""
              "creator" => 43
              "creationDate" => 1576690242
              "updatedBy" => 43
              "updatedDate" => 1576690242
              "contentSectionId" => 27
              "contentTypeId" => 74
              "templateId" => 43
              "headerStatus" => 404
              "redirectLocation" => ""
              "showInNavigation" => 1
              "showInFooterNavigation" => null
              "navigationAnchor" => "weird-and-wonderful-christmas-traditions-around-the-world"
              "status" => 1
              "published" => 1
              "navigationOrder" => 49
              "ruleId" => 0
              "sortOrder" => 49
              "contentTypeDescription" => "Lego Page - Blog Permalink"
              "contentTypeName" => "Lego Page - Blog Permalink"
              "defaultAllowsCommenting" => 0
              "defaultAllowsFavoriting" => 0
              "defaultAllowsRating" => 0
              "defaultAllowsTagging" => 0
              "isSelectable" => 1
              "parentContentTypeId" => 77
              "useOption" => 1
            ]
            13 => array:31 [
              "contentId" => 19151
              "fullURL" => "/blog/a-ray-of-hope-in-haiti"
              "contentSlug" => "a-ray-of-hope-in-haiti"
              "contentAlias" => "a-ray-of-hope-in-Haiti"
              "contentDescription" => ""
              "creator" => 43
              "creationDate" => 1576790269
              "updatedBy" => 43
              "updatedDate" => 1576790269
              "contentSectionId" => 27
              "contentTypeId" => 74
              "templateId" => 43
              "headerStatus" => 404
              "redirectLocation" => ""
              "showInNavigation" => 1
              "showInFooterNavigation" => null
              "navigationAnchor" => "a-ray-of-hope-in-Haiti"
              "status" => 1
              "published" => 1
              "navigationOrder" => 50
              "ruleId" => 0
              "sortOrder" => 50
              "contentTypeDescription" => "Lego Page - Blog Permalink"
              "contentTypeName" => "Lego Page - Blog Permalink"
              "defaultAllowsCommenting" => 0
              "defaultAllowsFavoriting" => 0
              "defaultAllowsRating" => 0
              "defaultAllowsTagging" => 0
              "isSelectable" => 1
              "parentContentTypeId" => 77
              "useOption" => 1
            ]
            14 => array:31 [
              "contentId" => 19152
              "fullURL" => "/blog/global-holiday-traditions-to-terrify-and-delight-you--an-unconventional-holiday-recipe"
              "contentSlug" => "global-holiday-traditions-to-terrify-and-delight-you--an-unconventional-holiday-recipe"
              "contentAlias" => "Global holiday traditions to terrify and delight you + an unconventional holiday recipe"
              "contentDescription" => ""
              "creator" => 40
              "creationDate" => 1576862109
              "updatedBy" => 40
              "updatedDate" => 1576862109
              "contentSectionId" => 27
              "contentTypeId" => 74
              "templateId" => 43
              "headerStatus" => 404
              "redirectLocation" => ""
              "showInNavigation" => 1
              "showInFooterNavigation" => null
              "navigationAnchor" => "Global holiday traditions to terrify and delight you + an unconventional holiday recipe"
              "status" => 1
              "published" => 1
              "navigationOrder" => 51
              "ruleId" => 0
              "sortOrder" => 51
              "contentTypeDescription" => "Lego Page - Blog Permalink"
              "contentTypeName" => "Lego Page - Blog Permalink"
              "defaultAllowsCommenting" => 0
              "defaultAllowsFavoriting" => 0
              "defaultAllowsRating" => 0
              "defaultAllowsTagging" => 0
              "isSelectable" => 1
              "parentContentTypeId" => 77
              "useOption" => 1
            ]
            15 => array:31 [
              "contentId" => 19157
              "fullURL" => "/blog/the-graze-resolution-roundup"
              "contentSlug" => "the-graze-resolution-roundup"
              "contentAlias" => "the-graze-resolution-roundup"
              "contentDescription" => ""
              "creator" => 43
              "creationDate" => 1578434044
              "updatedBy" => 43
              "updatedDate" => 1578434044
              "contentSectionId" => 27
              "contentTypeId" => 74
              "templateId" => 43
              "headerStatus" => 404
              "redirectLocation" => ""
              "showInNavigation" => 1
              "showInFooterNavigation" => null
              "navigationAnchor" => "the-graze-resolution-roundup"
              "status" => 1
              "published" => 1
              "navigationOrder" => 52
              "ruleId" => 0
              "sortOrder" => 52
              "contentTypeDescription" => "Lego Page - Blog Permalink"
              "contentTypeName" => "Lego Page - Blog Permalink"
              "defaultAllowsCommenting" => 0
              "defaultAllowsFavoriting" => 0
              "defaultAllowsRating" => 0
              "defaultAllowsTagging" => 0
              "isSelectable" => 1
              "parentContentTypeId" => 77
              "useOption" => 1
            ]
            16 => array:31 [
              "contentId" => 19165
              "fullURL" => "/blog/rats-you-need-to-know-about"
              "contentSlug" => "rats-you-need-to-know-about"
              "contentAlias" => "rats-you-need-to-know-about"
              "contentDescription" => ""
              "creator" => 43
              "creationDate" => 1579813483
              "updatedBy" => 43
              "updatedDate" => 1579813483
              "contentSectionId" => 27
              "contentTypeId" => 74
              "templateId" => 43
              "headerStatus" => 404
              "redirectLocation" => ""
              "showInNavigation" => 1
              "showInFooterNavigation" => null
              "navigationAnchor" => ""
              "status" => 1
              "published" => 1
              "navigationOrder" => 53
              "ruleId" => 0
              "sortOrder" => 53
              "contentTypeDescription" => "Lego Page - Blog Permalink"
              "contentTypeName" => "Lego Page - Blog Permalink"
              "defaultAllowsCommenting" => 0
              "defaultAllowsFavoriting" => 0
              "defaultAllowsRating" => 0
              "defaultAllowsTagging" => 0
              "isSelectable" => 1
              "parentContentTypeId" => 77
              "useOption" => 1
            ]
            17 => array:31 [
              "contentId" => 19194
              "fullURL" => "/blog/meet-the-powerhouse-women-of-thaprek-nepal"
              "contentSlug" => "meet-the-powerhouse-women-of-thaprek-nepal"
              "contentAlias" => "meet-the-powerhouse-women-of-thaprek-nepal"
              "contentDescription" => "Thaprek, Nepal, is home to the bold women of Ratanpur, a self-help group started in conjunction with Heifer Nepal, and those women have transformed the face of their community in less than five years."
              "creator" => 41
              "creationDate" => 1582058538
              "updatedBy" => 41
              "updatedDate" => 1582058538
              "contentSectionId" => 27
              "contentTypeId" => 74
              "templateId" => 43
              "headerStatus" => 404
              "redirectLocation" => ""
              "showInNavigation" => 1
              "showInFooterNavigation" => null
              "navigationAnchor" => "meet-the-powerhouse-women-of-thaprek-nepal"
              "status" => 1
              "published" => 1
              "navigationOrder" => 54
              "ruleId" => 0
              "sortOrder" => 54
              "contentTypeDescription" => "Lego Page - Blog Permalink"
              "contentTypeName" => "Lego Page - Blog Permalink"
              "defaultAllowsCommenting" => 0
              "defaultAllowsFavoriting" => 0
              "defaultAllowsRating" => 0
              "defaultAllowsTagging" => 0
              "isSelectable" => 1
              "parentContentTypeId" => 77
              "useOption" => 1
            ]
            18 => array:31 [
              "contentId" => 19205
              "fullURL" => "/blog/protein-pro-tips-for-plant-based-eating"
              "contentSlug" => "protein-pro-tips-for-plant-based-eating"
              "contentAlias" => "protein pro-tips for plant-based eating"
              "contentDescription" => "By now, we’ve all heard about some of the benefits of fitting more plant-based foods into our diet where possible, such as increasing the number of vitamins and minerals we get and lowering our risk for conditions such as diabetes and heart disease. Burgers that “surpass” meat are easy and delicious but shelling out big bucks at every meal might seem like a luxury many of us can’t afford. Luckily, there are several less expensive whole-food options that provide plenty of protein to fill you up. "
              "creator" => 41
              "creationDate" => 1582314452
              "updatedBy" => 41
              "updatedDate" => 1582314452
              "contentSectionId" => 27
              "contentTypeId" => 74
              "templateId" => 43
              "headerStatus" => 404
              "redirectLocation" => ""
              "showInNavigation" => 1
              "showInFooterNavigation" => null
              "navigationAnchor" => "protein pro-tips"
              "status" => 1
              "published" => 1
              "navigationOrder" => 55
              "ruleId" => 0
              "sortOrder" => 55
              "contentTypeDescription" => "Lego Page - Blog Permalink"
              "contentTypeName" => "Lego Page - Blog Permalink"
              "defaultAllowsCommenting" => 0
              "defaultAllowsFavoriting" => 0
              "defaultAllowsRating" => 0
              "defaultAllowsTagging" => 0
              "isSelectable" => 1
              "parentContentTypeId" => 77
              "useOption" => 1
            ]
            19 => array:31 [
              "contentId" => 19208
              "fullURL" => "/blog/win-a-trip-to-guatemala-with-heifer-international"
              "contentSlug" => "win-a-trip-to-guatemala-with-heifer-international"
              "contentAlias" => "win-a-trip-to-guatemala-with-heifer-international"
              "contentDescription" => ""
              "creator" => 43
              "creationDate" => 1582576726
              "updatedBy" => 43
              "updatedDate" => 1582576726
              "contentSectionId" => 27
              "contentTypeId" => 74
              "templateId" => 43
              "headerStatus" => 404
              "redirectLocation" => ""
              "showInNavigation" => 1
              "showInFooterNavigation" => null
              "navigationAnchor" => "win-a-trip-to-guatemala-with-heifer-international"
              "status" => 1
              "published" => 1
              "navigationOrder" => 56
              "ruleId" => 0
              "sortOrder" => 56
              "contentTypeDescription" => "Lego Page - Blog Permalink"
              "contentTypeName" => "Lego Page - Blog Permalink"
              "defaultAllowsCommenting" => 0
              "defaultAllowsFavoriting" => 0
              "defaultAllowsRating" => 0
              "defaultAllowsTagging" => 0
              "isSelectable" => 1
              "parentContentTypeId" => 77
              "useOption" => 1
            ]
            20 => array:31 [
              "contentId" => 19221
              "fullURL" => "/blog/10-things-to-know-about-nepal"
              "contentSlug" => "10-things-to-know-about-nepal"
              "contentAlias" => "10 Things to Know About Nepal"
              "contentDescription" => "Nepal may be known for the world's tallest peak and a funky looking flag, but there's much more to discover about this South Asian country."
              "creator" => 41
              "creationDate" => 1583276114
              "updatedBy" => 41
              "updatedDate" => 1583276114
              "contentSectionId" => 27
              "contentTypeId" => 74
              "templateId" => 43
              "headerStatus" => 404
              "redirectLocation" => ""
              "showInNavigation" => 1
              "showInFooterNavigation" => null
              "navigationAnchor" => "10 Things to Know About Nepal"
              "status" => 1
              "published" => 1
              "navigationOrder" => 57
              "ruleId" => 0
              "sortOrder" => 57
              "contentTypeDescription" => "Lego Page - Blog Permalink"
              "contentTypeName" => "Lego Page - Blog Permalink"
              "defaultAllowsCommenting" => 0
              "defaultAllowsFavoriting" => 0
              "defaultAllowsRating" => 0
              "defaultAllowsTagging" => 0
              "isSelectable" => 1
              "parentContentTypeId" => 77
              "useOption" => 1
            ]
            21 => array:31 [
              "contentId" => 19236
              "fullURL" => "/blog/covid-19-pandemic-affects-heifer-guatemala"
              "contentSlug" => "covid-19-pandemic-affects-heifer-guatemala"
              "contentAlias" => "covid-19-pandemic-affects-heifer-guatemala"
              "contentDescription" => ""
              "creator" => 43
              "creationDate" => 1584565524
              "updatedBy" => 43
              "updatedDate" => 1584565524
              "contentSectionId" => 27
              "contentTypeId" => 74
              "templateId" => 43
              "headerStatus" => 404
              "redirectLocation" => ""
              "showInNavigation" => 1
              "showInFooterNavigation" => null
              "navigationAnchor" => "covid-19-pandemic-affects-heifer-guatemala"
              "status" => 1
              "published" => 1
              "navigationOrder" => 60
              "ruleId" => 0
              "sortOrder" => 60
              "contentTypeDescription" => "Lego Page - Blog Permalink"
              "contentTypeName" => "Lego Page - Blog Permalink"
              "defaultAllowsCommenting" => 0
              "defaultAllowsFavoriting" => 0
              "defaultAllowsRating" => 0
              "defaultAllowsTagging" => 0
              "isSelectable" => 1
              "parentContentTypeId" => 77
              "useOption" => 1
            ]
            22 => array:31 [
              "contentId" => 19251
              "fullURL" => "/blog/the-unexpected-threat-facing-honeybees"
              "contentSlug" => "the-unexpected-threat-facing-honeybees"
              "contentAlias" => "the-unexpected-threat-facing-honeybees"
              "contentDescription" => ""
              "creator" => 43
              "creationDate" => 1585775331
              "updatedBy" => 43
              "updatedDate" => 1585775331
              "contentSectionId" => 27
              "contentTypeId" => 74
              "templateId" => 43
              "headerStatus" => 404
              "redirectLocation" => ""
              "showInNavigation" => 1
              "showInFooterNavigation" => null
              "navigationAnchor" => "the-unexpected-threat-facing-honeybees"
              "status" => 1
              "published" => 1
              "navigationOrder" => 61
              "ruleId" => 0
              "sortOrder" => 61
              "contentTypeDescription" => "Lego Page - Blog Permalink"
              "contentTypeName" => "Lego Page - Blog Permalink"
              "defaultAllowsCommenting" => 0
              "defaultAllowsFavoriting" => 0
              "defaultAllowsRating" => 0
              "defaultAllowsTagging" => 0
              "isSelectable" => 1
              "parentContentTypeId" => 77
              "useOption" => 1
            ]
            23 => array:31 [
              "contentId" => 19258
              "fullURL" => "/blog/heifer-ecuador-farmers-covid-19"
              "contentSlug" => "heifer-ecuador-farmers-covid-19"
              "contentAlias" => "heifer-ecuador-farmers-covid-19"
              "contentDescription" => ""
              "creator" => 43
              "creationDate" => 1586468864
              "updatedBy" => 43
              "updatedDate" => 1586468864
              "contentSectionId" => 27
              "contentTypeId" => 74
              "templateId" => 43
              "headerStatus" => 404
              "redirectLocation" => ""
              "showInNavigation" => 1
              "showInFooterNavigation" => null
              "navigationAnchor" => "heifer-ecuador-farmers-covid-19"
              "status" => 1
              "published" => 1
              "navigationOrder" => 62
              "ruleId" => 0
              "sortOrder" => 62
              "contentTypeDescription" => "Lego Page - Blog Permalink"
              "contentTypeName" => "Lego Page - Blog Permalink"
              "defaultAllowsCommenting" => 0
              "defaultAllowsFavoriting" => 0
              "defaultAllowsRating" => 0
              "defaultAllowsTagging" => 0
              "isSelectable" => 1
              "parentContentTypeId" => 77
              "useOption" => 1
            ]
            24 => array:31 [
              "contentId" => 19274
              "fullURL" => "/blog/better-beef-leads-to-better-honey-at-heifer-ranch"
              "contentSlug" => "better-beef-leads-to-better-honey-at-heifer-ranch"
              "contentAlias" => "Better Beef Leads to Better Honey at Heifer Ranch"
              "contentDescription" => "The experts at Heifer Ranch in Perryville, Arkansas, will tell you that, on a farm, everything’s connected, and that’s especially true with bees. “I think what’s really cool is that better beef might mean better honey, which is a neat correlation,” said Sean Pessarra, horticultural manager."
              "creator" => 41
              "creationDate" => 1587408025
              "updatedBy" => 41
              "updatedDate" => 1587408025
              "contentSectionId" => 27
              "contentTypeId" => 74
              "templateId" => 43
              "headerStatus" => 404
              "redirectLocation" => ""
              "showInNavigation" => 1
              "showInFooterNavigation" => null
              "navigationAnchor" => "Healthier Bovines Lead to Healthier Bees at Heifer Ranch"
              "status" => 1
              "published" => 1
              "navigationOrder" => 64
              "ruleId" => 0
              "sortOrder" => 64
              "contentTypeDescription" => "Lego Page - Blog Permalink"
              "contentTypeName" => "Lego Page - Blog Permalink"
              "defaultAllowsCommenting" => 0
              "defaultAllowsFavoriting" => 0
              "defaultAllowsRating" => 0
              "defaultAllowsTagging" => 0
              "isSelectable" => 1
              "parentContentTypeId" => 77
              "useOption" => 1
            ]
            25 => array:31 [
              "contentId" => 19275
              "fullURL" => "/blog/five-years-after-the-nepal-earthquake"
              "contentSlug" => "five-years-after-the-nepal-earthquake"
              "contentAlias" => "Five Years After the Nepal Earthquake"
              "contentDescription" => "The 7.8-magnitude earthquake, with an epicenter about 50 miles northwest of Kathmandu, was the most destructive the country had seen in 80 years. It killed almost 9,000 people, and an estimated 1 million homes and buildings were damaged or destroyed. Hundreds of aftershocks followed, as well as a second, 7.3-magnitude earthquake on May 12."
              "creator" => 41
              "creationDate" => 1587480261
              "updatedBy" => 41
              "updatedDate" => 1587480261
              "contentSectionId" => 27
              "contentTypeId" => 74
              "templateId" => 43
              "headerStatus" => 404
              "redirectLocation" => ""
              "showInNavigation" => 1
              "showInFooterNavigation" => null
              "navigationAnchor" => "Five Years After the Nepal Earthquake"
              "status" => 1
              "published" => 1
              "navigationOrder" => 65
              "ruleId" => 0
              "sortOrder" => 65
              "contentTypeDescription" => "Lego Page - Blog Permalink"
              "contentTypeName" => "Lego Page - Blog Permalink"
              "defaultAllowsCommenting" => 0
              "defaultAllowsFavoriting" => 0
              "defaultAllowsRating" => 0
              "defaultAllowsTagging" => 0
              "isSelectable" => 1
              "parentContentTypeId" => 77
              "useOption" => 1
            ]
            26 => array:31 [
              "contentId" => 19276
              "fullURL" => "/blog/americas-project-participants-pass-on-essential-gifts-during-covid-19-outbreak"
              "contentSlug" => "americas-project-participants-pass-on-essential-gifts-during-covid-19-outbreak"
              "contentAlias" => "Americas project participants pass on essential gifts during COVID-19 outbreak"
              "contentDescription" => "Farmers in Nicaragua and Honduras help others, while Heifer Ecuador staff stay connected."
              "creator" => 19
              "creationDate" => 1587491036
              "updatedBy" => 19
              "updatedDate" => 1587491036
              "contentSectionId" => 27
              "contentTypeId" => 74
              "templateId" => 43
              "headerStatus" => 404
              "redirectLocation" => ""
              "showInNavigation" => 1
              "showInFooterNavigation" => null
              "navigationAnchor" => "Americas project participants pass on essential gifts during COVID-19 outbreak"
              "status" => 1
              "published" => 1
              "navigationOrder" => 66
              "ruleId" => 0
              "sortOrder" => 66
              "contentTypeDescription" => "Lego Page - Blog Permalink"
              "contentTypeName" => "Lego Page - Blog Permalink"
              "defaultAllowsCommenting" => 0
              "defaultAllowsFavoriting" => 0
              "defaultAllowsRating" => 0
              "defaultAllowsTagging" => 0
              "isSelectable" => 1
              "parentContentTypeId" => 77
              "useOption" => 1
            ]
            27 => array:31 [
              "contentId" => 19287
              "fullURL" => "/blog/divya-gurung-the-nepalese-woman-who-overcame-her-fears-to-become-a-local-leader"
              "contentSlug" => "divya-gurung-the-nepalese-woman-who-overcame-her-fears-to-become-a-local-leader"
              "contentAlias" => "Divya Gurung, the Nepalese Woman Who Overcame Her Fears to Become a Local Leader"
              "contentDescription" => "Divya Gurung never aspired to a leadership position, but now she has been the manager of the Naya Sriganshil Cooperative for four of its 8 years of existence."
              "creator" => 41
              "creationDate" => 1588009626
              "updatedBy" => 41
              "updatedDate" => 1588009626
              "contentSectionId" => 27
              "contentTypeId" => 74
              "templateId" => 43
              "headerStatus" => 404
              "redirectLocation" => ""
              "showInNavigation" => 1
              "showInFooterNavigation" => null
              "navigationAnchor" => "Divya Gurung, the Nepalese Woman Who Overcame Her Fears to Become a Local Leader"
              "status" => 1
              "published" => 1
              "navigationOrder" => 67
              "ruleId" => 0
              "sortOrder" => 67
              "contentTypeDescription" => "Lego Page - Blog Permalink"
              "contentTypeName" => "Lego Page - Blog Permalink"
              "defaultAllowsCommenting" => 0
              "defaultAllowsFavoriting" => 0
              "defaultAllowsRating" => 0
              "defaultAllowsTagging" => 0
              "isSelectable" => 1
              "parentContentTypeId" => 77
              "useOption" => 1
            ]
            28 => array:31 [
              "contentId" => 19288
              "fullURL" => "/blog/covid-19-wreaks-havoc-on-crops-and-markets-in-bagladesh"
              "contentSlug" => "covid-19-wreaks-havoc-on-crops-and-markets-in-bagladesh"
              "contentAlias" => "Covid-19-wreaks-havoc-on-crops-and-markets-in-Bagladesh"
              "contentDescription" => ""
              "creator" => 43
              "creationDate" => 1588016084
              "updatedBy" => 43
              "updatedDate" => 1588016084
              "contentSectionId" => 27
              "contentTypeId" => 74
              "templateId" => 43
              "headerStatus" => 404
              "redirectLocation" => ""
              "showInNavigation" => 1
              "showInFooterNavigation" => null
              "navigationAnchor" => "Covid-19-wreaks-havoc-on-crops-and-markets-in-Bagladesh"
              "status" => 1
              "published" => 1
              "navigationOrder" => 68
              "ruleId" => 0
              "sortOrder" => 68
              "contentTypeDescription" => "Lego Page - Blog Permalink"
              "contentTypeName" => "Lego Page - Blog Permalink"
              "defaultAllowsCommenting" => 0
              "defaultAllowsFavoriting" => 0
              "defaultAllowsRating" => 0
              "defaultAllowsTagging" => 0
              "isSelectable" => 1
              "parentContentTypeId" => 77
              "useOption" => 1
            ]
            29 => array:31 [
              "contentId" => 19289
              "fullURL" => "/blog/heifer-haitis-tools-for-responding-to-covid-19-foresight-adaptation-and-humanity"
              "contentSlug" => "heifer-haitis-tools-for-responding-to-covid-19-foresight-adaptation-and-humanity"
              "contentAlias" => "Heifer Haiti's Tools for Responding to COVID-19: Foresight, Adaptation and Humanity"
              "contentDescription" => "When the first case of the novel coronavirus was officially reported in Haiti, the Heifer Haiti team was prepared. "
              "creator" => 41
              "creationDate" => 1588101915
              "updatedBy" => 41
              "updatedDate" => 1588101915
              "contentSectionId" => 27
              "contentTypeId" => 74
              "templateId" => 43
              "headerStatus" => 404
              "redirectLocation" => ""
              "showInNavigation" => 1
              "showInFooterNavigation" => null
              "navigationAnchor" => "Heifer Haiti's Tools for Responding to COVID-19: Foresight, Adaptation and Humanity"
              "status" => 1
              "published" => 1
              "navigationOrder" => 69
              "ruleId" => 0
              "sortOrder" => 69
              "contentTypeDescription" => "Lego Page - Blog Permalink"
              "contentTypeName" => "Lego Page - Blog Permalink"
              "defaultAllowsCommenting" => 0
              "defaultAllowsFavoriting" => 0
              "defaultAllowsRating" => 0
              "defaultAllowsTagging" => 0
              "isSelectable" => 1
              "parentContentTypeId" => 77
              "useOption" => 1
            ]
            30 => array:31 [
              "contentId" => 19305
              "fullURL" => "/blog/the-buzz-on-honey-infographic"
              "contentSlug" => "the-buzz-on-honey-infographic"
              "contentAlias" => "the-buzz-on-honey-infographic"
              "contentDescription" => ""
              "creator" => 40
              "creationDate" => 1588616943
              "updatedBy" => 40
              "updatedDate" => 1588616943
              "contentSectionId" => 27
              "contentTypeId" => 74
              "templateId" => 43
              "headerStatus" => 404
              "redirectLocation" => ""
              "showInNavigation" => 1
              "showInFooterNavigation" => null
              "navigationAnchor" => "the-buzz-on-honey-infographic"
              "status" => 1
              "published" => 1
              "navigationOrder" => 70
              "ruleId" => 0
              "sortOrder" => 70
              "contentTypeDescription" => "Lego Page - Blog Permalink"
              "contentTypeName" => "Lego Page - Blog Permalink"
              "defaultAllowsCommenting" => 0
              "defaultAllowsFavoriting" => 0
              "defaultAllowsRating" => 0
              "defaultAllowsTagging" => 0
              "isSelectable" => 1
              "parentContentTypeId" => 77
              "useOption" => 1
            ]
            31 => array:31 [
              "contentId" => 19306
              "fullURL" => "/blog/david-sherman-interview-that-sheep-may-safely-graze"
              "contentSlug" => "david-sherman-interview-that-sheep-may-safely-graze"
              "contentAlias" => "david-sherman-interview-that-sheep-may-safely-graze"
              "contentDescription" => ""
              "creator" => 43
              "creationDate" => 1588628575
              "updatedBy" => 43
              "updatedDate" => 1588628575
              "contentSectionId" => 27
              "contentTypeId" => 74
              "templateId" => 43
              "headerStatus" => 404
              "redirectLocation" => ""
              "showInNavigation" => 1
              "showInFooterNavigation" => null
              "navigationAnchor" => "david-sherman-interview-that-sheep-may-safely-graze"
              "status" => 1
              "published" => 1
              "navigationOrder" => 71
              "ruleId" => 0
              "sortOrder" => 71
              "contentTypeDescription" => "Lego Page - Blog Permalink"
              "contentTypeName" => "Lego Page - Blog Permalink"
              "defaultAllowsCommenting" => 0
              "defaultAllowsFavoriting" => 0
              "defaultAllowsRating" => 0
              "defaultAllowsTagging" => 0
              "isSelectable" => 1
              "parentContentTypeId" => 77
              "useOption" => 1
            ]
            32 => array:31 [
              "contentId" => 19307
              "fullURL" => "/blog/heifertogether-live-chats-family-farming-in-the-us-and-abroad-during-covid-19"
              "contentSlug" => "heifertogether-live-chats-family-farming-in-the-us-and-abroad-during-covid-19"
              "contentAlias" => "#HeiferTogether Live Chats: Family Farming in the U.S. and Abroad During COVID-19"
              "contentDescription" => "Join Heifer International President and CEO Pierre Ferrari for a new speaker series, #HeiferTogether, which is about the state of farmers around the world during the COVID-19 pandemic. "
              "creator" => 41
              "creationDate" => 1588713204
              "updatedBy" => 41
              "updatedDate" => 1588713204
              "contentSectionId" => 27
              "contentTypeId" => 74
              "templateId" => 43
              "headerStatus" => 404
              "redirectLocation" => ""
              "showInNavigation" => 1
              "showInFooterNavigation" => null
              "navigationAnchor" => "#HeiferTogether Live Chats: Family Farming in the U.S. and Abroad During COVID-19"
              "status" => 1
              "published" => 1
              "navigationOrder" => 72
              "ruleId" => 0
              "sortOrder" => 72
              "contentTypeDescription" => "Lego Page - Blog Permalink"
              "contentTypeName" => "Lego Page - Blog Permalink"
              "defaultAllowsCommenting" => 0
              "defaultAllowsFavoriting" => 0
              "defaultAllowsRating" => 0
              "defaultAllowsTagging" => 0
              "isSelectable" => 1
              "parentContentTypeId" => 77
              "useOption" => 1
            ]
            33 => array:31 [
              "contentId" => 19321
              "fullURL" => "/blog/everything-inside-by-edwidge-danticat-review"
              "contentSlug" => "everything-inside-by-edwidge-danticat-review"
              "contentAlias" => "Everything Inside by Edwidge Danticat Review"
              "contentDescription" => ""
              "creator" => 40
              "creationDate" => 1589502910
              "updatedBy" => 40
              "updatedDate" => 1589502910
              "contentSectionId" => 27
              "contentTypeId" => 74
              "templateId" => 43
              "headerStatus" => 404
              "redirectLocation" => ""
              "showInNavigation" => 1
              "showInFooterNavigation" => null
              "navigationAnchor" => "Everything Inside by Edwidge Danticat Review"
              "status" => 1
              "published" => 1
              "navigationOrder" => 73
              "ruleId" => 0
              "sortOrder" => 73
              "contentTypeDescription" => "Lego Page - Blog Permalink"
              "contentTypeName" => "Lego Page - Blog Permalink"
              "defaultAllowsCommenting" => 0
              "defaultAllowsFavoriting" => 0
              "defaultAllowsRating" => 0
              "defaultAllowsTagging" => 0
              "isSelectable" => 1
              "parentContentTypeId" => 77
              "useOption" => 1
            ]
            34 => array:31 [
              "contentId" => 19325
              "fullURL" => "/blog/read-the-2020-summer-issue-of-world-ark-magazine-now"
              "contentSlug" => "read-the-2020-summer-issue-of-world-ark-magazine-now"
              "contentAlias" => "Read the 2020 Summer Issue of World Ark Magazine Now"
              "contentDescription" => "Special online edition of World Ark, Summer 2020"
              "creator" => 41
              "creationDate" => 1589568963
              "updatedBy" => 41
              "updatedDate" => 1589568963
              "contentSectionId" => 27
              "contentTypeId" => 74
              "templateId" => 43
              "headerStatus" => 404
              "redirectLocation" => ""
              "showInNavigation" => 1
              "showInFooterNavigation" => null
              "navigationAnchor" => "Read the 2020 Summer Issue of World Ark Magazine Now"
              "status" => 1
              "published" => 1
              "navigationOrder" => 74
              "ruleId" => 0
              "sortOrder" => 74
              "contentTypeDescription" => "Lego Page - Blog Permalink"
              "contentTypeName" => "Lego Page - Blog Permalink"
              "defaultAllowsCommenting" => 0
              "defaultAllowsFavoriting" => 0
              "defaultAllowsRating" => 0
              "defaultAllowsTagging" => 0
              "isSelectable" => 1
              "parentContentTypeId" => 77
              "useOption" => 1
            ]
            35 => array:31 [
              "contentId" => 19326
              "fullURL" => "/blog/sun-protection-through-the-ages-infographic"
              "contentSlug" => "sun-protection-through-the-ages-infographic"
              "contentAlias" => "Sun Protection Through The Ages Infographic"
              "contentDescription" => ""
              "creator" => 40
              "creationDate" => 1589574850
              "updatedBy" => 40
              "updatedDate" => 1589574850
              "contentSectionId" => 27
              "contentTypeId" => 74
              "templateId" => 43
              "headerStatus" => 404
              "redirectLocation" => ""
              "showInNavigation" => 1
              "showInFooterNavigation" => null
              "navigationAnchor" => ""
              "status" => 1
              "published" => 1
              "navigationOrder" => 75
              "ruleId" => 0
              "sortOrder" => 75
              "contentTypeDescription" => "Lego Page - Blog Permalink"
              "contentTypeName" => "Lego Page - Blog Permalink"
              "defaultAllowsCommenting" => 0
              "defaultAllowsFavoriting" => 0
              "defaultAllowsRating" => 0
              "defaultAllowsTagging" => 0
              "isSelectable" => 1
              "parentContentTypeId" => 77
              "useOption" => 1
            ]
            36 => array:31 [
              "contentId" => 19331
              "fullURL" => "/blog/the-heifer-trained-specialists-farmers-in-nepal-are-turning-to-during-the-pandemic"
              "contentSlug" => "the-heifer-trained-specialists-farmers-in-nepal-are-turning-to-during-the-pandemic"
              "contentAlias" => "The Heifer-Trained Specialists Farmers in Nepal are Turning to During the Pandemic"
              "contentDescription" => "For many years, Heifer Nepal has been training individuals in rural communities to become animal health service professionals. Little did we anticipate that these community agrovet entrepreneurs would serve a pivotal role in the resilience of farmers during the COVID-19 lockdown."
              "creator" => 41
              "creationDate" => 1590078565
              "updatedBy" => 41
              "updatedDate" => 1590078565
              "contentSectionId" => 27
              "contentTypeId" => 74
              "templateId" => 43
              "headerStatus" => 404
              "redirectLocation" => ""
              "showInNavigation" => 1
              "showInFooterNavigation" => null
              "navigationAnchor" => "Heifer-Trained Agrovets in Nepal Serve as Pillars of Farmer Resilience During COVID-19 Pandemic"
              "status" => 1
              "published" => 1
              "navigationOrder" => 76
              "ruleId" => 0
              "sortOrder" => 76
              "contentTypeDescription" => "Lego Page - Blog Permalink"
              "contentTypeName" => "Lego Page - Blog Permalink"
              "defaultAllowsCommenting" => 0
              "defaultAllowsFavoriting" => 0
              "defaultAllowsRating" => 0
              "defaultAllowsTagging" => 0
              "isSelectable" => 1
              "parentContentTypeId" => 77
              "useOption" => 1
            ]
            37 => array:31 [
              "contentId" => 19337
              "fullURL" => "/blog/during-covid-19-lockdown-nepal-cooperative-connects-farmers-and-customers-with-innovative-agri-ambulance-"
              "contentSlug" => "during-covid-19-lockdown-nepal-cooperative-connects-farmers-and-customers-with-innovative-agri-ambulance-"
              "contentAlias" => "During COVID-19 Lockdown, Nepal Cooperative Connects Farmers and Customers with Innovative Agri-Ambulance "
              "contentDescription" => "Determined to help farming families, the Lekbesi SEW Cooperative came up with an ingenious idea to collect and sell the fresh produce: by utilizing an agri-ambulance."
              "creator" => 41
              "creationDate" => 1590779669
              "updatedBy" => 41
              "updatedDate" => 1590779669
              "contentSectionId" => 27
              "contentTypeId" => 74
              "templateId" => 43
              "headerStatus" => 404
              "redirectLocation" => ""
              "showInNavigation" => 1
              "showInFooterNavigation" => null
              "navigationAnchor" => "During COVID-19 Lockdown, Nepal Cooperative Connects Farmers and Customers with Innovative Agri-Ambulance "
              "status" => 1
              "published" => 1
              "navigationOrder" => 77
              "ruleId" => 0
              "sortOrder" => 77
              "contentTypeDescription" => "Lego Page - Blog Permalink"
              "contentTypeName" => "Lego Page - Blog Permalink"
              "defaultAllowsCommenting" => 0
              "defaultAllowsFavoriting" => 0
              "defaultAllowsRating" => 0
              "defaultAllowsTagging" => 0
              "isSelectable" => 1
              "parentContentTypeId" => 77
              "useOption" => 1
            ]
            38 => array:31 [
              "contentId" => 19352
              "fullURL" => "/blog/farmers-in-bangladesh-find-new-customers-in-covid-lockdown"
              "contentSlug" => "farmers-in-bangladesh-find-new-customers-in-covid-lockdown"
              "contentAlias" => "Farmers-In-Bangladesh-Find-New-Customers-In-Covid-Lockdown"
              "contentDescription" => ""
              "creator" => 43
              "creationDate" => 1591385696
              "updatedBy" => 43
              "updatedDate" => 1591385696
              "contentSectionId" => 27
              "contentTypeId" => 74
              "templateId" => 43
              "headerStatus" => 404
              "redirectLocation" => ""
              "showInNavigation" => 1
              "showInFooterNavigation" => null
              "navigationAnchor" => "Heifer-Bangladesh-Farmers-Find-New-Customers-In-Covid-Lockdown"
              "status" => 1
              "published" => 1
              "navigationOrder" => 78
              "ruleId" => 0
              "sortOrder" => 78
              "contentTypeDescription" => "Lego Page - Blog Permalink"
              "contentTypeName" => "Lego Page - Blog Permalink"
              "defaultAllowsCommenting" => 0
              "defaultAllowsFavoriting" => 0
              "defaultAllowsRating" => 0
              "defaultAllowsTagging" => 0
              "isSelectable" => 1
              "parentContentTypeId" => 77
              "useOption" => 1
            ]
            39 => array:31 [
              "contentId" => 19380
              "fullURL" => "/blog/bangladesh-cambodia-india-coronovirus-update"
              "contentSlug" => "bangladesh-cambodia-india-coronovirus-update"
              "contentAlias" => "bangladesh-cambodia-india-coronovirus-update"
              "contentDescription" => ""
              "creator" => 43
              "creationDate" => 1594413741
              "updatedBy" => 43
              "updatedDate" => 1594413741
              "contentSectionId" => 27
              "contentTypeId" => 74
              "templateId" => 43
              "headerStatus" => 404
              "redirectLocation" => ""
              "showInNavigation" => 1
              "showInFooterNavigation" => null
              "navigationAnchor" => "bangladesh-cambodia-india-coronovirus-update"
              "status" => 1
              "published" => 1
              "navigationOrder" => 80
              "ruleId" => 0
              "sortOrder" => 80
              "contentTypeDescription" => "Lego Page - Blog Permalink"
              "contentTypeName" => "Lego Page - Blog Permalink"
              "defaultAllowsCommenting" => 0
              "defaultAllowsFavoriting" => 0
              "defaultAllowsRating" => 0
              "defaultAllowsTagging" => 0
              "isSelectable" => 1
              "parentContentTypeId" => 77
              "useOption" => 1
            ]
            40 => array:31 [
              "contentId" => 19381
              "fullURL" => "/blog/a-chat-with-chef-and-food-critic-ruth-reichl"
              "contentSlug" => "a-chat-with-chef-and-food-critic-ruth-reichl"
              "contentAlias" => "a-chat-with-chef-and-food-critic-ruth-reichl"
              "contentDescription" => ""
              "creator" => 43
              "creationDate" => 1594655255
              "updatedBy" => 43
              "updatedDate" => 1594655255
              "contentSectionId" => 27
              "contentTypeId" => 74
              "templateId" => 43
              "headerStatus" => 404
              "redirectLocation" => ""
              "showInNavigation" => 1
              "showInFooterNavigation" => null
              "navigationAnchor" => "a-chat-with-chef-and-food-critic-ruth-reichl"
              "status" => 1
              "published" => 1
              "navigationOrder" => 81
              "ruleId" => 0
              "sortOrder" => 81
              "contentTypeDescription" => "Lego Page - Blog Permalink"
              "contentTypeName" => "Lego Page - Blog Permalink"
              "defaultAllowsCommenting" => 0
              "defaultAllowsFavoriting" => 0
              "defaultAllowsRating" => 0
              "defaultAllowsTagging" => 0
              "isSelectable" => 1
              "parentContentTypeId" => 77
              "useOption" => 1
            ]
            41 => array:31 [
              "contentId" => 19387
              "fullURL" => "/blog/a-chat-with-almaz-negash-founder-of-the-african-diaspora-network"
              "contentSlug" => "a-chat-with-almaz-negash-founder-of-the-african-diaspora-network"
              "contentAlias" => "a-chat-with-almaz-negash-founder-of-the-african-diaspora-network"
              "contentDescription" => ""
              "creator" => 43
              "creationDate" => 1595265364
              "updatedBy" => 43
              "updatedDate" => 1595265364
              "contentSectionId" => 27
              "contentTypeId" => 74
              "templateId" => 43
              "headerStatus" => 404
              "redirectLocation" => ""
              "showInNavigation" => 1
              "showInFooterNavigation" => null
              "navigationAnchor" => "a-chat-with-almaz-negash-founder-of-the-african-diaspora-network"
              "status" => 1
              "published" => 1
              "navigationOrder" => 82
               …11
            ]
            42 => array:31 [ …31]
            43 => array:31 [ …31]
            44 => array:31 [ …31]
            45 => array:31 [ …31]
            46 => array:31 [ …31]
            47 => array:31 [ …31]
            48 => array:31 [ …31]
            49 => array:31 [ …31]
            50 => array:31 [ …31]
            51 => array:31 [ …31]
            52 => array:31 [ …31]
            53 => array:31 [ …31]
            54 => array:31 [ …31]
            55 => array:31 [ …31]
            56 => array:31 [ …31]
            57 => array:31 [ …31]
            58 => array:31 [ …31]
            59 => array:31 [ …31]
            60 => array:31 [ …31]
            61 => array:31 [ …31]
            62 => array:31 [ …31]
            63 => array:31 [ …31]
            64 => array:31 [ …31]
            65 => array:31 [ …31]
            66 => array:31 [ …31]
            67 => array:31 [ …31]
            68 => array:31 [ …31]
            69 => array:31 [ …31]
            70 => array:31 [ …31]
            71 => array:31 [ …31]
            72 => array:31 [ …31]
            73 => array:31 [ …31]
            74 => array:31 [ …31]
            75 => array:31 [ …31]
            76 => array:31 [ …31]
            77 => array:31 [ …31]
            78 => array:31 [ …31]
            79 => array:31 [ …31]
            80 => array:31 [ …31]
            81 => array:31 [ …31]
            82 => array:31 [ …31]
            83 => array:31 [ …31]
            84 => array:31 [ …31]
            85 => array:31 [ …31]
            86 => array:31 [ …31]
            87 => array:31 [ …31]
            88 => array:31 [ …31]
            89 => array:31 [ …31]
            90 => array:31 [ …31]
            91 => array:31 [ …31]
            92 => array:31 [ …31]
            93 => array:31 [ …31]
            94 => array:31 [ …31]
            95 => array:31 [ …31]
            96 => array:31 [ …31]
            97 => array:31 [ …31]
            98 => array:31 [ …31]
            99 => array:31 [ …31]
            100 => array:31 [ …31]
            101 => array:31 [ …31]
            102 => array:31 [ …31]
            103 => array:31 [ …31]
            104 => array:31 [ …31]
            105 => array:31 [ …31]
            106 => array:31 [ …31]
            107 => array:31 [ …31]
            108 => array:31 [ …31]
            109 => array:31 [ …31]
            110 => array:31 [ …31]
            111 => array:31 [ …31]
            112 => array:31 [ …31]
            113 => array:31 [ …31]
            114 => array:31 [ …31]
            115 => array:31 [ …31]
            116 => array:31 [ …31]
            117 => array:31 [ …31]
            118 => array:31 [ …31]
            119 => array:31 [ …31]
            120 => array:31 [ …31]
            121 => array:31 [ …31]
            122 => array:31 [ …31]
            123 => array:31 [ …31]
            124 => array:31 [ …31]
            125 => array:31 [ …31]
            126 => array:31 [ …31]
            127 => array:31 [ …31]
            128 => array:31 [ …31]
            129 => array:31 [ …31]
            130 => array:31 [ …31]
            131 => array:31 [ …31]
            132 => array:31 [ …31]
            133 => array:31 [ …31]
            134 => array:31 [ …31]
            135 => array:31 [ …31]
            136 => array:31 [ …31]
            137 => array:31 [ …31]
            138 => array:31 [ …31]
            139 => array:31 [ …31]
            140 => array:31 [ …31]
            141 => array:31 [ …31]
            142 => array:31 [ …31]
            143 => array:31 [ …31]
            144 => array:31 [ …31]
            145 => array:31 [ …31]
            146 => array:31 [ …31]
            147 => array:31 [ …31]
            148 => array:31 [ …31]
            149 => array:31 [ …31]
            150 => array:31 [ …31]
            151 => array:31 [ …31]
            152 => array:31 [ …31]
            153 => array:31 [ …31]
            154 => array:31 [ …31]
            155 => array:31 [ …31]
            156 => array:31 [ …31]
            157 => array:31 [ …31]
            158 => array:31 [ …31]
            159 => array:31 [ …31]
            160 => array:31 [ …31]
            161 => array:31 [ …31]
            162 => array:31 [ …31]
            163 => array:31 [ …31]
            164 => array:31 [ …31]
            165 => array:31 [ …31]
            166 => array:31 [ …31]
            167 => array:31 [ …31]
            168 => array:31 [ …31]
            169 => array:31 [ …31]
            170 => array:31 [ …31]
            171 => array:31 [ …31]
            172 => array:31 [ …31]
            173 => array:31 [ …31]
            174 => array:31 [ …31]
            175 => array:31 [ …31]
            176 => array:31 [ …31]
            177 => array:31 [ …31]
            178 => array:31 [ …31]
            179 => array:31 [ …31]
            180 => array:31 [ …31]
            181 => array:31 [ …31]
            182 => array:31 [ …31]
            183 => array:31 [ …31]
            184 => array:31 [ …31]
            185 => array:31 [ …31]
            186 => array:31 [ …31]
            187 => array:31 [ …31]
            188 => array:31 [ …31]
            189 => array:31 [ …31]
            190 => array:31 [ …31]
            191 => array:31 [ …31]
            192 => array:31 [ …31]
            193 => array:31 [ …31]
            194 => array:31 [ …31]
            195 => array:31 [ …31]
            196 => array:31 [ …31]
            197 => array:31 [ …31]
            198 => array:31 [ …31]
            199 => array:31 [ …31]
            200 => array:31 [ …31]
            201 => array:31 [ …31]
            202 => array:31 [ …31]
            203 => array:31 [ …31]
            204 => array:31 [ …31]
            205 => array:31 [ …31]
            206 => array:31 [ …31]
            207 => array:31 [ …31]
            208 => array:31 [ …31]
            209 => array:31 [ …31]
            210 => array:31 [ …31]
            211 => array:31 [ …31]
            212 => array:31 [ …31]
            213 => array:31 [ …31]
            214 => array:31 [ …31]
            215 => array:31 [ …31]
            216 => array:31 [ …31]
            217 => array:31 [ …31]
            218 => array:31 [ …31]
            219 => array:31 [ …31]
            220 => array:31 [ …31]
            221 => array:31 [ …31]
            222 => array:31 [ …31]
            223 => array:31 [ …31]
            224 => array:31 [ …31]
            225 => array:31 [ …31]
            226 => array:31 [ …31]
            227 => array:31 [ …31]
            228 => array:31 [ …31]
            229 => array:31 [ …31]
            230 => array:31 [ …31]
            231 => array:31 [ …31]
            232 => array:31 [ …31]
          ]
          "secondary" => array:233 [
            0 => array:31 [ …31]
            1 => array:31 [ …31]
            2 => array:31 [ …31]
            3 => array:31 [ …31]
            4 => array:31 [ …31]
            5 => array:31 [ …31]
            6 => array:31 [ …31]
            7 => array:31 [ …31]
            8 => array:31 [ …31]
            9 => array:31 [ …31]
            10 => array:31 [ …31]
            11 => array:31 [ …31]
            12 => array:31 [ …31]
            13 => array:31 [ …31]
            14 => array:31 [ …31]
            15 => array:31 [ …31]
            16 => array:31 [ …31]
            17 => array:31 [ …31]
            18 => array:31 [ …31]
            19 => array:31 [ …31]
            20 => array:31 [ …31]
            21 => array:31 [ …31]
            22 => array:31 [ …31]
            23 => array:31 [ …31]
            24 => array:31 [ …31]
            25 => array:31 [ …31]
            26 => array:31 [ …31]
            27 => array:31 [ …31]
            28 => array:31 [ …31]
            29 => array:31 [ …31]
            30 => array:31 [ …31]
            31 => array:31 [ …31]
            32 => array:31 [ …31]
            33 => array:31 [ …31]
            34 => array:31 [ …31]
            35 => array:31 [ …31]
            36 => array:31 [ …31]
            37 => array:31 [ …31]
            38 => array:31 [ …31]
            39 => array:31 [ …31]
            40 => array:31 [ …31]
            41 => array:31 [ …31]
            42 => array:31 [ …31]
            43 => array:31 [ …31]
            44 => array:31 [ …31]
            45 => array:31 [ …31]
            46 => array:31 [ …31]
            47 => array:31 [ …31]
            48 => array:31 [ …31]
            49 => array:31 [ …31]
            50 => array:31 [ …31]
            51 => array:31 [ …31]
            52 => array:31 [ …31]
            53 => array:31 [ …31]
            54 => array:31 [ …31]
            55 => array:31 [ …31]
            56 => array:31 [ …31]
            57 => array:31 [ …31]
            58 => array:31 [ …31]
            59 => array:31 [ …31]
            60 => array:31 [ …31]
            61 => array:31 [ …31]
            62 => array:31 [ …31]
            63 => array:31 [ …31]
            64 => array:31 [ …31]
            65 => array:31 [ …31]
            66 => array:31 [ …31]
            67 => array:31 [ …31]
            68 => array:31 [ …31]
            69 => array:31 [ …31]
            70 => array:31 [ …31]
            71 => array:31 [ …31]
            72 => array:31 [ …31]
            73 => array:31 [ …31]
            74 => array:31 [ …31]
            75 => array:31 [ …31]
            76 => array:31 [ …31]
            77 => array:31 [ …31]
            78 => array:31 [ …31]
            79 => array:31 [ …31]
            80 => array:31 [ …31]
            81 => array:31 [ …31]
            82 => array:31 [ …31]
            83 => array:31 [ …31]
            84 => array:31 [ …31]
            85 => array:31 [ …31]
            86 => array:31 [ …31]
            87 => array:31 [ …31]
            88 => array:31 [ …31]
            89 => array:31 [ …31]
            90 => array:31 [ …31]
            91 => array:31 [ …31]
            92 => array:31 [ …31]
            93 => array:31 [ …31]
            94 => array:31 [ …31]
            95 => array:31 [ …31]
            96 => array:31 [ …31]
            97 => array:31 [ …31]
            98 => array:31 [ …31]
            99 => array:31 [ …31]
            100 => array:31 [ …31]
            101 => array:31 [ …31]
            102 => array:31 [ …31]
            103 => array:31 [ …31]
            104 => array:31 [ …31]
            105 => array:31 [ …31]
            106 => array:31 [ …31]
            107 => array:31 [ …31]
            108 => array:31 [ …31]
            109 => array:31 [ …31]
            110 => array:31 [ …31]
            111 => array:31 [ …31]
            112 => array:31 [ …31]
            113 => array:31 [ …31]
            114 => array:31 [ …31]
            115 => array:31 [ …31]
            116 => array:31 [ …31]
            117 => array:31 [ …31]
            118 => array:31 [ …31]
            119 => array:31 [ …31]
            120 => array:31 [ …31]
            121 => array:31 [ …31]
            122 => array:31 [ …31]
            123 => array:31 [ …31]
            124 => array:31 [ …31]
            125 => array:31 [ …31]
            126 => array:31 [ …31]
            127 => array:31 [ …31]
            128 => array:31 [ …31]
            129 => array:31 [ …31]
            130 => array:31 [ …31]
            131 => array:31 [ …31]
            132 => array:31 [ …31]
            133 => array:31 [ …31]
            134 => array:31 [ …31]
            135 => array:31 [ …31]
            136 => array:31 [ …31]
            137 => array:31 [ …31]
            138 => array:31 [ …31]
            139 => array:31 [ …31]
            140 => array:31 [ …31]
            141 => array:31 [ …31]
            142 => array:31 [ …31]
            143 => array:31 [ …31]
            144 => array:31 [ …31]
            145 => array:31 [ …31]
            146 => array:31 [ …31]
            147 => array:31 [ …31]
            148 => array:31 [ …31]
            149 => array:31 [ …31]
            150 => array:31 [ …31]
            151 => array:31 [ …31]
            152 => array:31 [ …31]
            153 => array:31 [ …31]
            154 => array:31 [ …31]
            155 => array:31 [ …31]
            156 => array:31 [ …31]
            157 => array:31 [ …31]
            158 => array:31 [ …31]
            159 => array:31 [ …31]
            160 => array:31 [ …31]
            161 => array:31 [ …31]
            162 => array:31 [ …31]
            163 => array:31 [ …31]
            164 => array:31 [ …31]
            165 => array:31 [ …31]
            166 => array:31 [ …31]
            167 => array:31 [ …31]
            168 => array:31 [ …31]
            169 => array:31 [ …31]
            170 => array:31 [ …31]
            171 => array:31 [ …31]
            172 => array:31 [ …31]
            173 => array:31 [ …31]
            174 => array:31 [ …31]
            175 => array:31 [ …31]
            176 => array:31 [ …31]
            177 => array:31 [ …31]
            178 => array:31 [ …31]
            179 => array:31 [ …31]
            180 => array:31 [ …31]
            181 => array:31 [ …31]
            182 => array:31 [ …31]
            183 => array:31 [ …31]
            184 => array:31 [ …31]
            185 => array:31 [ …31]
            186 => array:31 [ …31]
            187 => array:31 [ …31]
            188 => array:31 [ …31]
            189 => array:31 [ …31]
            190 => array:31 [ …31]
            191 => array:31 [ …31]
            192 => array:31 [ …31]
            193 => array:31 [ …31]
            194 => array:31 [ …31]
            195 => array:31 [ …31]
            196 => array:31 [ …31]
            197 => array:31 [ …31]
            198 => array:31 [ …31]
            199 => array:31 [ …31]
            200 => array:31 [ …31]
            201 => array:31 [ …31]
            202 => array:31 [ …31]
            203 => array:31 [ …31]
            204 => array:31 [ …31]
            205 => array:31 [ …31]
            206 => array:31 [ …31]
            207 => array:31 [ …31]
            208 => array:31 [ …31]
            209 => array:31 [ …31]
            210 => array:31 [ …31]
            211 => array:31 [ …31]
            212 => array:31 [ …31]
            213 => array:31 [ …31]
            214 => array:31 [ …31]
            215 => array:31 [ …31]
            216 => array:31 [ …31]
            217 => array:31 [ …31]
            218 => array:31 [ …31]
            219 => array:31 [ …31]
            220 => array:31 [ …31]
            221 => array:31 [ …31]
            222 => array:31 [ …31]
            223 => array:31 [ …31]
            224 => array:31 [ …31]
            225 => array:31 [ …31]
            226 => array:31 [ …31]
            227 => array:31 [ …31]
            228 => array:31 [ …31]
            229 => array:31 [ …31]
            230 => array:31 [ …31]
            231 => array:31 [ …31]
            232 => array:31 [ …31]
          ]
          "small" => array:4 [
            "backUrl" => ""
            "currentPageTitle" => ""
            "navItems" => array:7 [ …7]
            "isRoot" => true
          ]
          "footer" => []
          "our-work" => array:6 [
            "left" => array:2 [ …2]
            "right" => array:1 [ …1]
            "promotion_spot_image" => array:6 [ …6]
            "promotion_spot_description" => "We do more than train farmers. We grow incomes."
            "promotion_cta_text" => "Living Incomes"
            "promotion_cta_link" => "/our-work/living-incomes.html"
          ]
          "what-you-can-do" => array:6 [
            "left" => array:2 [ …2]
            "right" => array:2 [ …2]
            "promotion_spot_image" => array:6 [ …6]
            "promotion_spot_description" => "Increase your impact."
            "promotion_cta_text" => "Become a Monthly Donor"
            "promotion_cta_link" => "/give/monthly.html"
          ]
        ]
        "breadcrumbs" => array:2 [
          0 => array:21 [
            "contentId" => 467
            "fullURL" => "/blog/index"
            "contentSlug" => "index"
            "contentAlias" => "index"
            "contentDescription" => ""
            "creator" => 1
            "creationDate" => 1566427420
            "updatedBy" => 1
            "updatedDate" => 1566427420
            "contentSectionId" => 27
            "contentTypeId" => 68
            "templateId" => 41
            "headerStatus" => 404
            "redirectLocation" => ""
            "showInNavigation" => 0
            "showInFooterNavigation" => 0
            "navigationAnchor" => "News & Stories"
            "status" => 1
            "published" => 1
            "navigationOrder" => 20
            "ruleId" => 0
          ]
          1 => array:21 [
            "contentId" => 11719
            "fullURL" => "/blog/lets-be-friends"
            "contentSlug" => "lets-be-friends"
            "contentAlias" => "lets-be-friends"
            "contentDescription" => null
            "creator" => 1
            "creationDate" => 1569903137
            "updatedBy" => 1
            "updatedDate" => 1569903137
            "contentSectionId" => 27
            "contentTypeId" => 74
            "templateId" => 43
            "headerStatus" => 404
            "redirectLocation" => null
            "showInNavigation" => null
            "showInFooterNavigation" => null
            "navigationAnchor" => null
            "status" => 1
            "published" => 1
            "navigationOrder" => 0
            "ruleId" => 0
          ]
        ]
        "defaultDonationProduct" => array:87 [
          "id" => 1
          "product_uuid" => "b2821458-c5b7-11e9-a667-784f43611243"
          "product_type" => "gift_catalog_donation"
          "product_category" => "Donation"
          "primary_content" => array:1 [
            0 => array:4 [ …4]
          ]
          "sku" => "600888081WMNLP"
          "sku_share" => null
          "sku_full" => "600888081WMNLP"
          "sku_monthly" => "600888081WMNLPm"
          "product_code" => "600888081WMNLP"
          "price_full" => 0
          "price_share" => 0
          "price_static" => 0
          "price_fixed_1" => 1000
          "price_fixed_2" => 500
          "price_fixed_3" => 250
          "price_fixed_4" => 100
          "price_fixed_5" => 50
          "resource_file" => 0
          "product_title" => "Give Where Needed Most"
          "product_title_mini" => "Needed Most"
          "product_subtitle" => ""
          "product_image" => "Gift_Catalog/ZM201802-156.jpg"
          "product_image_alt_text" => "A smiling woman carrying her child in a sling."
          "product_images" => array:1 [
            0 => array:6 [ …6]
          ]
          "product_icon_empty" => ""
          "product_icon_empty_alt_text" => ""
          "product_icon_filled" => ""
          "product_icon_filled_alt_text" => ""
          "product_description" => "Your gift will make a long-lasting impact. Our projects provide animals and training to help families lift themselves out of poverty."
          "dimensions_and_details" => ""
          "product_source" => ""
          "affirmation" => ""
          "artisan_story" => ""
          "artisan_or_farmer_image" => ""
          "artisan_or_farmer_image_alt_text" => ""
          "suggested_product_1" => ""
          "suggested_product_1_variation" => null
          "suggested_product_1_amount" => null
          "suggested_product_1_shares" => null
          "suggested_product_1_fulls" => null
          "suggested_product_2" => ""
          "suggested_product_2_variation" => null
          "suggested_product_2_amount" => null
          "suggested_product_2_shares" => null
          "suggested_product_2_fulls" => null
          "suggested_product_3" => ""
          "suggested_product_3_variation" => null
          "suggested_product_3_amount" => null
          "suggested_product_3_shares" => null
          "suggested_product_3_fulls" => null
          "suggested_product_4" => ""
          "suggested_product_4_variation" => null
          "suggested_product_4_amount" => null
          "suggested_product_4_shares" => null
          "suggested_product_4_fulls" => null
          "suggested_product_5" => ""
          "suggested_product_5_variation" => null
          "suggested_product_5_amount" => null
          "suggested_product_5_shares" => null
          "suggested_product_5_fulls" => null
          "is_discounted" => 0
          "discount_share" => 0
          "discount_full" => 0
          "recurring_eligible" => 1
          "is_shippable" => 0
          "is_free_shipping" => 0
          "is_giftable" => 0
          "has_quantity" => 1
          "is_taxable" => 0
          "inventory_availability_warning" => 0
          "is_sold_out" => 0
          "physical_inventory_coming_soon" => 0
          "shipping_weight" => 0
          "quantity_limit_full" => 0
          "quantity_limit_share" => 0
          "honor_card_eligible" => 1
          "gift_card_eligible" => 1
          "honor_card_default_message" => "Your gift will be hard at work helping farming families create sustainable futures free from hunger and poverty. "
          "use_pluralize" => 1
          "monthly_amount_1" => 20
          "monthly_amount_2" => 30
          "monthly_amount_3" => 50
          "monthly_amount_4" => 100
          "monthly_amount_default" => "monthly_amount_2"
          "monthly_description" => "Providing a monthly gift helps provide sustaining support throughout the year to families in need"
          "product_variations" => []
        ]
        "alert" => array:1 [
          "activeAlert" => []
        ]
        "messages" => array:1 [
          "messages" => array:13 [
            0 => array:19 [ …19]
            1 => array:19 [ …19]
            2 => array:19 [ …19]
            3 => array:19 [ …19]
            4 => array:19 [ …19]
            5 => array:19 [ …19]
            6 => array:19 [ …19]
            7 => array:19 [ …19]
            8 => array:19 [ …19]
            9 => array:19 [ …19]
            10 => array:19 [ …19]
            11 => array:19 [ …19]
            12 => array:19 [ …19]
          ]
        ]
        "cart" => array:1 [
          "clientToken" => "eyJ2ZXJzaW9uIjoyLCJhdXRob3JpemF0aW9uRmluZ2VycHJpbnQiOiJleUowZVhBaU9pSktWMVFpTENKaGJHY2lPaUpGVXpJMU5pSXNJbXRwWkNJNklqSXdNVGd3TkRJMk1UWXRjMkZ1WkdKdmVDSXNJbWx6Y3lJNkltaDBkSEJ6T2k4dllYQnBMbk5oYm1SaWIzZ3VZbkpoYVc1MGNtVmxaMkYwWlhkaGVTNWpiMjBpZlEuZXlKbGVIQWlPakUzTVRFMk1qa3lORElzSW1wMGFTSTZJbVUyTlRObE9ERTNMVGd6WXpRdE5ESTVZaTFpTkRRMkxXSmlPR1V3TnpNMk16ZzJOeUlzSW5OMVlpSTZJak0zYW1Oa09HTTVhRzV1ZVhFNFltTWlMQ0pwYzNNaU9pSm9kSFJ3Y3pvdkwyRndhUzV6WVc1a1ltOTRMbUp5WVdsdWRISmxaV2RoZEdWM1lYa3VZMjl0SWl3aWJXVnlZMmhoYm5RaU9uc2ljSFZpYkdsalgybGtJam9pTXpkcVkyUTRZemxvYm01NWNUaGlZeUlzSW5abGNtbG1lVjlqWVhKa1gySjVYMlJsWm1GMWJIUWlPbVpoYkhObGZTd2ljbWxuYUhSeklqcGJJbTFoYm1GblpWOTJZWFZzZENKZExDSnpZMjl3WlNJNld5SkNjbUZwYm5SeVpXVTZWbUYxYkhRaVhTd2liM0IwYVc5dWN5STZlMzE5LnFkNzRLSmFLLXpwODhoRlQ1eHBNMWs4cjA5bVRKd2NycXNnX0diQkhMbC1reHRKVGduZjBuSnRoSWVqb21YZTJEX2M4OG9nN0FhRjdDUW9sX08xbkRBIiwiY29uZmlnVXJsIjoiaHR0cHM6Ly9hcGkuc2FuZGJveC5icmFpbnRyZWVnYXRld2F5LmNvbTo0NDMvbWVyY2hhbnRzLzM3amNkOGM5aG5ueXE4YmMvY2xpZW50X2FwaS92MS9jb25maWd1cmF0aW9uIiwiZ3JhcGhRTCI6eyJ1cmwiOiJodHRwczovL3BheW1lbnRzLnNhbmRib3guYnJhaW50cmVlLWFwaS5jb20vZ3JhcGhxbCIsImRhdGUiOiIyMDE4LTA1LTA4IiwiZmVhdHVyZXMiOlsidG9rZW5pemVfY3JlZGl0X2NhcmRzIl19LCJjbGllbnRBcGlVcmwiOiJodHRwczovL2FwaS5zYW5kYm94LmJyYWludHJlZWdhdGV3YXkuY29tOjQ0My9tZXJjaGFudHMvMzdqY2Q4Yzlobm55cThiYy9jbGllbnRfYXBpIiwiZW52aXJvbm1lbnQiOiJzYW5kYm94IiwibWVyY2hhbnRJZCI6IjM3amNkOGM5aG5ueXE4YmMiLCJhc3NldHNVcmwiOiJodHRwczovL2Fzc2V0cy5icmFpbnRyZWVnYXRld2F5LmNvbSIsImF1dGhVcmwiOiJodHRwczovL2F1dGgudmVubW8uc2FuZGJveC5icmFpbnRyZWVnYXRld2F5LmNvbSIsInZlbm1vIjoib2ZmIiwiY2hhbGxlbmdlcyI6WyJjdnYiLCJwb3N0YWxfY29kZSJdLCJ0aHJlZURTZWN1cmVFbmFibGVkIjp0cnVlLCJhbmFseXRpY3MiOnsidXJsIjoiaHR0cHM6Ly9vcmlnaW4tYW5hbHl0aWNzLXNhbmQuc2FuZGJveC5icmFpbnRyZWUtYXBpLmNvbS8zN2pjZDhjOWhubnlxOGJjIn0sImFwcGxlUGF5Ijp7ImNvdW50cnlDb2RlIjoiVVMiLCJjdXJyZW5jeUNvZGUiOiJVU0QiLCJtZXJjaGFudElkZW50aWZpZXIiOiJtZXJjaGFudC5vcmcuaGVpZmVyLWhhY2t3ZWVrLmV6LnN0YWdlIiwic3RhdHVzIjoibW9jayIsInN1cHBvcnRlZE5ldHdvcmtzIjpbInZpc2EiLCJtYXN0ZXJjYXJkIiwiYW1leCIsImRpc2NvdmVyIl19LCJwYXlwYWxFbmFibGVkIjp0cnVlLCJwYXlwYWwiOnsiYmlsbGluZ0FncmVlbWVudHNFbmFibGVkIjp0cnVlLCJlbnZpcm9ubWVudE5vTmV0d29yayI6ZmFsc2UsInVudmV0dGVkTWVyY2hhbnQiOmZhbHNlLCJhbGxvd0h0dHAiOnRydWUsImRpc3BsYXlOYW1lIjoiTGlmZWJsdWUgTWVkaWEiLCJjbGllbnRJZCI6IkFRemh6S2d6SktrZ1JqRzYyZElvX1oxWUtUZ0E0WWZMTzRKMEFUeW5aUV9nQ3RyUGJpOHBOVExidldNY2U3NlMtbzQwRzNDZlN2VGNMRVhGIiwiYmFzZVVybCI6Imh0dHBzOi8vYXNzZXRzLmJyYWludHJlZWdhdGV3YXkuY29tIiwiYXNzZXRzVXJsIjoiaHR0cHM6Ly9jaGVja291dC5wYXlwYWwuY29tIiwiZGlyZWN0QmFzZVVybCI6bnVsbCwiZW52aXJvbm1lbnQiOiJvZmZsaW5lIiwiYnJhaW50cmVlQ2xpZW50SWQiOiJtYXN0ZXJjbGllbnQzIiwibWVyY2hhbnRBY2NvdW50SWQiOiJsaWZlYmx1ZW1lZGlhIiwiY3VycmVuY3lJc29Db2RlIjoiVVNEIn19"
        ]
        "propensity" => array:11 [
          "originalRequest" => array:9 [
            "runMethod" => "getPropensityUserData"
            "giftCardCode" => ""
            "cartUUID" => ""
            "loginRadiusUid" => ""
            "adobeId" => ""
            "orders" => []
            "msource" => ""
            "seerid" => ""
            "hashedIdentifierData" => ""
          ]
          "lyticsResponseBySeerId" => []
          "lyticsResponseByEmail" => []
          "searchedEmails" => []
          "chosenEmail" => null
          "lyticsEmail" => ""
          "lyticsUid" => ""
          "segments" => []
          "scoring" => []
          "cacheHit" => null
          "hashedIdentifierData" => "58cc64d4ff7e9e998260af34d3b46ce0"
        ]
        "page" => array:5 [
          "pageLanguage" => "en"
          "contentCache" => array:10 [
            "fullURL" => "/blog/lets-be-friends"
            "publishedData" => array:2 [ …2]
            "contentId" => 11719
            "contentSlug" => "lets-be-friends"
            "contentAlias" => "lets-be-friends"
            "navigationAnchor" => null
            "contentTypeId" => 74
            "templateId" => 43
            "updatedBy" => 1
            "updatedDate" => 1665589759
          ]
          "content" => array:21 [
            "contentId" => 11719
            "fullURL" => "/blog/lets-be-friends"
            "contentSlug" => "lets-be-friends"
            "contentAlias" => "lets-be-friends"
            "contentDescription" => null
            "creator" => 1
            "creationDate" => 1569903137
            "updatedBy" => 1
            "updatedDate" => 1569903137
            "contentSectionId" => 27
            "contentTypeId" => 74
            "templateId" => 43
            "headerStatus" => 404
            "redirectLocation" => null
            "showInNavigation" => null
            "showInFooterNavigation" => null
            "navigationAnchor" => null
            "status" => 1
            "published" => 1
            "navigationOrder" => 0
            "ruleId" => 0
          ]
          "contentType" => array:17 [
            "contentTypeId" => 74
            "contentTypeName" => "Lego Page - Blog Permalink"
            "contentTypeDescription" => "Lego Page - Blog Permalink"
            "templateId" => 43
            "defaultAllowsCommenting" => 0
            "defaultAllowsRating" => 0
            "defaultAllowsTagging" => 0
            "defaultAllowsFavoriting" => 0
            "parentContentTypeId" => 77
            "useOption" => 1
            "status" => 1
            "isSelectable" => 1
            "isLegoBlock" => 0
            "isLegoPage" => 1
            "legoBlockSet" => null
            "sortGroup" => 0
            "sortOrder" => 0
          ]
          "recursionDepth" => 21
        ]
      ]
    ]
    
  3. true
    
/home/wwwgeneral/sites/heifer/dev1/heifer_pres_2019/lib/Controller/PagesController.php
    /**
     * PagesController constructor.
     */
    public function __construct()
    {
        parent::__construct();
    }
 
    public function getPage()
    {
        # added to pass params through
        $requestParams = $this->getRequest();
        unset($requestParams['cprv']);
        $params = $requestParams;
        $params['language'] = $this->language;
 
        switch ($_SERVER["REQUEST_METHOD"]) {
            case 'GET':
                header("Cache-Control: max-age=3600");
                return $this->runPage("/{$this->contentUrl}", $params);
        }
    }
 
    public function getConnectCartWithUser()
    {
        $_SESSION['cartUUID'] = $this->getRequestString('cart');
 
        if ($this->isLoggedIn()) {
            $params = [
                'cartUUID' => $_SESSION['cartUUID'],
                'loginRadiusUid' => $_SESSION[$this->sessionAccountName]['userId'],
            ];
 
            $response = API::postAPI('/cart/associate', BaseController::makeAPIParams($params));
        }
 
        $this->redirect($this->formatRelativeUrl('/cart/index.html'));
    }
}
 
Arguments
  1. "/blog/lets-be-friends"
    
  2. array:2 [
      "language" => "en"
      "url" => "%2Fblog%2Flets-be-friends"
    ]
    
/home/wwwgeneral/sites/heifer/dev1/heifer_pres_2019/vendor/phroute/phroute/src/Phroute/Dispatcher.php
     * Dispatch a route for the given HTTP Method / URI.
     *
     * @param $httpMethod
     * @param $uri
     * @return mixed|null
     */
    public function dispatch($httpMethod, $uri)
    {
        list($handler, $filters, $vars) = $this->dispatchRoute($httpMethod, trim($uri, '/'));
 
        list($beforeFilter, $afterFilter) = $this->parseFilters($filters);
 
        if(($response = $this->dispatchFilters($beforeFilter)) !== null)
        {
            return $response;
        }
        
        $resolvedHandler = $this->handlerResolver->resolve($handler);
        
        $response = call_user_func_array($resolvedHandler, $vars);
 
        return $this->dispatchFilters($afterFilter, $response);
    }
 
    /**
     * Dispatch a route filter.
     *
     * @param $filters
     * @param null $response
     * @return mixed|null
     */
    private function dispatchFilters($filters, $response = null)
    {
        while($filter = array_shift($filters))
        {
            $handler = $this->handlerResolver->resolve($filter);
            
            if(($filteredResponse = call_user_func($handler, $response)) !== null)
            {
                return $filteredResponse;
Arguments
  1. "blog/lets-be-friends.html"
    
/home/wwwgeneral/sites/heifer/dev1/heifer_pres_2019/vendor/phroute/phroute/src/Phroute/Dispatcher.php
     * Dispatch a route for the given HTTP Method / URI.
     *
     * @param $httpMethod
     * @param $uri
     * @return mixed|null
     */
    public function dispatch($httpMethod, $uri)
    {
        list($handler, $filters, $vars) = $this->dispatchRoute($httpMethod, trim($uri, '/'));
 
        list($beforeFilter, $afterFilter) = $this->parseFilters($filters);
 
        if(($response = $this->dispatchFilters($beforeFilter)) !== null)
        {
            return $response;
        }
        
        $resolvedHandler = $this->handlerResolver->resolve($handler);
        
        $response = call_user_func_array($resolvedHandler, $vars);
 
        return $this->dispatchFilters($afterFilter, $response);
    }
 
    /**
     * Dispatch a route filter.
     *
     * @param $filters
     * @param null $response
     * @return mixed|null
     */
    private function dispatchFilters($filters, $response = null)
    {
        while($filter = array_shift($filters))
        {
            $handler = $this->handlerResolver->resolve($filter);
            
            if(($filteredResponse = call_user_func($handler, $response)) !== null)
            {
                return $filteredResponse;
Arguments
  1. array:2 [
      0 => Febe\Controller\PagesController {#22}
      1 => "getPage"
    ]
    
  2. array:1 [
      "url" => "blog/lets-be-friends.html"
    ]
    
/home/wwwgeneral/sites/heifer/dev1/heifer_pres_2019/lib/App.php
        $routes = new \Febe\Routes();
        $routeCollector = $routes->load($this->context, new \Phroute\Phroute\RouteCollector());
 
        // Run our app!
        switch ($this->context) {
            default:
            case self::WEB:
                try {
                    // Web requests
                    // Request and Response
                    $method = $_SERVER['REQUEST_METHOD'];
 
                    $uri = parse_url(preg_replace('@/{2,}@', '/', $_SERVER['REQUEST_URI']), PHP_URL_PATH);
                    $ip = $_SERVER['HTTP_X_FORWARDED_FOR'] ?? '';
 
 
                    \Febe\Helper\Logger::info("request", [$ip, $method, $uri]);
 
                    $dispatcher = new \Phroute\Phroute\Dispatcher($routeCollector->getData());
                    $dispatcher->dispatch($method, $uri);
                } catch (\Phroute\Phroute\Exception\HttpRouteNotFoundException $e) {
                    // Route not found
                    \Febe\Helper\Logger::exception("404", $e);
                    if (DEBUG_MODE) {
                        throw $e;
                    } else {
                        $baseController = new \Febe\Controller\BaseController();
                        $baseController->get404();
                    }
                } catch (\Phroute\Phroute\Exception\HttpMethodNotAllowedException $e) {
                    // Bad HTTP Method
                    \Febe\Helper\Logger::exception("404", $e);
                    if (DEBUG_MODE) {
                        throw $e;
                    } else {
                        $baseController = new \Febe\Controller\BaseController();
                        $baseController->get404();
                    }
                } catch (\Exception $e) {
                    // General Exception
Arguments
  1. "GET"
    
  2. "/blog/lets-be-friends.html"
    
/home/wwwgeneral/sites/heifer/dev1/heifer_pres_2019/lib/App.php
    const WEB = 'web';
    const CLI = 'cli';
 
    public static $masterDatabase;
    public $context;
 
    public function __construct($context = self::WEB)
    {
        $this->context = $context;
 
        switch ($this->context) {
            case self::WEB:
                $this->registerShutdownMethods();
                $this->buildSettings();
                $this->buildLogger();
                $this->buildWhoops();
                $this->testLegacyRedirects();
                $this->buildSession();
                $this->setupResourceVersion();
                $this->executeRouter();
                break;
 
            case self::CLI:
                $this->registerShutdownMethods();
                $this->buildSettings();
                $this->buildLogger();
                $this->executeRouter();
                break;
        }
    }
 
    private function buildSettings()
    {
        define('LB_BASE_PATH', dirname(__DIR__));
        define('LB_RUN_CONTEXT', $this->context);
 
        // Configure application
        $settings = [];
        require_once LB_BASE_PATH.'/config/defines.php';
        require_once LB_BASE_PATH.'/config/settings.php';
/home/wwwgeneral/sites/heifer/dev1/heifer_pres_2019/docroot/index.php
<?php

require dirname(__DIR__)."/vendor/autoload.php";

// Build and run the site under the Web context
// this will execute web routes and web configurations
new \Febe\App("web");
 
Arguments
  1. "web"
    

Environment & details:

Key Value
cprv
"blog/lets-be-friends"
empty
empty
empty
empty
Key Value
REDIRECT_PROTO
"https"
REDIRECT_STATUS
"200"
PROTO
"https"
HTTP_X_FORWARDED_FOR
"3.90.242.249"
HTTP_X_FORWARDED_PROTO
"https"
HTTP_X_FORWARDED_PORT
"443"
HTTP_HOST
"dev1-pres.heifer-development.org"
HTTP_X_AMZN_TRACE_ID
"Root=1-66059efa-6dd21ec151dbd3525404e4cc"
HTTP_ACCEPT
"*/*"
HTTP_USER_AGENT
"claudebot"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin"
SERVER_SIGNATURE
"<address>Apache/2.4.29 (Ubuntu) Server at dev1-pres.heifer-development.org Port 80</address>\n"
SERVER_SOFTWARE
"Apache/2.4.29 (Ubuntu)"
SERVER_NAME
"dev1-pres.heifer-development.org"
SERVER_ADDR
"172.31.82.148"
SERVER_PORT
"80"
REMOTE_ADDR
"172.31.25.229"
DOCUMENT_ROOT
"/home/wwwgeneral/sites/heifer/dev1/heifer_pres_2019/docroot"
REQUEST_SCHEME
"http"
CONTEXT_PREFIX
""
CONTEXT_DOCUMENT_ROOT
"/home/wwwgeneral/sites/heifer/dev1/heifer_pres_2019/docroot"
SERVER_ADMIN
"[no address given]"
SCRIPT_FILENAME
"/home/wwwgeneral/sites/heifer/dev1/heifer_pres_2019/docroot/index.php"
REMOTE_PORT
"25270"
REDIRECT_URL
"/blog/lets-be-friends.html"
REDIRECT_QUERY_STRING
"cprv=blog/lets-be-friends"
GATEWAY_INTERFACE
"CGI/1.1"
SERVER_PROTOCOL
"HTTP/1.1"
REQUEST_METHOD
"GET"
QUERY_STRING
"cprv=blog/lets-be-friends"
REQUEST_URI
"/blog/lets-be-friends.html"
SCRIPT_NAME
"/index.php"
PHP_SELF
"/index.php"
REQUEST_TIME_FLOAT
1711644410.532
REQUEST_TIME
1711644410
empty
0. Whoops\Handler\PrettyPageHandler