chore: fix type in schema.json for enable_hyperlink

string was set instead of boolean
This commit is contained in:
Laurent Nullens 2021-01-13 06:46:18 +01:00 committed by Jan De Dobbeleer
parent 866c44e42d
commit f0558bbb8c

View file

@ -946,7 +946,7 @@
"default": true
},
"enable_hyperlink": {
"type": "string",
"type": "boolean",
"title": "Enable hyperlink",
"description": "Displays an hyperlink for the current path",
"default": false