{bb_contentholder} Print

  • Modules, Content Holder
  • 0

The {bb_contentholder} module renders the HTML content within the specified Content Holder module. This allows the designer to reuse a custom block of code.

This module supports Liquid.

Syntax

{bb_contentholder source="" collectionName=""}

Parameters

  • id - system generated ID for a specific Content Holder.
  • source - (Required) used to identify the content holder within the platform.
  • collectionName - Use this parameter to access the modules Liquid output tags. (Future release)
  • isEnabled - (True|False) Use this parameter to show or hide the content based on whether the Content Holder is enabled. (Future release)

Areas Available

The {bb_contentholder} module tag can be placed within these areas.

  • Page Templates
  • Web Pages
  • Landing Pages
  • Content Holders
  • Data Collections

Liquid Tags

  • {{contentHolderId}} - Content holder's ID created by the platform. (Future release)
  • {{contentHolderName}} - Renders the Content Holder's name. (Future release)
  • {{contentHolderContent}} - Renders the Content Holder's content. Can include HTML, CSS, Javascript. Can even contain another Content Holder tag. (Future release)
  • {{contentHolderPublishDate}} - Date set for the content holder to display on a web page. (Future release)
  • {{contentHolderExpiryDate}} - Date set for the content holder to stop displaying on a web page. (Future release)
  • {{contentHolderEnabled}} - Defines whether the content holder is enabled to display on the website. (Future release)
  • {{contentHolderLastUpdated}} - Date and time the content holder was last updated. (Future release)

Was this answer helpful?

« Back

Powered by WHMCompleteSolution