Currently, HubL doesn’t support accessing or filtering image tags directly from the HubSpot File Manager. These tags are mainly for organizing assets in the UI and aren’t exposed to HubL for use in templates.
If you want to filter images on a page based on tags or categories, the best approach is to manually manage metadata using HubDB or a custom module. You can store image URLs along with tag info in a HubDB table, then use HubL to filter and render them as needed.
If you absolutely need to pull tags from the file manager, you'd need to use the Files API outside of the CMS and sync that data into HubDB or module fields.
Currently, HubL doesn’t support accessing or filtering image tags directly from the HubSpot File Manager. These tags are mainly for organizing assets in the UI and aren’t exposed to HubL for use in templates.
If you want to filter images on a page based on tags or categories, the best approach is to manually manage metadata using HubDB or a custom module. You can store image URLs along with tag info in a HubDB table, then use HubL to filter and render them as needed.
If you absolutely need to pull tags from the file manager, you'd need to use the Files API outside of the CMS and sync that data into HubDB or module fields.