Skip to content

Commit

Permalink
feat: add filepicker props to getSchemaVariables
Browse files Browse the repository at this point in the history
  • Loading branch information
vsgoulart committed Sep 9, 2024
1 parent d68d302 commit 34e3729
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/form-js-viewer/src/util/getSchemaVariables.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ const EXPRESSION_PROPERTIES = [
'dataSource',
'columnsExpression',
'expression',
'accept',
'multiple',
];

const TEMPLATE_PROPERTIES = [
Expand Down

0 comments on commit 34e3729

Please sign in to comment.