Advertisement
Guest User

Untitled

a guest
Jan 13th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.30 KB | None | 0 0
  1. name: buttons
  2. states:
  3.     text_buttons_state:
  4.         component: meya.text_buttons
  5.         properties:
  6.             text: "2 buttons"
  7.             output: button_click
  8.             buttons:
  9.                 - text: Foo
  10.                   flow: foo
  11.                 - text: Bar
  12.                   flow: bar
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement