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/toolchain/provision-sharepoint-assets.md
+23-1Lines changed: 23 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -262,4 +262,26 @@ And the corresponding `element-v2.xml` which defines a new Currency Field to be
262
262
Required="FALSE"
263
263
Group="Financial Columns" />
264
264
</Elements>
265
-
```
265
+
```
266
+
267
+
Upgrade actions in client-side solutions support the following sub elements:
268
+
269
+
270
+
**AddContentTypeField**
271
+
272
+
Adds a new field to an existing provisioned content type. Propagates the change from the site content type to all child lists and content types within the site. For example:
Adds a new element to an existing Feature. When a Feature is upgraded, provisions all non-declarative elements that are referenced in the specified element manifests.
284
+
285
+
**VersionRange**
286
+
287
+
Specifies a version range to which specified upgrade actions apply.
0 commit comments