removed newOptionSchema property from FieldSchema

This commit is contained in:
David Baldwynn 2017-11-21 11:37:48 -08:00
parent f6546deb59
commit 8c1964146f

View File

@ -49,10 +49,6 @@ function BaseFieldSchema(){
Schema.apply(this, arguments);
this.add({
newOptionSchema: {
type: Boolean,
default: false
},
isSubmission: {
type: Boolean,
default: false