Skip to content

Instantly share code, notes, and snippets.

@0xm1kr
Last active December 7, 2020 22:57
Show Gist options
  • Save 0xm1kr/4c9df918c134c5f613f762d9757ecafa to your computer and use it in GitHub Desktop.
Save 0xm1kr/4c9df918c134c5f613f762d9757ecafa to your computer and use it in GitHub Desktop.
Fiz Section JSON
{
"id": 1003,
"sid": "gb",
"name": "Page Name",
"version": "v1.0",
"shortName": "test",
"domain": null,
"views": 0,
"meta": {
"version": "v1.0",
"indexable": false,
"title": "Page Title",
"description": "Page meta description",
"ogImage": "https://open-graph-image.com"
},
"style": {
"primaryColor": "#5a38fd",
"secondaryColor": "#ffffff",
"primaryFont": {
"font": {
"url": "googlefonturl.com"
},
"weight": 500
},
"secondaryFont": {
"font": {
"url": "googlefonturl.com"
},
"size": 0.9
}
},
"published": null,
"unpublished": null,
"created": "2020-12-07T22:14:15.804Z",
"deleted": null,
"userId": "636bcd6c-3167-4e2f-b21d-cbc2caa0e077",
"sections": [
{
"id": 1,
"order": 0,
"template": "hero|content|...",
"variant": "left",
"title": "Some Title of a section",
"description": "A description of a section.. lorem ipsum",
"buttons": [
{
"text": "Read the Reviews",
"link": "https://alink.com",
"icon": "ri-icon-name"
}
],
"type": "image|video|embed|[lottie...]",
"content": {
"id": 4,
"md5": "e2ea506c9fd385812d6d67e5f5f760a6",
"url": "http://files.localhost:4572/bucket-fiz-dev/files/e2ea506c9fd385812d6d67e5f5f760a6.jpg",
"mime": "image/jpeg",
"name": "04_after.jpg",
"path": "files/e2ea506c9fd385812d6d67e5f5f760a6.jpg",
"created": "2020-11-25T23:59:48.766Z",
"palette": null,
"thumbnail": "files/e2ea506c9fd385812d6d67e5f5f760a6_thumb.jpg",
"thumbnailUrl": "http://files.localhost:4572/bucket-fiz-dev/files/e2ea506c9fd385812d6d67e5f5f760a6_thumb.jpg"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment