Skip to content

Commit

Permalink
fix: update missing config for wave and other types (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryan Powell authored and brpowell committed Apr 20, 2021
1 parent 72cfbad commit bc9953d
Showing 1 changed file with 36 additions and 5 deletions.
41 changes: 36 additions & 5 deletions src/registry/registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -1032,14 +1032,20 @@
"name": "WaveLens",
"suffix": "wlens",
"directoryName": "wave",
"inFolder": false
"inFolder": false,
"strategies": {
"adapter": "matchingContentFile"
}
},
"wavedashboard": {
"id": "wavedashboard",
"name": "WaveDashboard",
"suffix": "wdash",
"directoryName": "wave",
"inFolder": false
"inFolder": false,
"strategies": {
"adapter": "matchingContentFile"
}
},
"wavexmd": {
"id": "wavexmd",
Expand All @@ -1053,14 +1059,20 @@
"name": "WaveDataflow",
"suffix": "wdf",
"directoryName": "wave",
"inFolder": false
"inFolder": false,
"strategies": {
"adapter": "matchingContentFile"
}
},
"waverecipe": {
"id": "waverecipe",
"name": "WaveRecipe",
"suffix": "wdpr",
"directoryName": "wave",
"inFolder": false
"inFolder": false,
"strategies": {
"adapter": "matchingContentFile"
}
},
"customsite": {
"id": "customsite",
Expand Down Expand Up @@ -1950,6 +1962,23 @@
"workSkillRoutingAttribute": "workskillroutingattribute"
}
}
},
"timesheettemplate": {
"id": "timesheettemplate",
"name": "TimeSheetTemplate",
"suffix": "timeSheetTemplate",
"directoryName": "timeSheetTemplates",
"strictDirectoryName": false
},
"accountrelationshipsharerule": {
"id": "accountrelationshipsharerule",
"name": "AccountRelationshipShareRule",
"suffix": "accountRelationshipShareRule",
"directoryName": "accountRelationshipShareRules",
"strictDirectoryName": false,
"strategies": {
"adapter": "matchingContentFile"
}
}
},
"suffixes": {
Expand Down Expand Up @@ -2145,7 +2174,9 @@
"audience": "audience",
"cmsConnectSource": "cmsconnectsource",
"platformEventSubscriberConfig": "platformeventsubscriberconfig",
"workSkillRouting": "workskillrouting"
"workSkillRouting": "workskillrouting",
"timeSheetTemplate": "timesheettemplate",
"accountRelationshipShareRule": "accountrelationshipsharerule"
},
"strictDirectoryNames": {
"experiences": "experiencebundle",
Expand Down

0 comments on commit bc9953d

Please sign in to comment.