DgtAssetMgmtPrvdLghtCpnt

Represents the Lightning web component configurations for external content providers, such as digital asset management (DAM) systems. This metadata type enables the integration of external content systems with Salesforce CMS using custom Lightning web components.

Where possible, we changed noninclusive terms to align with our company value of Equality. We maintained certain terms to avoid any effect on customer implementations.

Important

Parent Type

This type extends the Metadata metadata type and inherits its fullName field.

File Suffix and Directory Location

DgtAssetMgmtPrvdLghtCpnt components have the suffix .dgtAssetMgmtPrvdLghtCpnt and are stored in the dgtAssetMgmtPrvdLghtCpnts folder.

Version

DgtAssetMgmtPrvdLghtCpnt components are available in API version 65.0 and later.

Special Access Rules

There are no additional access requirements that are specific to this type.

Fields

Field Name Description
dgtAssetMgmtProvider
Field Type
string
Description
Required. References the external content provider, represented by the DgtAssetMgmtProvider type, that this Lightning web component configuration supports.
lightningComponentBundle
Field Type
string
Description
References the Lightning web component, represented by the LightningComponentBundle type, that implements the user interface for the external content provider in Salesforce CMS.
The LightningComponentBundle must be deployed and available before you reference it.
masterLabel
Field Type
string
Description
Required. Specifies the display name of the Lightning web component configuration as it appears in the UI.
type
Field Type
DgtAssetMgmtPrvdLghtCpntType (enumeration of type string)
Description
Required. Specifies the type of external content provider Lightning web component that’s being configured. Possible values are:
  • DIGITAL_ASSET_MANAGER: Represents a component that provides full management capabilities for external content providers, including browsing, searching, and selecting.
  • NONE: Represents an undefined or default provider type. Indicates that no specific provider type is assigned.

Wildcard Support in the Manifest File

This metadata type supports the wildcard character * (asterisk) in the package.xml manifest file. For information about using the manifest file, see Deploying and Retrieving Metadata with the Zip File.