Support for:Restrict Your Custom Lightning Components to Specific Objects

Issue #520 resolved
Ohad Greiner created an issue

I am restricting my Custom Lightning Components to a specific object - ooportunity But my illuminated cloud does not support this syntax: <sfdc:objects >

this is my code inside the component.design file:

<design:component >
    <sfdc:objects >
        <sfdc:object >Opportunity</sfdc:object>
    </sfdc:objects>
</design:component>

and this is what I see: "Name 'sfdc' is not bound"

2017-01-26_09-38-15.png

Comments (6)

  1. Scott Wells repo owner

    I'll make sure it's included in the next build. Sorry for the oversight and thanks for reporting it.

  2. Scott Wells repo owner

    This will be part of the next release which completes the updates for Spring '17 (even though this was part of the Winter '17 release).

  3. Log in to comment