[ 'label' => __( 'Social Icons Type', 'blocksy' ), 'type' => 'ct-radio', 'value' => 'simple', 'view' => 'text', 'design' => 'block', 'setting' => [ 'transport' => 'postMessage' ], 'choices' => [ 'simple' => __( 'Simple', 'blocksy' ), 'rounded' => __( 'Rounded', 'blocksy' ), ], ], 'socials' => [ 'type' => 'ct-layers', 'label' => false, 'manageable' => true, 'value' => [ [ 'id' => 'facebook', 'enabled' => true, ], [ 'id' => 'twitter', 'enabled' => true, ], [ 'id' => 'gplus', 'enabled' => true, ], ], 'settings' => [ 'facebook' => [ 'label' => __( 'Facebook', 'blocksy' ), ], 'twitter' => [ 'label' => __( 'Twitter', 'blocksy' ), ], 'gplus' => [ 'label' => __( 'Google Plus', 'blocksy' ), ], 'linkedin' => [ 'label' => __( 'LinkedIn', 'blocksy' ), ], 'dribbble' => [ 'label' => __( 'Dribbble', 'blocksy' ), ], 'instagram' => [ 'label' => __( 'Instagram', 'blocksy' ), ], ], ], ];