'; return [ 'id' => uniqid(), 'type' => self::$type, 'name' => __( 'Countdown', 'yaymail' ), 'icon' => self::$icon, 'group' => 'basic', 'available' => false, 'disabled_reason' => [ 'html' => __( 'This element is available in YayMail Pro', 'yaymail' ), ], 'position' => 145, 'children' => isset( $attributes['children'] ) ? $attributes['children'] : [], 'status_info' => [ 'text' => __( 'New', 'yaymail' ), ], 'data' => [], ]; } }