How to add defaults to added fieldItems in action confirmation dialog? #4516
Unanswered
jensolafkoch
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Does it work if you do it like this instead? 'send_mail' => [
'type' => 'toggle',
'field' => [
'default' => true,
'display' => 'Do you want to send an email?'
],
], |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to add a toggle and a button group to the confirmation dialog of an action.
I also want to set defaults for some fieldtypes but it has no effect. I thought that I could use the same known key ('default') from the field types as used in the blueprint yaml files.
Do I miss something here or is it just not possible to set any defaults in an action's confirmation dialog?
Beta Was this translation helpful? Give feedback.
All reactions