mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-08-10 19:03:17 +02:00
Fix field type
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
---
|
||||
name: Feedback
|
||||
about: Tell more on what you think
|
||||
title: 'Feedback: '
|
||||
labels: ''
|
||||
assignees: ''
|
||||
---
|
||||
+1
-1
@@ -272,7 +272,7 @@
|
||||
}
|
||||
},
|
||||
"single": {
|
||||
"type": "string",
|
||||
"type": "boolean",
|
||||
"description": "Is a single line field"
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user