diff options
author | Sam Wilkins <samwilkins333@gmail.com> | 2020-04-14 00:32:50 -0700 |
---|---|---|
committer | Sam Wilkins <samwilkins333@gmail.com> | 2020-04-14 00:32:50 -0700 |
commit | c551680dd75504e979482ba42ae6ab2b76feb4c3 (patch) | |
tree | cf02478ad66188b5f68a8079e549d6cc10227505 /src/new_fields/documentSchemas.ts | |
parent | a888dacc8e6a6400d52cdded0015e05ac5581d3d (diff) | |
parent | dc985718e92f79290ee0609f6ac247829e46e86a (diff) |
resolved
Diffstat (limited to 'src/new_fields/documentSchemas.ts')
-rw-r--r-- | src/new_fields/documentSchemas.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/new_fields/documentSchemas.ts b/src/new_fields/documentSchemas.ts index b11941f40..bc63e9df8 100644 --- a/src/new_fields/documentSchemas.ts +++ b/src/new_fields/documentSchemas.ts @@ -74,7 +74,7 @@ export const positionSchema = createSchema({ export const collectionSchema = createSchema({ childLayout: Doc, // layout template for children of a collecion - childDetailed: Doc, // layout template to apply to a child when its clicked on in a collection and opened (requires onChildClick or other script to use this field) + childDetailView: Doc, // layout template to apply to a child when its clicked on in a collection and opened (requires onChildClick or other script to use this field) onChildClick: ScriptField, // script to run for each child when its clicked onCheckedClick: ScriptField, // script to run when a checkbox is clicked next to a child in a tree view }); |