Forum Discussion

bhupen's avatar
bhupen
Advisor
11 years ago

Show mash area on filter label instead of board

Hi guyz

I need to set up the mash area on filter label page. The scenario is I have one board and inside board there is 4,5 filter label now i want to use mash area on those filter label. Earlier iam used to set up mash area using:

 

<#if coreNode.id == "abc" ||  coreNode.ancestors[0].id=="abc">

 

Now I can't use coreNode.id because its a board id and I need to setup mash area on filter label. Althoug all label are inside same board id.

 

Requirement is to set up different mash area on filter label under same board.

 

My Question is to how to set up mash area using label-name??

 

 

Regards,

Bhupender Singh

 

    • bhupen's avatar
      bhupen
      Advisor

      GrazittiI  thanks for quick reply.

       Assume you have custom text or its called mash, and I set up the content in custom content and want to show on filter lable page. I can't show that custom content using board id because there are 5 filter label page. I want to set up different content for different page inside same board. Earler i use board id to show custom content but now I need to show custom content using label-name.

       

      How can i display custom content inside filter label page