Skip to content
  1. Extras
  2. PageBuilder
  3. Section catalog
  4. Pro
  5. Downloads

Downloads

Section downloads lists files from a repeater. Chunk: pagebuilderpro_downloads. Requires PageBuilder Pro.

The file field exposes the media record url on the site.

Where it fits

  • Price list, deck, or manual
  • Product documents
  • Files under a service description

Fields

FieldTypeRequiredPurpose
titletextnoSection title
itemsrepeateryesFiles
items.titletextyesName
items.filefileyesFile
items.descriptiontextareanoDescription

Render

The list is ul.pb-downloads__list. file may be a string or an object with url. When the URL is empty, the title stays a <span>, not a link. An empty repeater leaves an empty list.

Section data

json
{
  "title": "Files",
  "items": [
    {
      "title": "Price list",
      "file": { "url": "assets/files/price.pdf" },
      "description": "PDF, 1 MB"
    }
  ]
}

Similar sections

  • Rich text when one file is a link inside text