Last active
September 14, 2018 19:45
-
-
Save lfreeland/aaa5e84eba93196cca8e399fdbef5e7e to your computer and use it in GitHub Desktop.
Page Layout Record Display Lightning Component Design
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <design:component > | |
| <design:attribute name="PageLayoutName" label="Page Layout Name" description="The API name of the page layout." /> | |
| <design:attribute name="recordId" label="Record Id" description="The id of the record." /> | |
| <design:attribute name="sObjectName" label="Object Name" description="The Object's API name. This is required if not used on a record page." /> | |
| </design:component> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment