-
Notifications
You must be signed in to change notification settings - Fork 197
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
Cannot add a static tab without a contentUrl #2723
Comments
Hi catmanjan! Thank you for bringing this issue to our attention. We will investigate and if we require further information we will reach out in one business day. Please use this link to escalate if you don't get replies. Best regards, Teams Platform |
@catmanjan - Thank you for reporting this, we will check this and get back to you. |
@catmanjan - We checked this internally and got a confirmation that static tabs should have a contentUrl. The only static tab that can be added without a contentUrl is the "conversations" tab and that's used to change the default order of tabs in the personal app as documented here: All other static tabs should have a contentUrl. That is mentioned in "Create a tab" docs here: |
@Meghana-MSFT thanks, can you log a ticket to get this page corrected, if properties are required they should also fail the validator: |
@catmanjan - Sure, we will check internally and get the doc updated. Thank you. |
According to https://learn.microsoft.com/en-us/microsoftteams/platform/resources/schema/manifest-schema#statictabs
The contentUrl property is not required, however if I try and upload a manifest without it, I get an error, only readding the contentUrl fixes the issue.
It also passes the validator without contentUrl.
e.g.
Doesn't work, but:
Does.
The text was updated successfully, but these errors were encountered: