Forum Discussion
KaelaC
14 years agoLithium Alumni (Retired)
Are you going to know the board ids of these board or should it be dynamic? If you are hand selecting boards you can put in some code that says
<#if coreNode.id == "board A"> <#-- Do function X --> <#elseif coreNode.id == "board B"> <#-- Do function Y --> </#if>
If the two functions are completely different, I would suggest creating two components instead of one. It's a good idea to keep a component to a single purpose for maintenance later.
Related Content
- 4 years ago
- 10 years ago
- 8 years ago