mirror of
https://github.com/parkervcp/eggs.git
synced 2025-02-17 03:42:56 +08:00
Changed bool to boolean
This commit is contained in:
parent
9251d7532f
commit
4433fad412
@ -62,7 +62,7 @@
|
|||||||
"default_value": "0",
|
"default_value": "0",
|
||||||
"user_viewable": true,
|
"user_viewable": true,
|
||||||
"user_editable": false,
|
"user_editable": false,
|
||||||
"rules": "required|bool"
|
"rules": "required|boolean"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Git Branch",
|
"name": "Git Branch",
|
||||||
@ -92,4 +92,4 @@
|
|||||||
"rules": "nullable|string"
|
"rules": "nullable|string"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user