Skip to content

Commit b4c29ad

Browse files
committed
Adding notes on modern support on classic extensibility options
1 parent 201ff10 commit b4c29ad

3 files changed

+11
-2
lines changed

docs/solution-guidance/Customize-a-SharePoint-page-by-using-remote-provisioning-and-CSS.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Customize a SharePoint page by using remote provisioning and CSS
33
description: Use CSS to customize SharePoint rich text fields and web part zones.
4-
ms.date: 4/25/2018
4+
ms.date: 4/29/2019
55
localization_priority: Priority
66
---
77

@@ -11,6 +11,9 @@ You can use cascading style sheets (CSS) to customize SharePoint rich text field
1111

1212
For a code sample that is associated with this article, see [Branding.AlternateCSSAndSiteLogo](https://github.com/SharePoint/PnP/tree/master/Samples/Branding.AlternateCSSAndSiteLogo) in the Office 365 Developer Patterns and Practices project on GitHub.
1313

14+
> [!IMPORTANT]
15+
> This extensibility option is **only** available for classic SharePoint experiences. You cannot use this option with modern experiences in SharePoint Online, like with communication sites. Notice also that you should **not** take a dependency on the html page structure or on the out-of-the-box CSS style names as these might be adjusted without a notice.
16+
1417
## Customize rich text fields
1518

1619
You can customize rich text fields by using CSS right in the page editor:

docs/solution-guidance/Customize-your-SharePoint-site-UI-by-using-JavaScript.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
---
22
title: Customize your SharePoint site UI by using JavaScript
3-
ms.date: 11/03/2017
3+
ms.date: 04/29/2019
44
localization_priority: Priority
55
---
66
# Customize your SharePoint site UI by using JavaScript
77

88
You can update your SharePoint site's UI by using JavaScript.
99

1010
_**Applies to:** Office 365 | SharePoint 2013 | SharePoint Online_
11+
12+
> [!IMPORTANT]
13+
> This extensibility option is **only** available for classic SharePoint experiences. You cannot use this option with modern experiences in SharePoint Online, like with communication sites. Notice also that you should **not** take a dependency on the html page structure or on the out-of-the-box CSS style names as these might be adjusted without a notice.
1114
1215
The [Core.EmbedJavaScript](https://github.com/SharePoint/PnP/tree/master/Samples/Core.EmbedJavaScript) sample add-in adds a status bar message to all pages on a SharePoint site, and removes the **new subsite** link from the **Site Contents** page by using JavaScript.
1316

docs/solution-guidance/branding-sharepoint-sites-sharepoint-add-in.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ The approach you take to brand SharePoint sites is different in the new SharePoi
1313

1414
In a SharePoint Add-in model branding scenario, all of the options associated with FTC / Farm Solution branding scenarios are available. No matter which option you choose, you can deploy and register your branding assets on SharePoint sites via the remote-provisioning pattern.
1515

16+
> [!IMPORTANT]
17+
> This extensibility option is **only** available for classic SharePoint experiences. You cannot use this option with modern experiences in SharePoint Online, like with communication sites. Notice also that you should **not** take a dependency on the html page structure or on the out-of-the-box CSS style names as these might be adjusted without a notice.
18+
1619
Terminology
1720
-----------
1821

0 commit comments

Comments
 (0)