mirror of
https://github.com/directus/directus.git
synced 2026-04-03 03:00:39 -04:00
Use textarea input for textarea placeholder (#9041)
This commit is contained in:
@@ -17,7 +17,7 @@ export default defineInterface({
|
||||
type: 'string',
|
||||
meta: {
|
||||
width: 'full',
|
||||
interface: 'input',
|
||||
interface: 'input-multiline',
|
||||
options: {
|
||||
placeholder: '$t:enter_a_placeholder',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user