Skip to content

Instantly share code, notes, and snippets.

@cannap
Last active September 26, 2022 09:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cannap/cb9b0eccc08a6a1ff1b551357b26c714 to your computer and use it in GitHub Desktop.
Save cannap/cb9b0eccc08a6a1ff1b551357b26c714 to your computer and use it in GitHub Desktop.
Sellerpoint - Page Schema
{
"_version": "1",
"rows": [
{
"_version": "1",
"title": "so we know what we edit",
"id": "$uid",
"settings": {
"background": {
"url": "https://",
"size": "cover ||contain",
"backgroundColor": "rgba('xxx,xxx,xx')"
},
"spacings": {
"default": {
"paddingTop": "20px",
"__comment": "..."
},
"xs": {},
"md": {},
"l": {}
},
"columns": {
"equalHeigth": false,
"fulleHeight": false
}
},
"columns": [
{
"_version": "1",
"id": "uniquei333d",
"component": {
"name": "text",
"options": {
"content": "<p>This i s an awesome text 2</p>"
}
}
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment