
<?php

// For some reason, I can't get the autoloader to load this file correctly, so
// I stuck it in content-cards.php and somehow it works now. Three hours wasted.

// $messageBlock = array (
//   'key' => 'message_block',
//   'label' => 'Message Block',
//   'name' => 'message-block',
//   'type' => 'repeater',
//   'sub_fields' => array (
//     array (
//       'key' => 'message_block_image',
//       'label' => 'Image',
//       'name' => 'image', 
//       'type' => 'image',
//       'return_type' => 'url'
//     ),
//     array (
//       'key' => 'message_block_content',
//       'label' => __('Content', 'ipsen-master'),
//       'name' => 'content', 
//       'type' => 'wysiwyg',
//       'tabs' => 'visual',
//       'toolbar' => 'basic',
//       'media_upload' => 0,
//     ),
//      array (
//       'key' => 'message_block_citation',
//       'label' => __('Citation', 'ipsen-master'),
//       'instructions' => __('Who said this?', 'ipsen-master'),
//       'name' => 'citation', 
//       'type' => 'text',
//     ),
//   ),
//   'row_min' => 0,
//   'row_limit' => '',
//   'layout' => 'row',
// );

// array_push($_SESSION["blocks"], $messageBlock);
