Skip to content

Commit 1b0397f

Browse files
Add fields to form
1 parent 2881848 commit 1b0397f

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

app/javascript/components/terraform-template-catalog-form/terraform-template-catalog-form.schema.js

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,13 @@ const basicInformationTabSchema = (availableCatalogs, tenantTree, roleAllows, zo
8484
options: [{ value: 'embedded_automate', label: __('Embedded Automate') }, { value: 'embedded_workflow', label: __('Embedded Workflow') }],
8585
},
8686
{
87-
component: componentTypes.TEXT_FIELD,
87+
component: 'embedded-automate-entry-point',
8888
id: 'reconfigure_entry_point_automate',
89-
name: 'reconfigure_entry_point_automate',
90-
label: __('Reconfigure Entry Point'),
89+
name: 'recounfigure_entry_point_automate',
90+
label: 'Reconfigure Entry Point',
91+
field: 'fqname',
92+
selected: '',
93+
type: 'provision',
9194
condition: {
9295
when: 'reconfigure_entry_point_type',
9396
is: 'embedded_automate',

0 commit comments

Comments
 (0)