Skip to content

Commit c1cdabc

Browse files
authored
add ability to specify where user form data is stored (#131)
1 parent 6208169 commit c1cdabc

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

app/spiffworkflow/extensions/propertiesPanel/ExtensionsPropertiesProvider.jsx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,15 @@ function createUserGroup(element, translate, moddle, commandStack) {
270270
listenFunction: updateExtensionProperties,
271271
description: translate('Edit the form schema'),
272272
},
273+
{
274+
element,
275+
moddle,
276+
commandStack,
277+
component: SpiffExtensionTextInput,
278+
name: 'spiffworkflow:VariableName',
279+
label: 'Variable Name',
280+
description: 'Store form results in this variable',
281+
},
273282
],
274283
};
275284
}

0 commit comments

Comments
 (0)