add toggle to visibility and disable csa

This commit is contained in:
Kartik Gupta 2025-03-27 02:01:56 +05:30
parent 8c2c42701e
commit f9ef7af1df
2 changed files with 8 additions and 0 deletions

View file

@ -120,6 +120,8 @@ export const stepsConfig = {
{
handle: 'visibility',
displayName: 'visibility',
defaultValue: '{{false}}',
type: 'toggle',
},
],
},
@ -134,6 +136,8 @@ export const stepsConfig = {
{
handle: 'disabled',
displayName: 'disabled',
defaultValue: '{{true}}',
type: 'toggle',
},
],
},

View file

@ -120,6 +120,8 @@ export const stepsConfig = {
{
handle: 'visibility',
displayName: 'visibility',
defaultValue: '{{false}}',
type: 'toggle',
},
],
},
@ -134,6 +136,8 @@ export const stepsConfig = {
{
handle: 'disabled',
displayName: 'disabled',
defaultValue: '{{true}}',
type: 'toggle',
},
],
},