Skip to content

Commit cc66da8

Browse files
authored
Add UI options for zap (#32432)
* Add UI options for zap (#394) * fix test error 1
1 parent bb87db3 commit cc66da8

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/app/zap-templates/zcl/zcl-with-test-extensions.json

+3
Original file line numberDiff line numberDiff line change
@@ -646,5 +646,8 @@
646646
"indexFieldId": 254,
647647
"indexFieldName": "FabricIndex",
648648
"indexType": "fabric_idx"
649+
},
650+
"uiOptions": {
651+
"showProfileId": false
649652
}
650653
}

src/app/zap-templates/zcl/zcl.json

+3
Original file line numberDiff line numberDiff line change
@@ -644,5 +644,8 @@
644644
"indexFieldId": 254,
645645
"indexFieldName": "FabricIndex",
646646
"indexType": "fabric_idx"
647+
},
648+
"uiOptions": {
649+
"showProfileId": false
647650
}
648651
}

0 commit comments

Comments
 (0)