Skip to content

Commit

Permalink
Merge branch 'master' into benbrown/3102
Browse files Browse the repository at this point in the history
  • Loading branch information
cwhitten authored Jul 10, 2020
2 parents 217e487 + d1e4c0d commit a8c4027
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,10 @@ const DefaultUISchema: UISchema = {
subtitle: () => formatMessage('Set Properties'),
helpLink: 'https://aka.ms/bfc-using-memory',
},
[SDKKinds.SignOutUser]: {
label: () => formatMessage('Sign out user'),
subtitle: () => formatMessage('Signout User'),
},
[SDKKinds.BeginSkill]: {
label: () => formatMessage('Connect to a skill'),
subtitle: () => formatMessage('Skill Dialog'),
Expand Down
3 changes: 3 additions & 0 deletions Composer/packages/lib/shared/src/labelMap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,9 @@ export const ConceptLabels: { [key in ConceptLabelKey]?: LabelOverride } = {
[SDKKinds.SetProperties]: {
title: formatMessage('Set properties'),
},
[SDKKinds.SignOutUser]: {
title: formatMessage('Sign out user'),
},
[SDKKinds.BeginSkill]: {
title: formatMessage('Connect to a skill'),
description: formatMessage('Begin a remote skill dialog.'),
Expand Down
1 change: 1 addition & 0 deletions Composer/packages/lib/shared/src/viewUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ export const dialogGroups: DialogGroupsMap = {
SDKKinds.EmitEvent,
SDKKinds.OAuthInput,
SDKKinds.QnAMakerDialog,
SDKKinds.SignOutUser,
// SDKKinds.CodeStep
],
},
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ![Microsoft Bot Framework Composer](./docs/media/gh-banner.png)
# ![Microsoft Bot Framework Composer](./docs/Assets/gh-banner.png)

# Microsoft Bot Framework Composer

Expand Down

0 comments on commit a8c4027

Please sign in to comment.