Follow-up to #3611961. The webform step gained configurable escape outcomes (outcomes and outcome_labels in its interaction settings), but the orchestra.interaction.webform config schema was not extended, so a workflow that configures them fails strict config-schema validation:
Drupal\Core\Config\Schema\SchemaIncompleteException: ...:nodes.n_form.interaction.settings.outcomes missing schema, ...outcome_labels missing schema.
Add outcomes (string) and outcome_labels (sequence of label) to orchestra.interaction.webform, mirroring the kessai_payment interaction schema.
Issue fork orchestra-3611973
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
mably commentedComment #4
mably commented