Skip to content

Commit 530481f

Browse files
committed
Update extensions
1 parent 5b500c7 commit 530481f

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

extensions/mode-admin-server.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"$editorUpdateBehavior": "event",
3939
"$editorDeleteBehavior": "event",
4040
"$editorUpdateComponent": "event",
41+
"$editorUpdateComponentId": "event",
4142
"$editorDeleteComponent": "event",
4243
"$appLogDebug": "event",
4344
"$appLogInfo": "event",
@@ -213,6 +214,20 @@
213214
}
214215
]
215216
},
217+
"$editorUpdateComponentId": {
218+
"params": [{
219+
"name": "oldId",
220+
"type": "string"
221+
}, {
222+
"name": "newId",
223+
"type": "string"
224+
},
225+
{
226+
"name": "collection",
227+
"type": "string"
228+
}
229+
]
230+
},
216231
"$designerUpdateComponent": {
217232
"params": [
218233
{

extensions/mode-admin.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"$editorUpdateBehavior": "event",
4040
"$editorDeleteBehavior": "event",
4141
"$editorUpdateComponent": "event",
42+
"$editorUpdateComponentId": "event",
4243
"$editorDeleteComponent": "event",
4344
"$appLogDebug": "event",
4445
"$appLogInfo": "event",
@@ -224,6 +225,20 @@
224225
}
225226
]
226227
},
228+
"$editorUpdateComponentId": {
229+
"params": [{
230+
"name": "oldId",
231+
"type": "string"
232+
}, {
233+
"name": "newId",
234+
"type": "string"
235+
},
236+
{
237+
"name": "collection",
238+
"type": "string"
239+
}
240+
]
241+
},
227242
"$designerUpdateComponent": {
228243
"params": [
229244
{

0 commit comments

Comments
 (0)