Skip to content

Commit 5bf211a

Browse files
authored
docs: Add note about fields which don't have order field (#19189)
1 parent 33f10d3 commit 5bf211a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/connector-development/connector-specification-reference.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,11 @@ will result in the following configuration on the UI:
4848
![Screen Shot 2021-11-18 at 7 14 04 PM](https://user-images.githubusercontent.com/6246757/142558797-135f6c73-f05d-479f-9d88-e20cae85870c.png)
4949

5050

51+
:::info
52+
53+
Within an object definition, if some fields have the `order` property defined, and others don't, then the fields without the `order` property defined should be rendered last in the UI. Among those elements (which don't have `order` defined), no ordering is guaranteed.
54+
55+
:::
5156

5257

5358
### Multi-line String inputs

0 commit comments

Comments
 (0)