-
Notifications
You must be signed in to change notification settings - Fork 1k
/
Copy pathpublish-to-marketplace-faq.yml
42 lines (33 loc) · 2.72 KB
/
publish-to-marketplace-faq.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
### YamlMime:FAQ
metadata:
title: Publish SharePoint Framework applications to the Marketplace - FAQ
description: Frequently asked questions about publishing SharePoint Framework applications to the Marketplace
ms.date: 07/16/2020
ms.localizationpriority: high
title: Publish SharePoint Framework applications to the Marketplace - FAQ
summary: Following are some of the most frequently asked questions regarding publishing SharePoint Framework applications to the Marketplace.
sections:
- name: Ignored
questions:
- question: |
Is it required to configure web parts to be isolated for publishing in the Marketplace
answer: |
No, it is not required to configure web parts to be isolated. It is fully up to you to decide if your web parts should be isolated or not and you can use either mode in the application you publish to the Marketplace.
- question: |
Can I request additional API permissions for my solution
answer: |
Yes, if your solution needs additional API permissions to work as intended, then you should request these permissions to be granted in your solution’s manifest. Note, that the Marketplace verification team could ask you to justify access to the permissions that you have requested when verifying your submission.
- question: |
Can I expose my web parts in Office Add-ins
answer: |
At this moment exposing SharePoint Framework web parts in Office Add-ins are still in preview and is not yet supported in solutions published in the Marketplace.
- question: |
Can I include library components in my solution
answer: |
Yes, library components are fully supported in solutions published to the Marketplace.
- question: |
Can I use a custom Microsoft Teams manifest
answer: |
When building SharePoint Framework web parts, you can choose to [expose them in SharePoint and Microsoft Teams as personal apps or tabs](/sharepoint/dev/spfx/integrate-with-teams-introduction). To use your web parts in Teams, you can either generate the manifest and the Teams solution package yourself or have the SharePoint Framework generate it for you. Creating the manifest manually gives you more flexibility and allows you to create multi-tab personal apps.
At this moment, the Marketplace does not support embedding custom Teams manifests in SharePoint Framework packages. You can expose your web parts in Teams using the manifest autogenerated by SharePoint Framework.
If your web part requires configuration and you expose it as a personal Teams app, you need to implement a custom UI yourself to allow users to configure it in the web part.