Skip to content

Commit f04dfbf

Browse files
authored
Update site-design-json-schema.md (SharePoint#7347)
1 parent 8cc1048 commit f04dfbf

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -699,6 +699,9 @@ Get-Content '<Folder_location_to_site_script>\site-script.json' -Raw -Encoding U
699699

700700
Use the `applyTheme` verb to add a custom theme to the site. For more information about how to construct and upload these themes, see [SharePoint site theming](site-theming/sharepoint-site-theming-overview.md). This site action only works for applying custom themes; to apply one of our in-product SharePoint themes, create a copy as a custom one and reference that one.
701701

702+
> [!NOTE]
703+
> This action is automatically blocked for [channel sites](/sharepoint/teams-connected-sites).
704+
702705
#### JSON value
703706

704707
- `themeName`: The name of the theme to apply.
@@ -756,6 +759,7 @@ Use the `setSiteBranding` verb to specify the navigation layout, the header layo
756759

757760
> [!NOTE]
758761
> Setting the navigation layout only works on the communication site template and for the hub navigation.
762+
> This action is automatically blocked for [channel sites](/sharepoint/teams-connected-sites).
759763
760764
#### JSON value
761765

@@ -798,6 +802,9 @@ Use the `setSiteLogo` verb to specify a logo for your site.
798802

799803
## Join a hub site
800804

805+
> [!NOTE]
806+
> This action is automatically blocked for [channel sites](/sharepoint/teams-connected-sites).
807+
801808
Use the `joinHubSite` verb to join the site to a designated hub site.
802809

803810
#### JSON value
@@ -917,6 +924,9 @@ Use the `triggerFlow` verb to kick off a custom flow.
917924

918925
## Configure regional settings
919926

927+
> [!NOTE]
928+
> This action is automatically blocked for [channel sites](/sharepoint/teams-connected-sites).
929+
920930
Use the `setRegionalSettings` action to configure the regional settings of the site (*/_layouts/15/regionalsetng.aspx*).
921931

922932
#### JSON values
@@ -940,6 +950,9 @@ Use the `setRegionalSettings` action to configure the regional settings of the s
940950

941951
## Add users (principals) to SharePoint Groups
942952

953+
> [!NOTE]
954+
> This action is automatically blocked for [channel sites](/sharepoint/teams-connected-sites).
955+
943956
Use the `addPrincipalToSPGroup` action to manage addition of users and groups to select default SharePoint groups. For more information, see [Understanding SharePoint Groups](https://support.office.com/article/Understanding-SharePoint-groups-94D9B261-161E-4ACE-829E-ECA1C8CD2EB8). This action can be used for licensed users, security groups, and Microsoft 365 groups.
944957

945958
#### JSON values
@@ -977,6 +990,9 @@ Use the `addPrincipalToSPGroup` action to manage addition of users and groups to
977990

978991
## Manage guest access
979992

993+
> [!NOTE]
994+
> This action is automatically blocked for [channel sites](/sharepoint/teams-connected-sites).
995+
980996
Use the `setSiteExternalSharingCapability` action to manage guest access. For more information, see [Manage external sharing for your SharePoint Online environment](https://support.office.com/article/Manage-external-sharing-for-your-SharePoint-Online-environment-C8A462EB-0723-4B0B-8D0A-70FEAFE4BE85).
981997

982998
<!-- update this table matrix -->

0 commit comments

Comments
 (0)