I've created a class extension (drop-down list of color names), and I want to display a custom attribute called "deptHomeCol2Color" in a page layout that I've created.
According to the Mura documentation:
#$.content('deptHomeCol2Color')#
is all I should need. However, this is not outputting anything, even though I've selected a value for it in my Extended Attributes on the page (where this custom attribute is showing). What am I doing wrong here?
The page isn't throwing an error, and I've verified that a color was selected on the page itself.