Fix template option of code interface

This commit is contained in:
Nicola Krumschmidt
2020-12-28 00:23:24 +01:00
parent f1f326d1d2
commit 87e6e54e13

View File

@@ -66,7 +66,6 @@ export default defineInterface(({ i18n }) => ({
interface: 'code',
options: {
placeholder: i18n.t('interfaces.code.placeholder'),
language: 'text/plain',
},
},
schema: {