Authors
📖 Overview
Display one or more authors. Authors can be selected from the Person post type or added as custom entries (thumbnail, name, job title, company, permalink).
✏️ Content Options
| Field | Type | Required | Description |
|---|---|---|---|
| Heading | Heading (component) | No | Block heading (e.g. type h3, size text–h4) |
| Authors | Relationship | No | Person post type, return id |
| Custom authors (repeater) | Repeater | No | Add Custom Author |
| ↳ Author fields | Author (component) | No | Thumbnail, first/last name, job title, company, permalink |
⚙️ Settings Options
| Setting | Type | Default | Description |
|---|---|---|---|
| — | |||
🎨 CSS Variables
No block-specific CSS variables in the theme configuration. The Author component has the following variables (see assets/scss/configuration.scss component map).
Author Component
| Variable | Default Value |
|---|---|
--component-author-image-width |
56px |
--component-author-image-aspect-ratio |
1/1 |
--component-author-image-border-width |
0px |
--component-author-image-border-colour |
var(--colour-white) |
--component-author-image-border-radius |
56px |
--component-author-image-shadow |
none |
--component-author-image-content-gap |
var(--spacing-xxs) |
--component-author-content-gap |
0 |
Note: Author component variables are in the component map in assets/scss/configuration.scss.