diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 0ce358d..41918ba 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -61,3 +61,4 @@ - [Ka-Wai Lin](https://github.com/kwlin) - [Piotr Orzechowski](https://orzechowski.tech) - [Glenn Feunteun](https://github.com/gfeun) +- [Santiago González](https://github.com/netrules) diff --git a/stackbit.yaml b/stackbit.yaml index a026d04..6a4bfbd 100644 --- a/stackbit.yaml +++ b/stackbit.yaml @@ -64,6 +64,8 @@ models: name: hideCredits - type: boolean name: hideCopyright + - type: number + name: since - type: string name: commit - type: boolean @@ -94,6 +96,22 @@ models: - type: string name: url label: URL + - type: string + name: rel + label: Rel + - type: string + name: type + label: Type + - type: object + name: fathomAnalytics + label: Fathom Analytics (optional) + fields: + - type: string + name: siteID + label: ID for Fathom Analytics + - type: string + name: serverURL + label: URL for Fathom Analytics - type: object name: languages fields: @@ -164,6 +182,10 @@ models: name: images items: type: string + - type: image + name: featured_image + label: Featured Image + description: Image featured in post display language_config: type: object label: Language Config @@ -185,6 +207,8 @@ models: name: keywords - type: string name: footercontent + - type: number + name: since - type: object label: Menu name: menu