Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. // COLORS ARE success(#0dc179) warn/error(#f05323)
  2. // btn1 is btn-outlined
  3. // bt2 is solid-black
  4.  
  5. {
  6. "eventName": "Teste evento", // required
  7. "eventTime": "Teste evento", // required
  8. "eventAddress": "Teste evento", // required
  9. "btn1": {"text": "Teste 1", "url": "www.google.com"}, // optional
  10. "btn2": {"text": "Teste 2", "url": "www.google.com"}, // optional
  11. "tickets": [
  12. {"name": "teste", "lotNumber": "1", "price": "10"},
  13. {"name": "outro", "lotNumber": "1", "price": "100"}
  14. ], //required
  15. "eventThumbnail": "https://via.placeholder.com/86", //required
  16. "title": {"color": "red","text": "Success"}, //optional(defaults to #0dc179) required
  17. "subtitle": "Teste de um subtitulo para o template" //required
  18.  
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement