Skip to content

Commit

Permalink
[design-studio] Add nested field to file field
Browse files Browse the repository at this point in the history
  • Loading branch information
rexxars committed Oct 6, 2020
1 parent c70e052 commit c8ea2a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/design-studio/schemas/allInputs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ const datetimeExample = {
const fileExample = {
type: 'file',
name: 'fileExample',
title: 'File example'
title: 'File example',
fields: [{name: 'vanityFilename', title: 'Vanity filename', type: 'string'}]
}

const geopointExample = {
Expand Down

0 comments on commit c8ea2a1

Please sign in to comment.