When adding a new widget instance in magento (Admin > CMS > Widget Instance) you need to select layout update for it. In the block reference option, there are several default areas like page top, page bottom, left, right…. How can I add my custom new area to this selection box?
Share
Ok. Found the answer. Go to
page.xml, add thisThe important tag is
<label>. Without this you won’t see the area in selection box. Thank Anthony Nguyen for this.