Last active
April 9, 2020 10:26
-
-
Save eduardoesternon/17ff879935cff4daf3149b5cfcc9e126 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
[ | |
{ | |
"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" | |
} | |
] |
This file contains hidden or 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
[ | |
[ | |
{ | |
"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