*/ public static function get_defaults() { return [ 'media' => [], 'height' => '', 'width' => '150px', 'alt' => '', 'align' => 'left', 'aspectRatio' => '', 'scale' => 'cover', 'sizeSlug' => 'large', 'caption' => '', 'href' => '', 'linkTarget' => '_self', 'lightbox' => [ 'enabled' => false, ], 'border' => [ 'top' => '', 'right' => '', 'bottom' => '', 'left' => '', ], 'borderRadius' => [ 'topLeft' => '', 'topRight' => '', 'bottomLeft' => '', 'bottomRight' => '', ], ]; } }