mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-09 00:42:46 +08:00
* Migrating Core Salesforce Skills * Updating pr comments * updat reference * Updating a skill * Migrating Datacloud skills * Migrating Industries cloud skills * Validating - skills fixing --------- Co-authored-by: Sandip Kumar Yadav <sandipkumar.yadav+sfemu@salesforce.com>
13 lines
389 B
JSON
13 lines
389 B
JSON
{
|
|
"Name": "{{Type}}_{{SubType}}",
|
|
"Type": "{{Type}}",
|
|
"SubType": "{{SubType}}",
|
|
"Language": "English",
|
|
"VersionNumber": 1,
|
|
"IsActive": false,
|
|
"IsIntegrationProcedure": true,
|
|
"Description": "{{Description}}",
|
|
"PropertySetConfig": "{\"persistentComponent\":true,\"trackingCustomData\":{},\"enableLWCRuntime\":true}",
|
|
"WebComponentKey": "{{Type}}/{{SubType}}/English/1"
|
|
}
|