kindwolf.org Git repositories moulti / master doc / assets / images / 100x8-buttonquestion / 1-my_second_question.properties.json
master

Tree @master (Download .tar.gz)

1-my_second_question.properties.json @masterraw · history · blame

{
    "command": "buttonquestion",
    "action": "add",
    "id": "my_second_question",
    "classes": "standard",
    "title": "My second question with Moulti",
    "scroll_on_activity": false,
    "collapsed": false,
    "top_text": "",
    "bottom_text": "What a mess: https://en.wikipedia.org/wiki/Alice_and_Bob",
    "text": "What is your name?",
    "button": [
        [
            "alice",
            "success",
            "Alice"
        ],
        [
            "bob",
            "primary",
            "Bob"
        ],
        [
            "craig",
            "default",
            "Craig"
        ],
        [
            "mallory",
            "error",
            "Mallory"
        ],
        [
            "oscar",
            "warning",
            "Oscar"
        ]
    ]
}