Advertisement
Guest User

Untitled

a guest
Jan 17th, 2019
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. {
  2. "states": [
  3. {
  4. "state_id": 1,
  5. "blocks": [
  6. {
  7. "type": "div-buttons-block",
  8. "items":[
  9. {
  10. "text": "button for close",
  11. "background_color": "#66CDAA",
  12. "image": {
  13. "image_url": "https://alicekit.s3.yandex.net/images_for_divs/krysa_Remi.jpg"
  14. },
  15. "action": {
  16. "url": "dialog-action://?directives=%5B%7B%22type%22%3A%22client_action%22%2C%22name%22%3A%22close_dialog%22%7D%5D"
  17. }
  18. }
  19. ]
  20. }
  21. ]
  22. }
  23. ],
  24. "background": [
  25. {
  26. "color": "#DDA0DD",
  27. "type": "div-solid-background"
  28. }
  29. ]
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement