
PLease help
2 respuestas
@Maguire: YES, It is available now. As of Winter 16, Community Builder supports Lightning Components that use the forceCommunity:availableForAllPageTypes interface. So declare your component like this:
<aura:component controller="MyController" implements="forceCommunity:availableForAllPageTypes">
...
</aura:component>
And it will be available to drag onto a page in Community Builder. You must be using one of the templates (Napili, Koa, Kokua) in order to do this, but those templates give you a far better experience than Visualforce/Tabs.
Please mark best answer if helped. Cheers !!!