
<?php
// $widescreen = array (
//   'key' => 'widescreen',
//   'label' => 'Widescreen Content',
//   'name' => 'widescreen',
//   'type' => 'repeater',
//   'sub_fields' => array (
//     array (
//       'key' => 'widescreen_content_block__Title',
//       'label' => 'Section Title',
//       'name' => 'title', // the 'name' value for each field has to match the variable in the Twig file.
//       'type' => 'text',
//       'wrapper' => array(
//         'width' => '50%',
//         'class' => '',
//         'id' => '',
//       ),
//     ),
//     array (
//       'key' => 'widescreen_content_block_label',
//       'label' => 'Section Label',
//       'name' => 'blocklabel',
//       'type' => 'text',
//       'instructions' => __('This label appears in in-page navigation and within the content of some blocks, overriding the title.', 'ipsen-master'),
//     ),
//      array (
//       'key' => 'widescreen_content_block_center_title',
//       'label' => __('Image Orientation', 'ipsen-master'),
//       'name' => 'orientation', 
//       // 'instructions' => __('This is optional', 'ipsen-master'),
//       'type' => 'true_false',
//       'instructions' => '',
//       'required' => 0,
//       'conditional_logic' => 0,
//       'message' => '',
//       'default_value' => 1,
//       'ui' => 1,
//       'ui_on_text' => 'Right',
//       'ui_off_text' => 'Left',
//       'wrapper' => array(
//           'width' => '50%',
//           'class' => '',
//           'id' => '',
//       ),
//     ),
//     array (
//       'key' => 'widescreen_content_block__Intro',
//       'label' => __('Content', 'ipsen-master'),
//       'name' => 'content', 
//       // 'instructions' => __('This is optional', 'ipsen-master'),
//       'type' => 'wysiwyg',
//       'tabs' => 'visual',
//       // 'toolbar' => 'basic',
//       'media_upload' => 1,
//     ),
//   ),
//   'row_min' => 0,
//   'row_limit' => '',
//   'layout' => 'row',
// );

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