Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Doc modernization][App customization content fix][3984104] #11977

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions msteams-platform/concepts/design/enable-app-customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ ms.date: 12/10/2022

# Enable customization for your Microsoft Teams app

You can allow customers to customize some aspects of your Microsoft Teams app in the Teams admin center. This feature is supported only for apps published to the Microsoft Teams Store. Uploaded apps and custom apps (apps published within an org) can't be customized.
You can allow customers to customize some aspects of your Microsoft Teams app in the Teams admin center. This feature is supported only for apps published to the Microsoft Teams Store. Custom apps that is apps published within an org can't be customized.

Some possible uses of this feature are:

* Changing the app's accent color to match an org's brand.
* Updating the app name from *Contoso* to *Contoso Agent*, which is the name users in the org can see.
(Note: Users adding a connector to a chat or a channel can still see the original app name, *Contoso*.)
* Changing the description to include language and guidance that is better understood by your organization's end-users.
* Changing logo and logo outline to inspire confidence to the end-users to use the app since it seems provided by their organization.
* Changing the app's accent color to match an org's brand.

You can enable the feature by defining the app properties that your customers can customize in the [`configurableProperties` section in the app manifest](/microsoftteams/platform/resources/schema/manifest-schema#configurableproperties) (previously called Teams app manifest), starting with version 1.11. You can use [Developer Portal for Teams](https://dev.teams.microsoft.com/home) to edit the app manifest of your app.
You can enable admins to customize apps by defining the app properties that your customers can customize in the [`configurableProperties` section in the app manifest](/microsoftteams/platform/resources/schema/manifest-schema#configurableproperties) (previously called Teams app manifest), starting with version 1.11. You can use [Developer Portal for Teams](https://dev.teams.microsoft.com/home) to edit the app manifest of your app.

> [!IMPORTANT]
> You can't test this feature during development. App customization isn't supported when uploading or publishing to an org's app catalog.
Expand Down