add locked field to lockable barriers (#199)

This commit is contained in:
Andrew Harvey 2021-12-15 03:01:46 +11:00 committed by GitHub
parent 5fc8a40ec2
commit b2aefe913b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 1 deletions

5
data/fields/locked.json Normal file
View file

@ -0,0 +1,5 @@
{
"key": "locked",
"type": "check",
"label": "Locked"
}