Header Footer Item
One header/footer zone. Fields may be combined when the renderer supports it; otherwise renderers should prefer image, then text-like generated content.
Metadata
Field index
| Field | Type | Req. | Description |
|---|---|---|---|
| text | string | — | Literal text rendered in this zone. |
| image | ref:Asset | — | Generic image rendered in this zone, such as a logo, partner mark, certification badge, or icon. |
| slideNumber | boolean | — | Whether to render the current slide number in this zone. |
| date | boolean | string | — | Whether to render the presentation date, or a literal date string to render. |
| organization | boolean | — | Whether to render the primary organization name from organization. |
| section | boolean | — | Whether to render the current slide section label. |
text
typestringrequirednodefault—
Literal text rendered in this zone.
{
"text": "Confidential"
}image
typeref:Assetrequirednodefault—
Generic image rendered in this zone, such as a logo, partner mark, certification badge, or icon.
{
"image": "asset:acme-logo"
}slideNumber
typebooleanrequirednodefault—
Whether to render the current slide number in this zone.
{
"slideNumber": true
}date
typeboolean | stringrequirednodefault—
Whether to render the presentation date, or a literal date string to render.
{
"date": "date-value"
}organization
typebooleanrequirednodefault—
Whether to render the primary organization name from organization.
{
"organization": true
}section
typebooleanrequirednodefault—
Whether to render the current slide section label.
{
"section": true
}