Skip to content

Instantly share code, notes, and snippets.

@eduardoesternon
Last active April 9, 2020 10:26
Show Gist options
  • Save eduardoesternon/17ff879935cff4daf3149b5cfcc9e126 to your computer and use it in GitHub Desktop.
Save eduardoesternon/17ff879935cff4daf3149b5cfcc9e126 to your computer and use it in GitHub Desktop.
[
{
"label":"image",
"value":[
"c3.jpg",
"c3.jpg"
]
},
{
"label":"heading",
"value":"Heading"
},
{
"label":"content",
"value":"Content Conten Content"
},
{
"label":"link",
"value":"https://www.google.com"
},
{
"label":"link_text",
"value":"Google"
},
{
"label":"image",
"value":[
"c1.jpg",
"c1.jpg"
]
},
{
"label":"heading",
"value":"Heading 2"
},
{
"label":"content",
"value":"Content 2"
},
{
"label":"link",
"value":"https://www.google.com"
},
{
"label":"link_text",
"value":"noice"
}
]
[
[
{
"label":"image",
"value": "c3.jpg"
},
{
"label":"heading",
"value":"Heading"
},
{
"label":"content",
"value":"Content Conten Content"
},
{
"label":"link",
"value":"https://www.google.com"
},
{
"label":"link_text",
"value":"Google"
}
],
[
{
"label":"image",
"value": "c1.jpg"
},
{
"label":"heading",
"value":"Heading 2"
},
{
"label":"content",
"value":"Content 2"
},
{
"label":"link",
"value":"https://www.google.com"
},
{
"label":"link_text",
"value":"noice"
}
]
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment