Skip to content

Commit 45c7c6a

Browse files
committed
docs(ui5): Fix icon binding contradiction in Configuration Editor example
The manifest defines header.icon.src as {parameters>/icon/value}, so the editor should bind to the parameter path instead of the header path. Otherwise the editor writes to a different manifest location than the binding reads from.
1 parent e7e2469 commit 45c7c6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/ui5/skills/integration-cards/references/configuration_editor_example.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ sap.ui.define(["sap/ui/integration/Designtime"], function (Designtime) {
109109
},
110110

111111
icon: {
112-
manifestpath: "/sap.card/header/icon/src",
112+
manifestpath: "/sap.card/configuration/parameters/icon/value",
113113
type: "string",
114114
label: "Icon",
115115
visualization: {

0 commit comments

Comments
 (0)