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 | 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 |
filters | Object<string,Filter> | No | Map of filters. | 1.24.0 | 1.80 |
csrfTokens | Object<string,CSRFToken> | No |
Map of CSRF tokens.
Note: This property is experimental and may change! |
1.38.0 | 1.97 |
actionHandlers | Object<string,ActionHandler> | No | Map of action handlers for card actions. Currently supported only in Adaptive cards with a single key named "submit" - an action handler for the submit action. | 1.21.0 | 1.77 |
enableMarkdown | boolean | No | Markdown enablement for Adaptive Card. | 1.21.0 | 1.77 |
messages | Object<string,Custom Error 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 |