question

MaximYemelyanenko-4013 avatar image
0 Votes"
MaximYemelyanenko-4013 asked JayceYang-MSFT edited

Teams Toolkit: read configurableProperties and add a custom configurable property.

Hi,

We need to "Customize our Teams app" (https://docs.microsoft.com/en-us/microsoftteams/platform/concepts/design/enable-app-customization).
Is it possible to read configurableProperties from "Manifest schema for Microsoft Teams" (https://docs.microsoft.com/en-us/microsoftteams/platform/resources/schema/manifest-schema) using Teams Toolkit (for React) after an admin changed a property (e.g. websiteUrl) in our app?
And can I add custom configurable properties in the manifest?

Sincerely,
Maxim.

office-teams-windows-itprooffice-teams-app-dev
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

Nivedipa-MSFT-6619 avatar image
0 Votes"
Nivedipa-MSFT-6619 answered Nivedipa-MSFT-6619 edited

This doesn't seems to be possible to read configurableProperties from "Manifest schema for Microsoft Teams.

We cannot add custom configurable properties in the manifest.

You can define any of the following properties:

name: The app's display name.
shortDescription: The app's short description.
longDescription: The app's long description.
smallImageUrl: The app's outline icon.
largeImageUrl: The app's color icon.
accentColor: The color to use and a background for your outline icons.
developerUrl: The HTTPS URL of the developer's website.
privacyUrl: The HTTPS URL of the developer's privacy policy.
termsOfUseUrl: The HTTPS URL of the developer's terms of use.

Ref Doc: https://docs.microsoft.com/en-us/microsoftteams/platform/resources/schema/manifest-schema#configurableproperties

Thanks,
Nivedipa


If the response is helpful, please click "Accept Answer" and upvote it. You can share your feedback via Microsoft Teams Developer Feedback link.











5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.