Skip to content

Commit c0baede

Browse files
committed
Review: Add data source restriction to defaultType
1 parent e49ead1 commit c0baede

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

content/en/docs/apidocs-mxsdk/apidocs/studio-pro-11/pluggable-widgets/pluggable-widgets-property-types.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -766,10 +766,10 @@ You can use the `defaultType` and `defaultValue` attributes to configure default
766766

767767
The format of `defaultValue` depends on the chosen `defaultType`:
768768

769-
| Data source type | Format | Example |
770-
|--------------------------|-------------|-----------------------------------------------------------------------|
771-
| `Database` `Association` | Entity Path | `ModuleName.EntityName` or `ModuleName.A/ModuleName.A_B/ModuleName.B` |
772-
| `Microflow` `Nanoflow` | Document ID | `ModuleName.DocumentName` |
769+
| Data source type | Format | Example | Supported for |
770+
|--------------------------|-------------|-----------------------------------------------------------------------|------------------------------------|
771+
| `Database` `Association` | Entity Path | `ModuleName.EntityName` or `ModuleName.A/ModuleName.A_B/ModuleName.B` | List data source |
772+
| `Microflow` `Nanoflow` | Document ID | `ModuleName.DocumentName` | List and single object data source |
773773

774774
#### List Data Source {#list-datasource}
775775

0 commit comments

Comments
 (0)