Add universal multiline text field for description, fixme (closes #1518)

This commit is contained in:
Bryan Housel
2015-09-28 17:02:54 -04:00
parent 274d9df95d
commit 792656f60f
3 changed files with 7 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1,5 +1,6 @@
{
"key": "description",
"type": "textarea",
"label": "Description"
}
"label": "Description",
"universal": true
}

View File

@@ -1,5 +1,6 @@
{
"key": "fixme",
"type": "textarea",
"label": "Fix Me"
}
"label": "Fix Me",
"universal": true
}