Editorial

Displays a block with content (title, text, button) on the left and image on the right (possible to reverse the direction). In mobile the image is first.

Frontmatter

blocks:
  - type: editorial
    direction: "" # [rtl, ltr]
    surtitle: "" # string (optional)
    title: "" # string (optional)
    text: "" # string (optional)
    notes: [] # (optional)
      text:  # string (optional)
    ctas: [] # (optional)
      text: '' # string
      url: '' # url
      blank: false # boolean (optional)
      lang: '' # code lang (optional)
    image: {} # (optional)
      src: '' # url
      filter: '' # string (optional)
      alt: '' # string (optional)
      legend: '' # string (optional)
      credit: '' # markdown (optional)
Demo visual renderer

Params

/config/_default/params.yaml

Image size

params:
  blocks:
    editorial:
      desktop: "624x"
      mobile: "336x"

Files

CMS availability

Hugolify Admin

Old repositories