Skip to content

Commit 72dcc20

Browse files
authored
feat: adding inputs step to StepConfig docs (#25)
1 parent 079360d commit 72dcc20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/extension/plugins.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ type StepConfig = {
5959
title: string; // Text for the step's title
6060
description?: string; // OPTIONAL: Text for the step's description
6161
cta: string; // Text for the step's call-to-action button
62+
inputs?: InputFieldConfig[]; // Input fields for user data collection (optional)
6263
action: string; // The function name that this step will execute
6364
prover?: boolean; // Boolean indicating if this step outputs a notarization
6465
}

0 commit comments

Comments
 (0)