Set style tag in htmlarea widget as valid by default

This commit is contained in:
Hadi Nategh 2019-10-29 13:36:39 +01:00
parent 8f6df975fe
commit 3b4e2e43c6

View File

@ -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]"
}
},