), 'border_color' => ElementsHelper::get_color( $attributes, [ 'value_path' => 'border_color', 'title' => __( 'Table border color', 'yaymail' ), 'default_value' => YAYMAIL_COLOR_BORDER_DEFAULT, ] ), 'font_family' => ElementsHelper::get_font_family_selector( $attributes ), 'title' => ElementsHelper::get_rich_text( $attributes, [ 'value_path' => 'title', 'title' => __( 'Billing title', 'yaymail' ), 'default_value' => '' . __( 'Billing Address', 'woocommerce' ) . '', ] ), 'rich_text' => [ 'value_path' => 'rich_text', 'component' => '', 'title' => __( 'Content', 'yaymail' ), 'default_value' => '[yaymail_billing_address]', 'type' => 'content', ], ], ]; } }