Skip to content

Commit b177a79

Browse files
authored
Merge pull request #73 from SharePoint/lucabandMSFT-patch-1
Update iclientsidecomponentmanifest.yml
2 parents 53e06a4 + 4e18640 commit b177a79

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

SP-Framework/sp-module-interfaces/iclientsidecomponentmanifest.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,10 @@ properties:
103103
package: '@microsoft/sp-module-interfaces!'
104104
fullName: requiresCustomScript
105105
summary: >-
106-
If true, the component can only be installed on sites where Custom Script is enabled. This should be set to true
107-
if the component allows authors to execute arbitrary scripts on the page.
106+
If true, the component behaves as following on sites where custom scripts are not allowed to run:
107+
- when the component is a web part, it is not available in the web part picker
108+
- every instance of the component that was added to the page while custom scripts were allowed to run, will no longer surface in those pages. Author are still able to remove those components while editing the page
109+
108110
remarks: >-
109111
Defaults to false. See
110112
https://support.office.com/en-us/article/Turn-scripting-capabilities-on-or-off-1f2c515f-5d7e-448a-9fd7-835da935584f

0 commit comments

Comments
 (0)