kindwolf.org Git repositories moulti / master doc / assets / images / 100x11-question / 1-my_third_question.properties.json
master

Tree @master (Download .tar.gz)

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

{
    "command": "question",
    "action": "add",
    "id": "my_third_question",
    "classes": "standard",
    "title": "My third question with Moulti",
    "scroll_on_activity": false,
    "collapsed": false,
    "top_text": "",
    "bottom_text": "I live on the second floor",
    "text": "What is your name?",
    "placeholder": "Enter your name in this input field, or click a button",
    "value": "Luka",
    "password": false,
    "max_length": 0,
    "restrict": "",
    "button": [
        [
            "My name is Alice",
            "default",
            "Alice"
        ],
        [
            "My name is Bob",
            "default",
            "Bob"
        ],
        [
            "My name is {input}",
            "success",
            "Neither, use input"
        ]
    ]
}