textarea field: add emptyText message to show markdown is supported

Just like in our `Notes` fields show a emptyText message that explains
that markdown can be used.

Reported-by: Lukas Wagner <l.wagner@proxmox.com>
Signed-off-by: Gabriel Goller <g.goller@proxmox.com>
This commit is contained in:
Gabriel Goller 2024-11-27 12:52:36 +01:00 committed by Thomas Lamprecht
parent a5fb3afcf9
commit d6d173f05d

View File

@ -10,6 +10,7 @@ Ext.define('Proxmox.form.field.Base64TextArea', {
width: 600, width: 600,
height: 400, height: 400,
scrollable: 'y', scrollable: 'y',
emptyText: gettext('You can use Markdown for rich text formatting.'),
}, },
setValue: function(value) { setValue: function(value) {