Skip to content

Commit

Permalink
feat: new UiViewDefinition metadata type (#572)
Browse files Browse the repository at this point in the history
* feat(metadata registry): add a new UiViewDefinition type

add a new UiViewDefinition type to the Metadata Registry

* chore: adding types for SDR

* refactor(metedataregistry): adding adaptor strategy for UiViewDeifinition type

setting the adaptor strategy for UiViewDeifinition type to matchingContentFile

Co-authored-by: Shane McLaughlin <shane.mclaughlin@salesforce.com>
  • Loading branch information
rshreekant and mshanemc authored Feb 17, 2022
1 parent 3a8f084 commit 9b3e0ea
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
1 change: 1 addition & 0 deletions METADATA_SUPPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -546,3 +546,4 @@ v55 introduces the following new types. Here's their current level of support
- MktDataTranField
- ConversationVendorFieldDef
- InternalOrganization
- UiViewDefinition
14 changes: 13 additions & 1 deletion src/registry/metadataRegistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -2770,6 +2770,17 @@
"directoryName": "OmniInteractionConfig",
"inFolder": false,
"strictDirectoryName": false
},
"uiviewdefinition": {
"id": "uiviewdefinition",
"name": "UiViewDefinition",
"suffix": "uiview",
"directoryName": "uiviews",
"inFolder": false,
"strictDirectoryName": false,
"strategies": {
"adapter": "matchingContentFile"
}
}
},
"suffixes": {
Expand Down Expand Up @@ -3072,7 +3083,8 @@
"buildingEnergyIntensityConfig": "bldgenrgyintensitycnfg",
"stationaryAssetEnvSourceConfig": "stnryassetenvsrccnfg",
"vehicleAssetEmssnSourceConfig": "vehicleassetemssnsrccnfg",
"omniInteractionConfig": "omniinteractionconfig"
"omniInteractionConfig": "omniinteractionconfig",
"uiview": "uiviewdefinition"
},
"strictDirectoryNames": {
"experiences": "experiencebundle",
Expand Down

0 comments on commit 9b3e0ea

Please sign in to comment.