Skip to content

Commit

Permalink
Update .pages.yml (via Pages CMS)
Browse files Browse the repository at this point in the history
  • Loading branch information
judaicadhpenn committed Jan 11, 2025
1 parent 916f4e3 commit c4dce99
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions .pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ media:
- md
- pdf
- docx

content:
- name: references
label: "Exhibits"
Expand Down Expand Up @@ -63,8 +64,24 @@ content:
type: "string"
default: "doc"
description: "Defines the template type for rendering this page."
- name: "media"
label: "Media"
type: "object"
description: "Add media such as images, documents, or videos."
fields:
- name: "image"
label: "Main Image URL"
type: "string"
description: "The URL to the main exhibit image."
- name: "file"
label: "Downloadable File"
type: "string"
description: "The URL to a downloadable file (PDF, DOCX, etc.)."
- name: "video"
label: "Video Embed URL"
type: "string"
description: "A URL to an embedded video (YouTube, Vimeo, etc.)."
- name: "body"
label: "Body"
type: "rich-text"
description: "The main content of the exhibit, written in Markdown."

description: "The main content of the exhibit, written in Markdown."

0 comments on commit c4dce99

Please sign in to comment.