Created
July 30, 2015 20:28
-
-
Save k88hudson/337573526381009b300a to your computer and use it in GitHub Desktop.
bulk test
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
{ | |
"actions":[ | |
{ | |
"method":"create", | |
"type":"elements", | |
"data":{ | |
"pageId":1, | |
"type":"link", | |
"styles":{ | |
"fontFamily":"sans-serif", | |
"backgroundColor":"#69A0FC", | |
"borderRadius":3, | |
"angle":0, | |
"scale":1, | |
"x":0, | |
"y":0, | |
"zIndex":3 | |
}, | |
"attributes":{ | |
"innerHTML":"Button link", | |
"targetPageId":"", | |
"targetProjectId":"", | |
"targetUserId":"", | |
"href":"" | |
} | |
} | |
}, | |
{ | |
"method":"create", | |
"type":"elements", | |
"data":{ | |
"pageId":1, | |
"type":"text", | |
"styles":{ | |
"fontFamily":"sans-serif", | |
"color":"#E06A2C", | |
"fontSize":35, | |
"fontStyle":"normal", | |
"fontWeight":"bold", | |
"textDecoration":"none", | |
"textAlign":"center", | |
"angle":0, | |
"scale":1, | |
"x":0, | |
"y":0, | |
"zIndex":4 | |
}, | |
"attributes":{ | |
"innerHTML":"Bonjour" | |
} | |
} | |
}, | |
{ | |
"method":"create", | |
"type":"elements", | |
"data":{ | |
"pageId":1, | |
"type":"link", | |
"styles":{ | |
"fontFamily":"sans-serif", | |
"backgroundColor":"#69A0FC", | |
"borderRadius":3, | |
"angle":0, | |
"scale":1, | |
"x":0, | |
"y":0, | |
"zIndex":5 | |
}, | |
"attributes":{ | |
"innerHTML":"Button link", | |
"targetPageId":"", | |
"targetProjectId":"", | |
"targetUserId":"", | |
"href":"" | |
} | |
} | |
} | |
] | |
} | |
------- | |
{ | |
"actions":[ | |
{ | |
"method":"update", | |
"type":"elements", | |
"data":{ | |
"id":19, | |
"styles":{ | |
"opacity":1, | |
"borderWidth":0, | |
"borderColor":"", | |
"borderRadius":0, | |
"angle":0, | |
"scale":1, | |
"x":86, | |
"y":-47, | |
"zIndex":4 | |
}, | |
"attributes":{ | |
"src":"https://stuff.webmaker.org/webmaker-android/default-images/1.svg", | |
"alt":"" | |
} | |
} | |
}, | |
{ | |
"method":"update", | |
"type":"elements", | |
"data":{ | |
"id":35, | |
"styles":{ | |
"angle":0, | |
"scale":1, | |
"x":-58, | |
"y":-66, | |
"zIndex":1 | |
}, | |
"attributes":{ | |
} | |
} | |
}, | |
{ | |
"method":"update", | |
"type":"elements", | |
"data":{ | |
"id":34, | |
"styles":{ | |
"angle":0, | |
"scale":1, | |
"x":195, | |
"y":52, | |
"zIndex":1 | |
}, | |
"attributes":{ | |
} | |
} | |
}, | |
{ | |
"method":"create", | |
"type":"elements", | |
"data":{ | |
"pageId":1, | |
"type":"link", | |
"styles":{ | |
"fontFamily":"sans-serif", | |
"backgroundColor":"#69A0FC", | |
"borderRadius":3, | |
"angle":0, | |
"scale":1, | |
"x":0, | |
"y":0, | |
"zIndex":2 | |
}, | |
"attributes":{ | |
"innerHTML":"Button link", | |
"targetPageId":"", | |
"targetProjectId":"", | |
"targetUserId":"", | |
"href":"" | |
} | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment