Skip to content

Commit c3cd5e1

Browse files
committed
refactor(integration_cards_guidelines): Describe in more detail where Configuration Editor is defined
1 parent b09d0cf commit c3cd5e1

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

resources/integration_cards_guidelines.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,16 @@ The following roles/personas are supported:
6565
- Page/Content Administrator
6666
- Translator
6767

68-
Configuration Editor is usually defined in the "dt/Configuration.js" file and referenced in the manifest file under `sap.card/configuration/editor` property.
68+
The Configuration Editor is implemented through two key components:
69+
70+
1. **Definition file**: Create a `dt/Configuration.js` file that exports a Designtime definition object
71+
2. **Manifest reference**: Reference this definition in the `manifest.json` under the `sap.card/configuration/editor` property
72+
73+
The `dt/Configuration.js` file defines the Configuration Editor's structure by specifying:
74+
- Form layout and field definitions
75+
- Input controls and visualizations
76+
- Validation rules and field relationships
77+
- Grouping and organization of configuration options
6978

7079
When creating or modifying Integration Cards, follow these guidelines for Configuration Editors:
7180
- Assume the role of Administrator persona when designing the Configuration Editor.

0 commit comments

Comments
 (0)