forked from extern/egroupware
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",
|
||||
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",
|
||||
default: ""
|
||||
default: "+body[style]"
|
||||
}
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user