-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial case study route established
- Loading branch information
1 parent
589db3d
commit dcaea6e
Showing
20 changed files
with
2,618 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
{ | ||
"id": "case_study", | ||
"label": "case study", | ||
"format": "page", | ||
"repeatable": true, | ||
"status": true, | ||
"json": { | ||
"Main": { | ||
"uid": { | ||
"config": { | ||
"label": "UID" | ||
}, | ||
"type": "UID" | ||
}, | ||
"title": { | ||
"type": "Text", | ||
"config": { | ||
"label": "title", | ||
"placeholder": "" | ||
} | ||
}, | ||
"slices": { | ||
"type": "Slices", | ||
"fieldset": "Slice Zone", | ||
"config": { | ||
"choices": { | ||
"text_slice": { | ||
"type": "SharedSlice" | ||
}, | ||
"wide_image": { | ||
"type": "SharedSlice" | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"SEO & Metadata": { | ||
"meta_description": { | ||
"config": { | ||
"label": "Meta Description", | ||
"placeholder": "A brief summary of the page" | ||
}, | ||
"type": "Text" | ||
}, | ||
"meta_image": { | ||
"config": { | ||
"constraint": { | ||
"height": 1260, | ||
"width": 2400 | ||
}, | ||
"label": "Meta Image", | ||
"thumbnails": [] | ||
}, | ||
"type": "Image" | ||
}, | ||
"meta_title": { | ||
"config": { | ||
"label": "Meta Title", | ||
"placeholder": "A title of the page used for social media and search engines" | ||
}, | ||
"type": "Text" | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.