Placholder options should be full-width

This commit is contained in:
Ben Haynes
2020-09-10 13:17:01 -04:00
parent fa28e6b628
commit 96de458d63

View File

@@ -14,7 +14,7 @@ export default defineInterface(({ i18n }) => ({
name: i18n.t('placeholder'),
type: 'string',
meta: {
width: 'half',
width: 'full',
interface: 'text-input',
options: {
placeholder: i18n.t('enter_a_placeholder'),