Fix field type

This commit is contained in:
Elio Struyf
2021-09-28 15:57:37 +02:00
parent 9bb34850e2
commit 4a4c558d9d
2 changed files with 8 additions and 1 deletions
@@ -0,0 +1,7 @@
---
name: Feedback
about: Tell more on what you think
title: 'Feedback: '
labels: ''
assignees: ''
---
+1 -1
View File
@@ -272,7 +272,7 @@
}
},
"single": {
"type": "string",
"type": "boolean",
"description": "Is a single line field"
}
},