Skip to content

Commit

Permalink
encripted order was updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodrigo Quelca committed Oct 28, 2024
1 parent e96ce66 commit b13d2ae
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/form-builder-controls.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export default [
readonlyProperty,
colorProperty,
bgcolorProperty,
defaultValueProperty,
// defaultValueProperty,
],
},
},
Expand Down
21 changes: 13 additions & 8 deletions src/global-properties.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
import {
defaultValueProperty,
} from './form-control-common-properties.js';

export const formTypes = {
form: 'form',
display: 'display',
Expand All @@ -6,6 +10,15 @@ export const formTypes = {
export default [
{
inspector: [
{
type: 'EncryptedConfig',
field: 'encryptedConfig',
config: {
label: 'Encrypted',
helper: '',
},
},
defaultValueProperty,
{
type: 'FormInput',
field: 'conditionalHide',
Expand Down Expand Up @@ -57,14 +70,6 @@ export default [
validation: 'regex: [0-9]*',
},
},
{
type: 'EncryptedConfig',
field: 'encryptedConfig',
config: {
label: 'Encrypted',
helper: '',
},
},
],
},
];

0 comments on commit b13d2ae

Please sign in to comment.