mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-20 09:58:04 +02:00
Set style tag in htmlarea widget as valid by default
This commit is contained in:
parent
8f6df975fe
commit
3b4e2e43c6
@ -78,7 +78,7 @@ var et2_htmlarea = (function(){ "use strict"; return et2_editableWidget.extend([
|
|||||||
name: "Valid children",
|
name: "Valid children",
|
||||||
description: "Enables to control what child tag is allowed or not allowed of the present tag. For instance: +body[style], makes style tag allowed inside body",
|
description: "Enables to control what child tag is allowed or not allowed of the present tag. For instance: +body[style], makes style tag allowed inside body",
|
||||||
type: "string",
|
type: "string",
|
||||||
default: ""
|
default: "+body[style]"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user