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 4862081 commit 6d91673
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ content:
- name: references
label: "Exhibits"
type: collection
path: "src/content/docs/reference"
path: "src/content/reference"
icon: "book"
filename: "{slug}.md"
format: "yaml-frontmatter"
Expand All @@ -21,7 +21,7 @@ content:
type: "date"
- name: "hero"
label: "Hero Section"
type: "group"
type: "object"
fields:
- name: "title"
label: "Hero Title"
Expand All @@ -36,7 +36,7 @@ content:
description: "The URL path for this exhibit page."
- name: "tableOfContents"
label: "Table of Contents"
type: "group"
type: "object"
fields:
- name: "minHeadingLevel"
label: "Minimum Heading Level"
Expand All @@ -53,11 +53,6 @@ content:
description: "Defines the template type for rendering this page."
- name: "content"
label: "Page Content"
type: "markdown"
type: "string"
description: "The main content of the exhibit, written in Markdown."
view:
primary: "title"
sortable: ["title", "date"]
searchable: ["title", "description"]
default_sort: { key: "title", order: "asc" }
subfolders: false

0 comments on commit 6d91673

Please sign in to comment.