Integration Card Configuration
As a card developer, you can define some general settings about the card.
These definitions are listed in the "sap.card"/configuration
section of the manifest.
In this section you describe parameters, destinations, filters and enable features like Markdown.
Properties
Property | Type | Default Value | Required | Description | Schema Version | Since |
---|---|---|---|---|---|---|
parameters | Object<string,ManifestParameter> | No | Map of parameters. | 1.15.0 | 1.65 | |
destinations | Object<string,Destination> | No | Map of destinations. | 1.20.0 | 1.76 | |
helpId | string | No |
If set, it will replace the default value of data-help-id . When the property is not set, the default value of data-help-id is equal to sap.app/id .
Note: This property is experimental and may change! |
1.45.0 | 1.124 | |
filters | Object<string,Filter> | No | Map of filters. | 1.24.0 | 1.80 | |
csrfTokens | Object<string,CSRFToken> | No | Map of CSRF tokens. | 1.38.0 | 1.97 | |
actionHandlers | Object<string,ActionHandler> | No | Map of action handlers for card actions. Currently supported only in Adaptive and Object cards with a single key named "submit" - an action handler for the submit action. | 1.21.0 | 1.77 | |
enableMarkdown | boolean | false | No | Markdown enablement for Adaptive Card. | 1.21.0 | 1.77 |
modelSizeLimit | Integer | 1000 | No | The maximum number of entries that are used for all list bindings inside the card. E.g. for select filter and combo box. Use this property if you need to increase the number of items above the default of 1000 items. This will impact performance. | 1.55.0 | 1.115 |
messages | Object<string,Custom No Data Messages> | No |
Allows the usage of sap.m.IllustratedMassage in content of the card.
Note: This property is experimental and may change! |
1.39.0 | 1.99 | |
loadingPlaceholders | Object<Loading Placeholders> | No | Allows to configure the loading placeholders of the card.
Note: This property is experimental and may change! |
1.56.0 | 1.134 |