[ 'type' => 'ct-options', 'setting' => [ 'transport' => 'postMessage' ], 'inner-options' => [ ct_rand_md5() => [ 'type' => 'ct-title', 'label' => __( 'Hero Section', 'ct' ), ], 'author_page_hero_section' => [ 'label' => false, 'type' => 'ct-image-picker', 'value' => 'type-1', 'attr' => [ 'data-type' => 'background' ], 'setting' => [ 'transport' => 'postMessage' ], 'title' => true, 'choices' => [ 'type-1' => [ 'src' => ct_image_picker_url( 'hero-type-1.svg' ), 'title' => __( 'Type 1', 'ct' ), ], 'type-2' => [ 'src' => ct_image_picker_url( 'hero-type-2.svg' ), 'title' => __( 'Type 2', 'ct' ), ], ], ], ], ], ];