mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 10:01:40 -05:00
add opencrud field properties so they are passed to the form
This commit is contained in:
parent
c68604876b
commit
d661e1a48b
1 changed files with 6 additions and 3 deletions
|
@ -93,9 +93,12 @@ export const schemaProperties = [
|
|||
'onInsert', // field insert callback
|
||||
'onEdit', // field edit callback
|
||||
'onRemove', // field remove callback
|
||||
'viewableBy',
|
||||
'insertableBy',
|
||||
'editableBy',
|
||||
'canRead',
|
||||
'canCreate',
|
||||
'canUpdate',
|
||||
'viewableBy', // OpenCRUD backwards compatibility
|
||||
'insertableBy', // OpenCRUD backwards compatibility
|
||||
'editableBy', // OpenCRUD backwards compatibility
|
||||
'resolveAs',
|
||||
'searchable',
|
||||
'description',
|
||||
|
|
Loading…
Add table
Reference in a new issue