Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #8185 from TovaCohen/properties-attribute-required
Browse files Browse the repository at this point in the history
user doc: Make it crystal clear that the toplevel "properties" attribute is required
  • Loading branch information
TovaCohen committed Apr 2, 2020
2 parents dcf2055 + 568b42f commit 02b0747
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/modules/customizing/c_about-extension-definitions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ extension definition JSON file and which data structures are required.
`description` +
`version` +
`extensionId` +
`extensionType`
`extensionType` +
`properties` +
`actions` +
`dependencies` * +
Expand Down Expand Up @@ -113,7 +113,7 @@ Syndesis version 1.3, the following extension types are supported:
** `Connectors`
** `Libraries`

* *properties* at the top level in a connector extension controls
* *properties* at the top level in a connector extension is required. It controls
what {prodname} displays when a {prodname} user selects the connector
to create a connection. This `properties` object contains a set
of properties for each form control for creating a connection.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ image:images/integrating-applications/IRC-create-connection-fields.png[Hostname,

In a connector extension:

* The toplevel `properties` object controls
* The toplevel `properties` object is required. It controls
what {prodname} displays when a {prodname} user selects the connector
to create a connection. This `properties` object contains a set
of properties for each form control for creating a connection.
Expand Down

0 comments on commit 02b0747

Please sign in to comment.