Skip to content

Commit 25f596a

Browse files
committed
Adding notes on the SPFx extension support
1 parent e4f121a commit 25f596a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/apis/communication-site-creation-rest.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22

33
Learn how to create and get the status of a new modern SharePoint Communication site with the REST interface.
44

5-
> [!NOTE]
6-
> There is a known bug with this API which is blocking completely this behavior. Fix will be rolling gradually to SharePoint Online by end of October 2017.
7-
85
## Prerequisites
96

107
This topic assumes that you are already familiar with the topics Get to know the SharePoint REST service and Complete basic operations using SharePoint REST endpoints. It does not provide code snippets.

docs/spfx/extensions/overview-extensions.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ SharePoint Framework Extensions enable you to extend the SharePoint user experie
1212

1313
You can build extensions alongside common scripting frameworks, such as AngularJS and React, in addition to plain JavaScript projects. For example, you can use React along with components from Office UI Fabric React to create experiences based on the same components used in Office 365.
1414

15+
> [!NOTE]
16+
> There is a known bug with list and library extension support in the classic experiences. These only work currently in context of modern team sites aka. group associated team sites. Work is being done to address this issue.
17+
1518
## Get started
1619
If you haven't installed the SharePoint Framework, follow the steps to [Set up your development environment](../set-up-your-development-environment.md).
1720

0 commit comments

Comments
 (0)