Skip to content

Commit ab73472

Browse files
authored
Merge pull request #2613 from dpalou/MOBILE-3596
MOBILE-3596 block: Send block ID to site plugins
2 parents cb7328a + 0c58a55 commit ab73472

File tree

1 file changed

+1
-0
lines changed
  • src/core/siteplugins/components/block

1 file changed

+1
-0
lines changed

src/core/siteplugins/components/block/block.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ export class CoreSitePluginsBlockComponent extends CoreBlockBaseComponent implem
5656
this.args = {
5757
contextlevel: this.contextLevel,
5858
instanceid: this.instanceId,
59+
blockid: this.block.instanceid,
5960
};
6061
this.initResult = handler.initResult;
6162
}

0 commit comments

Comments
 (0)