You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/spfx/extensions/basics/tenant-wide-deployment-extensions.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ When developers create a new SharePoint Framework extension solution using stand
18
18
> [!WARNING]
19
19
> Starting from SharePoint Framework v1.6, default scaffolding will automatically create example files in SharePoint Solution to activate extension across the tenant if you chose to use the tenant-scoped deployment option.
20
20
21
-
SharePoint Framework solution will need to be configured to use [tenant-scope deployment option](https://docs.microsoft.com/sharepoint/dev/spfx/tenant-scoped-deployment), to be able to automatically activate extensions across the tenant using Tenant Wide Deployment functionality. This means that the `skipFeatureDeployment` attribute in the `package-solution.json` will need to be set as *true*.
21
+
SharePoint Framework solution will need to be configured to use [tenant-scope deployment option](https://docs.microsoft.com/sharepoint/dev/spfx/tenant-scoped-deployment), to be able to automatically activate extensions across the tenant using Tenant Wide Deployment functionality. This means that the `skipFeatureDeployment` attribute in the `package-solution.json` will need to be set as *true*.
22
22
23
23
## Controlling tenant wide deployment from App Catalog site collection
24
24
@@ -37,7 +37,7 @@ SharePoint Framework solutions can contain automation that will add automaticall
37
37
38
38
## Tenant wide deployment list description
39
39
40
-
Component ID has to exists in the tenant to be able to add entry for it.
40
+
Component ID has to exist in the tenant to be able to add entry for it.
41
41
42
42
| Column | Type | Description |
43
43
|----------- |------ |-------------|
@@ -49,7 +49,7 @@ Component ID has to exists in the tenant to be able to add entry for it.
49
49
| Location | String | Location of the entry. There are different support locations for application customizers and List View Command Sets. |
50
50
| Sequence | int | Sequence of the entry in rendering. |
51
51
| Host Properties | String | Additional server-side configuration, like pre-allocated height for placeholders. |
52
-
| Disabled | Boolean | Is the entry enabled or disable. |
52
+
| Disabled | Boolean | Is the entry enabled or disabled. |
53
53
54
54
For the Web Template column, any web template definition is technically supported. Following table defines the most commonly used templates.
55
55
@@ -61,7 +61,7 @@ For the Web Template column, any web template definition is technically supporte
61
61
| Classic team site |STS#0|
62
62
| Classic publishing site |BLANKINTERNET#0|
63
63
64
-
For the List Template column any list ID is technically supported, but only subs set of classic list types support modern experiences.
64
+
For the List Template column any list ID is technically supported, but only subset of classic list types supports modern experiences.
65
65
66
66
| List | List Id |
67
67
|----------- |------ |
@@ -86,7 +86,7 @@ SharePoint Framework solutions default scaffolding creates an automation file to
**ClientSideInstance.xml** is taken into account in the solution activation at the App Catalog if the `skipFeatureDeployment` attribute is set to *true* in the `package-solution.json` file.
89
+
**ClientSideInstance.xml** is taken into account in the solution activation at the App Catalog if the `skipFeatureDeployment` attribute is set to *true* in the `package-solution.json` file.
90
90
91
91
This file contains by default following structure. **ClientSideComponentInstance** element instructs SharePoint to add automatically an entry to the Tenant Wide Deployment list when the solution package is added to the App Catalog.
92
92
@@ -132,7 +132,7 @@ Below xml definition shows how the optional values could be used as part of the
0 commit comments