Bug fix for hyperlink in Display Layout

This commit is contained in:
sahajp23
2017-08-11 11:59:27 -07:00
parent 3e2fd8967a
commit fa57688709
2 changed files with 5 additions and 4 deletions

View File

@@ -49,6 +49,7 @@ define([
"required": true,
"cssClass": "l-input-lg"
},
{
"key": "displayText",
"name": "Text to Display",
@@ -93,7 +94,7 @@ define([
"model": {
"displayFormat": "link",
"openNewTab": "thisTab",
"showTitle": false
"removeTitle": true
}
}