*/ public static function get_defaults() { return [ 'content' => '', 'align' => 'left', 'styles' => [ 'textColor' => '#000000', 'linkColor' => '', 'backgroundColor' => '', 'fontSize' => '1.38rem', 'padding' => [ 'top' => '', 'right' => '', 'bottom' => '', 'left' => '', ], 'margin' => [ 'top' => '', 'right' => '', 'bottom' => '', 'left' => '', ], ], ]; } }