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 = {
|
||||
contextlevel: this.contextLevel,
|
||||
instanceid: this.instanceId,
|
||||
blockid: this.block.instanceid,
|
||||
};
|
||||
this.initResult = handler.initResult;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue