forked from 0x2620/pandora
in texts, allow for data-type and data-value attribute (keyword, chapter, footnote)
This commit is contained in:
parent
67b70e58b9
commit
6bac27bcc1
1 changed files with 1 additions and 1 deletions
|
@ -312,7 +312,7 @@ pandora.ui.textHTML = function(text) {
|
|||
}
|
||||
);
|
||||
},
|
||||
globalAttributes: ['data-name', 'lang'],
|
||||
globalAttributes: ['data-name', 'data-type', 'data-value', 'lang'],
|
||||
placeholder: text.editable ? Ox._('Doubleclick to edit text') : '',
|
||||
tooltip: text.editable ? pandora.getEditTooltip('text') : '',
|
||||
type: 'textarea',
|
||||
|
|
Loading…
Reference in a new issue