MOBILE-3596 block: Send block ID to site plugins
parent
5977cab51a
commit
0c58a558da
|
@ -56,6 +56,7 @@ export class CoreSitePluginsBlockComponent extends CoreBlockBaseComponent implem
|
||||||
this.args = {
|
this.args = {
|
||||||
contextlevel: this.contextLevel,
|
contextlevel: this.contextLevel,
|
||||||
instanceid: this.instanceId,
|
instanceid: this.instanceId,
|
||||||
|
blockid: this.block.instanceid,
|
||||||
};
|
};
|
||||||
this.initResult = handler.initResult;
|
this.initResult = handler.initResult;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue