brevoza/jonny-jackson-projects

brevoza.config.yml

collections:
  projects:
    config: projects-config.yml

Viewing: brevoza/jonny-jackson-projects on branch main

Collections

projects

collection: projects
description: >
  Jonny Jacksons portfolio projects

storage:
  path: projects/
  format: json
  idField: id

schema:
  type: object
  required:
    - id
    - title

  properties:
    id:
      type: string
      description: Unique slug identifier

    title:
      type: string

    description:
      type: string

    coverImage:
      type: image

    body:
      type: markdown

Items

Create New Item