Skip to content

Latest commit

 

History

History
110 lines (67 loc) · 2.47 KB

meta.schema.md

File metadata and controls

110 lines (67 loc) · 2.47 KB

Meta Schema

https://ns.adobe.com/helix/pipeline/meta

Content and Section Metadata Properties

Abstract Extensible Status Identifiable Custom Properties Additional Properties Defined In
Cannot be instantiated Yes Stabilizing No Forbidden Permitted meta.schema.json

Meta Definitions

Property Type Group
class string https://ns.adobe.com/helix/pipeline/meta#/definitions/meta
image string https://ns.adobe.com/helix/pipeline/meta#/definitions/meta
intro string https://ns.adobe.com/helix/pipeline/meta#/definitions/meta
tagname string https://ns.adobe.com/helix/pipeline/meta#/definitions/meta
title string https://ns.adobe.com/helix/pipeline/meta#/definitions/meta
types string[] https://ns.adobe.com/helix/pipeline/meta#/definitions/meta

class

The CSS class to use for the section instead of the default hlx-section one

class

  • is optional
  • type: string
  • defined in this schema

class Type

string

image

Path (can be relative) to the first image in the document

image

  • is optional
  • type: string
  • defined in this schema

image Type

string

  • format: uri-reference – URI Reference (according to RFC3986)

intro

Extracted first paragraph of the document

intro

  • is optional
  • type: string
  • defined in this schema

intro Type

string

tagname

The element tag name to use for the section instead of the default div one (i.e. section, main, aside)

tagname

  • is optional
  • type: string
  • defined in this schema

tagname Type

string

title

Extracted title of the document

title

  • is optional
  • type: string
  • defined in this schema

title Type

string

types

The inferred class names for the section

types

  • is optional
  • type: string[]
  • defined in this schema

types Type

Array type: string[]

All items must be of the type: string