Merge pull request #1467 from mrxbox98/master

This should be boolean not bool
This commit is contained in:
Michael (Parker) Parker 2021-12-12 17:41:08 -05:00 committed by GitHub
commit 080f73a9dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,7 +57,7 @@
"default_value": "0",
"user_viewable": true,
"user_editable": true,
"rules": "required|bool"
"rules": "required|boolean"
},
{
"name": "Auto Update",
@ -114,4 +114,4 @@
"rules": "nullable|string"
}
]
}
}