Last modified: August 22, 2025
Below, learn more about the HubSpot default web 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.
{% module "blog_listing" path="@hubspot/blog_listing", label="blog_listing.module" %}
ParameterTypeDescription
layoutChoiceThe content layout for each blog post preview.
  • basic_grid (default): aligns posts in a basic grid.
  • single_column: aligns posts in a single column. with featured images on their own row above the rest of the post content.
  • side_by_side: aligns posts in a column with featured images aligned horizontally with the post content.
columnsNumberWhen using the basic_grid layout, the number of posts per row. Can be 2, 3 (default), or 4.
alternate_imageBooleanWhen 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_imageStringWhen 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_itemArrayThe content to include in each blog post preview. Choices include:
  • image: the post’s featured image.
  • title: the post’s title.
  • author_image: the post author’s image.
  • author_name: the post author’s name.
  • tags: the post’s blog tags.
  • publish_date: the post’s publish date.
  • description: the post’s meta description.
  • button: the read more button that links to the blog post.
button_textStringThe 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_textField groupA field group containing default values for various text elements. Below are the default values set for each text element:
  • blog_post_summary_text: "Blog post summary:"
  • featured_image_text: "Featured image:"
  • read_full_post_text: "Read full post:"
  • picture_of_text: "Picture of"
  • author_alt_text: "{{ picture_of_text }} {{ content.blog_author.display_name }}"
  • read_full_post_aria_label: "{{ read_full_post_text }} {{ content.name }}"
  • full_featured-image_aria_label: "{{ featured_image_text }} {{ content.featured_image_alt_text }}"
  • full_blog_post_summary_text: "{{ blog_post_summary_text }} {{ content.name }}"
  • gated_content_describedby_text: "This content is only available to logged in members."

Delete data

As of May 26th, 2025, this module has been deprecated in favor of the data privacy request page feature.
{% module "delete_data" path="@hubspot/delete_data", label="delete_data.module" %}
ParameterTypeDescriptionDefault
contentRich TextMessage 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_textTextButton text.Request data deletion
group_alertsField groupThe success and fail alert field group. Includes the following field groups:
  • group_success_alert:
    • content: rich text content of success alert.
  • group_fail_alert:
    • content: rich text content of fail alert.
  • group_close_icon:
    • icon: the icon to close the alert.

Download data

As of May 26th, 2025, this module has been deprecated in favor of the data privacy request page feature.
{% module "download_data" path="@hubspot/download_data", label="download_data.module" %}
ParameterTypeDescriptionDefault
contentRich TextMessage 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_textTextButton text.Request data download
group_alertsField groupThe success and fail alert field group. Includes the following field groups:
  • group_success_alert:
    • content: rich text content of success alert.
  • group_fail_alert:
    • content: rich text content of fail alert.
  • group_close_icon:
    • icon: the icon to close the alert.

Follow Me

As of August 7th, 2024, this module has been deprecated in favor of the Social Follow module.
{% module
  path="@hubspot/follow_me",
  title="Follow me"
%}
ParameterTypeDescription
titleStringThe h3 heading displayed at the top of the module.
linksBooleanBy 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.
{% module "follow_me_lp" path="@hubspot/follow_me_lp" %}
ParameterTypeDescription
socialField groupA field group containing details for each social network to include. Includes the following fields:
  • network: a choice field for selecting the social network.
  • link: the link to the profile.
  • network_image: the social network image to display.
  • supporting_text: text to display the name of the social network, if display is set to icon_text or text_only.
displayChoiceDisplay options for showing social networks. Choices include:
  • icon (default)
  • icon_text
  • text_only
scaleNumberThe size of the icon in px value (25 by default).
spacingNumberLeft and right padding for items in px value (5 by default).
alignmentChoicethe alignment of the items on the page. Choices include:
  • left
  • center (default)
  • right
color_schemeChoiceColor scheme to use for icons. Choices include:
  • color (default)
  • black (black and white)
  • grey
  • white
  • custom
custom_colorColorCustom color to use when color_scheme is set to custom (#000000 by default).
icon_shapeChoiceShape of the social icons. Choices include:
  • circle (default)
  • square
  • original
font_styleObjectFont options for the social network text, when display is set to icon_text or text_only.Contains the following fields:
  • size
    • value: the size number.
    • units: the unit of measure.
  • color: text color in hex value.
  • styles
    • bold: a boolean that makes font bold.
    • italic: a boolean field that makes font italicized.
    • underline: a boolean field that makes font underlined.
  • font: the name of the font.
This module was deprecated as of March 2023 in favor of the Image Grid, Image Slider, and Tabbed Card modules.
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.
{% module "gallery" path="@hubspot/gallery", label="gallery.module" %}
ParameterTypeDescription
slidesField groupA field group containing fields for each slide. Contains the following fields:
  • img: the image URL.
  • show_caption: a boolean that sets whether to display the slide caption. Set to false by default.
  • caption: the slide caption.
  • link_url: the URL the slide leads to when clicked.
  • open_in_new_tab: a boolean that sets whether to open the link in a new tab. Set to false by default.
display_modeChoiceDisplay mode of the gallery. Choices include:
  • standard (default)
  • thumbnail
  • lightbox
lightboxRowsNumberNumber of rows in the gallery when display_mode is set to lightbox.
loop_slidesBooleanEnables looping through the slides with next/prev when display_mode equals standard or thumbnail.
auto_advanceBooleanAutomatically advances to the next slide when display_mode equals standard or thumbnail.
num_secondsNumberAmount of time in seconds between advancing to the next slide when display_mode equals standard or thumbnail.
show_paginationBooleanShow navigation buttons when display_mode is set to standard or thumbnail.
sizingChoiceSets the height of the slides when display_mode is set to standard or thumbnail. Choices include:
  • static: fixed height (default).
  • resize: variable height.
transitionChoiceSlide transition styles when display_mode is set to standard or thumbnail. Choices include:
  • slide: slide transition (default).
  • fade: fade transition.
caption_positionChoicePosition of the slide captions when display_mode is set to standard or thumbnail. Choices include:
  • below: always keep captions below the image (default).
  • superimpose: superimpose captions on top of images.