1 ); } public static function get_styling_image_fields() : array { return [ 'background_image' => '.module' ]; } public static function get_translatable_text_fields( $module ) : array { return [ 'mod_title_callout', 'heading_callout', 'action_btn_text_callout' ]; } public static function get_translatable_textarea_fields( $module ) : array { return [ 'text_callout' ]; } public static function get_translatable_link_fields( $module ) : array { return [ 'action_btn_link_callout' ]; } }