Merge pull request #3523 from nickrum/code-interface-fix

Fix template option of code interface
This commit is contained in:
Rijk van Zanten
2020-12-28 10:18:09 -05:00
committed by GitHub

View File

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