Closed (fixed)
Project:
Block Instances
Version:
6.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
28 Feb 2011 at 19:30 UTC
Updated:
15 Mar 2011 at 13:41 UTC
Can we have the block instance id passed to the block class for specific theming use cases?
Comments
Comment #1
dagmarNow each block instance is rendered with an unique id. $delta was replaced with the block instance machine name, so usually the block id will be
block-[name-of-the-module-that-provides-the-block]-[block-instance-machine-name]
Fixed 42d39b4