rawhas.blogg.se

Building mobile apps with lightning app builder salesforce
Building mobile apps with lightning app builder salesforce






If you do not use masterLabel tag in the configuration file, Your component name will default as the label of the component.

building mobile apps with lightning app builder salesforce

Note:- Do not get confused with the Lightning Web Component name to be always as the label. Appears in list views, like the list of Lightning Components in Setup, and in the Lightning App Builder and in Community Builder. To make a component usable in Lightning App Builder and Community Builder, set isExposed to true. To make a component usable in a managed package, set isExposed to true. Exposes the component in all orgs, and in Lightning App Builder and Community Builder. When you hover your mouse to the custom component deployed to the org, you can see the description with the label. Appears in list views, like the list of Lightning Components in Setup, and as a tooltip in the Lightning App Builder and in Community Builder. To check the current version, take help of this knowledge article.ĭescription:-A short description of the component, usually a single sentence. Cannot find Lightning Component Bundle Configuration File TagsĪpiVersion:- A double value that binds the component to a Salesforce API version. If you don’t include a configuration file for your component, you get an error similar to the following when you push your changes.

building mobile apps with lightning app builder salesforce

What happens when you remove the configuration file from component’s project folder and tries to push it to your org? Include the configuration file in your component’s project folder, and push it to your org along with the other component files. The configuration file follows the naming convention. The configuration file defines the metadata values for the component, including the design configuration for Lightning App Builder and Community Builder.








Building mobile apps with lightning app builder salesforce