> ## Documentation Index
> Fetch the complete documentation index at: https://developers.hubspot.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

---
id: 2e0a872c-71b8-4dca-87c7-e2792aac485b
---

# Deprecated default modules

> Learn more about HubSpot's deprecated web default modules.

Below, learn more about the [HubSpot default web modules](/cms/reference/modules/default-modules) that have been deprecated. These modules can still be cloned in the design manager, and existing instances of these modules will continue to function on live pages, but they no longer appear in the page editor for content creators to use.

## Blog listing

As of February 2024, the Blog Listing module was deprecated in favor of the [Blog Posts module](/cms/reference/modules/default-modules#blog-posts).

```hubl theme={null}
{% module "blog_listing" path="@hubspot/blog_listing", label="blog_listing.module" %}
```

| Parameter                    | Type        | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| ---------------------------- | ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `layout`                     | Choice      | The content layout for each blog post preview.<ul><li>`basic_grid` (default): aligns posts in a basic grid.</li><li>`single_column`: aligns posts in a single column. with featured images on their own row above the rest of the post content.</li><li>`side_by_side`: aligns posts in a column with featured images aligned horizontally with the post content.</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| `columns`                    | Number      | When using the `basic_grid` layout, the number of posts per row. Can be `2`, `3` (default), or `4`.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| `alternate_image`            | Boolean     | When `layout` is set to `side_by_side` and display\_for\_each\_item is set to `image`, set this field to `true` to align the featured image on the right and left side of the post preview, alternating. By default, this field is set to `false`.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| `full_image`                 | String      | When `layout` is set to `basic_grid` or single\_column and `display_for_each_item` is set to `image`, set this field to `true` to make the featured image the background of the post preview. By default, this field is set to `false`.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| `display_for_each_list_item` | Array       | The content to include in each blog post preview. Choices include:<ul><li>`image`: the post's featured image.</li><li>`title`: the post's title.</li><li>`author_image`: the post author's image.</li><li>`author_name`: the post author's name.</li><li>`tags`: the post's blog tags.</li><li>`publish_date`: the post's publish date.</li><li>`description`: the post's meta description.</li><li>`button`: the read more button that links to the blog post.</li></ul>                                                                                                                                                                                                                                                                                                                                                                  |
| `button_text`                | String      | The text that displays on the read more button when `display_for_each_list_item` is set to `button`. By default, text is set to `Read more`.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| `default_text`               | Field group | A field group containing default values for various text elements. Below are the default values set for each text element:<ul><li>`blog_post_summary_text`: `"Blog post summary:"`</li><li>`featured_image_text`: `"Featured image:"`</li><li>`read_full_post_text`: `"Read full post:"`</li><li>`picture_of_text`: `"Picture of"`</li><li>`author_alt_text`: `"{{ picture_of_text }} {{ content.blog_author.display_name }}"`</li><li>`read_full_post_aria_label`: `"{{ read_full_post_text }} {{ content.name }}"`</li><li>`full_featured-image_aria_label`: `"{{ featured_image_text }} {{ content.featured_image_alt_text }}"`</li><li>`full_blog_post_summary_text`: `"{{ blog_post_summary_text }} {{ content.name }}"`</li><li>`gated_content_describedby_text`: `"This content is only available to logged in members."`</li></ul> |

## Delete data

As of May 26th, 2025, this module has been deprecated in favor of the [data privacy request page feature](https://knowledge.hubspot.com/privacy-and-consent/manage-data-privacy-requests).

```hubl theme={null}
{% module "delete_data" path="@hubspot/delete_data", label="delete_data.module" %}
```

| Parameter      | Type        | Description                                                                                                                                                                                                                                                                                                                                                           | Default                                                                                                                                                                                                                                                                   |
| -------------- | ----------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `content`      | Rich Text   | Message displayed above the button.                                                                                                                                                                                                                                                                                                                                   | `Delete Data  Permanently delete your personal data stored by {{ site_settings.company_name}}. Personal data is information that can be used to identify you and doesn't include anonymized data. You'll get a follow-up email where you'll need to verify your request.` |
| `button_text`  | Text        | Button text.                                                                                                                                                                                                                                                                                                                                                          | `Request data deletion`                                                                                                                                                                                                                                                   |
| `group_alerts` | Field group | The success and fail alert field group. Includes the following field groups:<br /><ul><li>`group_success_alert`:<ul><li>`content`: rich text content of success alert.</li></ul></li><li>`group_fail_alert`:<ul><li>`content`: rich text content of fail alert.</li></ul></li><li>`group_close_icon`:<ul><li>`icon`: the icon to close the alert.</li></ul></li></ul> |                                                                                                                                                                                                                                                                           |

## Download data

As of May 26th, 2025, this module has been deprecated in favor of the [data privacy request page feature](https://knowledge.hubspot.com/privacy-and-consent/manage-data-privacy-requests).

```hubl theme={null}
{% module "download_data" path="@hubspot/download_data", label="download_data.module" %}
```

| Parameter      | Type        | Description                                                                                                                                                                                                                                                                                                                                                           | Default                                                                                                                                                                                     |
| -------------- | ----------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `content`      | Rich Text   | Message displayed above the button.                                                                                                                                                                                                                                                                                                                                   | `Download Data  Download your personal data stored by {{ site_settings.company_name}}.  Personal data is information that can be used to identify you and doesn't include anonymized data.` |
| `button_text`  | Text        | Button text.                                                                                                                                                                                                                                                                                                                                                          | `Request data download`                                                                                                                                                                     |
| `group_alerts` | Field group | The success and fail alert field group. Includes the following field groups:<br /><ul><li>`group_success_alert`:<ul><li>`content`: rich text content of success alert.</li></ul></li><li>`group_fail_alert`:<ul><li>`content`: rich text content of fail alert.</li></ul></li><li>`group_close_icon`:<ul><li>`icon`: the icon to close the alert.</li></ul></li></ul> |                                                                                                                                                                                             |

## Follow Me

As of August 7th, 2024, this module has been deprecated in favor of the [Social Follow module](/cms/reference/modules/default-modules#social-follow).

```hubl theme={null}
{% module
  path="@hubspot/follow_me",
  title="Follow me"
%}
```

| Parameter | Type    | Description                                                                                                                |
| --------- | ------- | -------------------------------------------------------------------------------------------------------------------------- |
| `title`   | String  | The h3 heading displayed at the top of the module.                                                                         |
| `links`   | Boolean | By default, clicked links will open in a new window. Set this to `false` to open clicked links in the same browser window. |

## Follow Me - LP

As of August 7th, 2024, this module has been deprecated in favor of the [Social Follow module](/cms/reference/modules/default-modules#social-follow).

```hubl theme={null}
{% module "follow_me_lp" path="@hubspot/follow_me_lp" %}
```

| Parameter      | Type        | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| -------------- | ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `social`       | Field group | A field group containing details for each social network to include. Includes the following fields:<ul><li>`network`: a choice field for selecting the social network.</li><li>`link`: the link to the profile.</li><li>`network_image`: the social network image to display.</li><li>`supporting_text`: text to display the name of the social network, if `display` is set to `icon_text` or `text_only`.</li></ul>                                                                                                          |
| `display`      | Choice      | Display options for showing social networks. Choices include:<ul><li>`icon` (default)</li><li>`icon_text`</li><li>`text_only`</li></ul>                                                                                                                                                                                                                                                                                                                                                                                        |
| `scale`        | Number      | The size of the icon in `px` value (`25` by default).                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| `spacing`      | Number      | Left and right padding for items in `px` value (`5` by default).                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| `alignment`    | Choice      | the alignment of the items on the page. Choices include:<ul><li>`left`</li><li>`center` (default)</li><li>`right`</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                    |
| `color_scheme` | Choice      | Color scheme to use for icons. Choices include:<ul><li>`color` (default)</li><li>`black` (black and white)</li><li>`grey`</li><li>`white`</li><li>`custom`</li></ul>                                                                                                                                                                                                                                                                                                                                                           |
| `custom_color` | Color       | Custom color to use when `color_scheme` is set to `custom` (`#000000` by default).                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| `icon_shape`   | Choice      | Shape of the social icons. Choices include:<ul><li>`circle` (default)</li><li>`square`</li><li>`original`</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                            |
| `font_style`   | Object      | Font options for the social network text, when `display` is set to `icon_text` or `text_only`.Contains the following fields:<ul><li>`size`<ul><li>`value`: the size number.</li><li>`units`: the unit of measure.</li></ul></li><li>`color`: text color in hex value.</li><li>`styles`<ul><li>`bold`: a boolean that makes font bold.</li><li>`italic`: a boolean field that makes font italicized.</li><li>`underline`: a boolean field that makes font underlined.</li></ul></li><li>`font`: the name of the font.</li></ul> |

## Gallery

This module was deprecated as of [March 2023](https://developers.hubspot.com/changelog/march-2023-rollup#deprecation-of-the-gallery-default-module) in favor of the [Image Grid](/cms/reference/modules/default-modules#image-grid), [Image Slider](/cms/reference/modules/default-modules#image-slider-gallery), and [Tabbed Card](/cms/reference/modules/default-modules#tabbed-card) modules.

<Warning>
  **Please note:**

  This also applies to the Growth theme's gallery module (`@hubspot/growth/modules/image-gallery.module`). The same replacement modules listed above are recommended.
</Warning>

```hubl theme={null}
{% module "gallery" path="@hubspot/gallery", label="gallery.module" %}
```

| Parameter          | Type        | Description                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| ------------------ | ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `slides`           | Field group | A field group containing fields for each slide. Contains the following fields:<ul><li>`img`: the image URL.</li><li>`show_caption`: a boolean that sets whether to display the slide caption. Set to `false` by default.</li><li>`caption`: the slide caption.</li><li>`link_url`: the URL the slide leads to when clicked.</li><li>`open_in_new_tab`: a boolean that sets whether to open the link in a new tab. Set to `false` by default.</li></ul> |
| `display_mode`     | Choice      | Display mode of the gallery. Choices include:<ul><li>`standard` (default)</li><li>`thumbnail`</li><li>`lightbox`</li></ul>                                                                                                                                                                                                                                                                                                                             |
| `lightboxRows`     | Number      | Number of rows in the gallery when `display_mode` is set to `lightbox`.                                                                                                                                                                                                                                                                                                                                                                                |
| `loop_slides`      | Boolean     | Enables looping through the slides with next/prev when `display_mode` equals `standard` or `thumbnail`.                                                                                                                                                                                                                                                                                                                                                |
| `auto_advance`     | Boolean     | Automatically advances to the next slide when `display_mode` equals `standard` or `thumbnail`.                                                                                                                                                                                                                                                                                                                                                         |
| `num_seconds`      | Number      | Amount of time in seconds between advancing to the next slide when `display_mode` equals `standard` or `thumbnail`.                                                                                                                                                                                                                                                                                                                                    |
| `show_pagination`  | Boolean     | Show navigation buttons when `display_mode` is set to `standard` or `thumbnail`.                                                                                                                                                                                                                                                                                                                                                                       |
| `sizing`           | Choice      | Sets the height of the slides when `display_mode` is set to `standard` or `thumbnail`. Choices include:<ul><li>`static`: fixed height (default).</li><li>`resize`: variable height.</li></ul>                                                                                                                                                                                                                                                          |
| `transition`       | Choice      | Slide transition styles when `display_mode` is set to `standard` or `thumbnail`. Choices include:<ul><li>`slide`: slide transition (default).</li><li>`fade`: fade transition.</li></ul>                                                                                                                                                                                                                                                               |
| `caption_position` | Choice      | Position of the slide captions when `display_mode` is set to `standard` or `thumbnail`. Choices include:<ul><li>`below`: always keep captions below the image (default).</li><li>`superimpose`: superimpose captions on top of images.</li></ul>                                                                                                                                                                                                       |
