*/ public static function get_defaults() { return [ 'content' => '', 'id' => '', 'align' => 'left', 'link' => [ 'url' => '', 'target' => '_self', ], 'styles' => [ 'backgroundColor' => 'var(--wp--preset--color--contrast)', 'textColor' => 'var(--wp--preset--color--base)', 'backgroundHoverColor' => '', 'textHoverColor' => '', 'textAlign' => 'center', 'width' => 'auto', 'padding' => [ 'top' => 'var(--wp--preset--spacing--20)', 'right' => 'var(--wp--preset--spacing--20)', 'bottom' => 'var(--wp--preset--spacing--20)', 'left' => 'var(--wp--preset--spacing--20)', ], 'borderRadius' => [ 'topLeft' => '4px', 'topRight' => '4px', 'bottomRight' => '4px', 'bottomLeft' => '4px', ], 'fontSize' => '1.38rem', ], ]; } }