{ "configs": [ "/config.setup.json", "/lang/lang.ru.json" ], "class": "col-sm-offset-1 col-sm-10 col-md-offset-2 col-md-8 col-lg-offset-3 col-lg-6", "content": [ { "type": "h5", "title": "{{name}}", "class": "alert-default" }, { "type": "link", "title": "{{ButMainPage}}", "action": "/", "class": "btn btn-block btn-default" }, { "type": "hr" }, { "type": "h4", "style": "width:60%;float:left;", "title": "Telegram API token:" }, { "type": "input", "title": "", "name": "telegramApi-arg", "style": "width:40%;float:right", "state": "{{telegramApi}}" }, { "type": "button", "title": "{{ButSave}}", "action": "set?telegramApi=[[telegramApi-arg]]", "class": "btn btn-block btn-default", "style": "width:100%;display:inline" }, { "type": "hr" } ] }