We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cb7328a + 0c58a55 commit ab73472Copy full SHA for ab73472
src/core/siteplugins/components/block/block.ts
@@ -56,6 +56,7 @@ export class CoreSitePluginsBlockComponent extends CoreBlockBaseComponent implem
56
this.args = {
57
contextlevel: this.contextLevel,
58
instanceid: this.instanceId,
59
+ blockid: this.block.instanceid,
60
};
61
this.initResult = handler.initResult;
62
}
0 commit comments