Skip to content

Commit ffd02a4

Browse files
authored
Patch 10 (SharePoint#5567)
* Added `group` for the createContentType action The `group` property is included in result from the getSiteScriptFromList api. * Added group in example
1 parent add86cd commit ffd02a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/declarative-customization/site-design-json-schema.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -529,6 +529,7 @@ Use **createContentType** to define a new content type that can then be associat
529529
- `parentId`: ID of the parent content type.
530530
- `id`: ID of the content type.
531531
- `hidden`: Specifies whether the content type is visible or hidden.
532+
- `group`: Group of the content type.
532533
- `subactions`: Specifies subactions to run on the content type. These are used to designate the site columns to add.
533534

534535
#### Example
@@ -540,6 +541,7 @@ Use **createContentType** to define a new content type that can then be associat
540541
"description": "custom list content type",
541542
"parentName": "Item",
542543
"hidden": false,
544+
"group": "Contoso",
543545
"subactions":
544546
[
545547
{

0 commit comments

Comments
 (0)