Ignore required, not applicable to read only link widget

This commit is contained in:
Nathan Gray 2012-07-25 20:54:47 +00:00
parent a6cd169d47
commit 46421450f2

View File

@ -773,6 +773,9 @@ var et2_link = et2_valueWidget.extend([et2_IDetachedDOM], {
"value": {
description: "Array with keys app, id, and optionally title",
type: "any"
},
"required": {
"ignore": true
}
},
legacyOptions: ["application"],