#400: Fixed additional issues with JSON keys. NOT in public testing yet, as this may be breaking changes for JSON

This commit is contained in:
frikky
2022-03-15 23:05:25 +01:00
parent 80239913d8
commit 7140ce9a1c
7 changed files with 82 additions and 55 deletions
+1 -1
View File
@@ -3168,7 +3168,7 @@ const AppCreator = (defaultprops) => {
style={{ flex: "1", marginRight: "15px", backgroundColor: inputColor }}
fullWidth={true}
placeholder={
'{\n\t"username": "${username}",\n\t"apikey": "${apikey}",\n\t"search": "1.2.3.5"}'
'{\n\t"example": "${example}",\n\t"apikey": "${apikey}",\n\t"search": "1.2.3.5"\n}'
}
margin="normal"
variant="outlined"