[Frontend] Add attributes for storing notes

Issue #1184
This commit is contained in:
David Hudson 2016-09-18 01:27:12 +09:00
parent 127a7a62c1
commit f9ce27def3

View File

@ -255,6 +255,8 @@ define([
},
{
"name": "Notes",
"key": "notes",
"property": "notes",
"control": "textarea",
"required": false,
"cssclass": "field-notes"