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/declarative-customization/site-design-json-schema.md
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -699,6 +699,9 @@ Get-Content '<Folder_location_to_site_script>\site-script.json' -Raw -Encoding U
699
699
700
700
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.
701
701
702
+
> [!NOTE]
703
+
> This action is automatically blocked for [channel sites](/sharepoint/teams-connected-sites).
704
+
702
705
#### JSON value
703
706
704
707
-`themeName`: The name of the theme to apply.
@@ -756,6 +759,7 @@ Use the `setSiteBranding` verb to specify the navigation layout, the header layo
756
759
757
760
> [!NOTE]
758
761
> 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).
759
763
760
764
#### JSON value
761
765
@@ -798,6 +802,9 @@ Use the `setSiteLogo` verb to specify a logo for your site.
798
802
799
803
## Join a hub site
800
804
805
+
> [!NOTE]
806
+
> This action is automatically blocked for [channel sites](/sharepoint/teams-connected-sites).
807
+
801
808
Use the `joinHubSite` verb to join the site to a designated hub site.
802
809
803
810
#### JSON value
@@ -917,6 +924,9 @@ Use the `triggerFlow` verb to kick off a custom flow.
917
924
918
925
## Configure regional settings
919
926
927
+
> [!NOTE]
928
+
> This action is automatically blocked for [channel sites](/sharepoint/teams-connected-sites).
929
+
920
930
Use the `setRegionalSettings` action to configure the regional settings of the site (*/_layouts/15/regionalsetng.aspx*).
921
931
922
932
#### JSON values
@@ -940,6 +950,9 @@ Use the `setRegionalSettings` action to configure the regional settings of the s
940
950
941
951
## Add users (principals) to SharePoint Groups
942
952
953
+
> [!NOTE]
954
+
> This action is automatically blocked for [channel sites](/sharepoint/teams-connected-sites).
955
+
943
956
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.
944
957
945
958
#### JSON values
@@ -977,6 +990,9 @@ Use the `addPrincipalToSPGroup` action to manage addition of users and groups to
977
990
978
991
## Manage guest access
979
992
993
+
> [!NOTE]
994
+
> This action is automatically blocked for [channel sites](/sharepoint/teams-connected-sites).
995
+
980
996
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).
0 commit comments