Skip to content
This repository was archived by the owner on Jan 19, 2021. It is now read-only.

Commit 7df88f7

Browse files
Merge pull request #1605 from erwinvanhunen/dev
updated help
2 parents e9ca5bc + de8cda4 commit 7df88f7

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55

66
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
77

8-
## [Unreleased]
8+
## [2.28.1807.0] Unreleased
99
### Added
1010

1111
### Changed

Commands/Branding/AddCustomAction.cs

+3
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ namespace SharePointPnP.PowerShell.Commands.Branding
1818
Add-PnPCustomAction -Name 'GetItemsCount' -Title 'Invoke GetItemsCount Action' -Description 'Adds custom action to custom list ribbon' -Group 'SiteActions' -Location 'CommandUI.Ribbon' -CommandUIExtension $cUIExtn",
1919
Remarks = @"Adds a new custom action to the custom list template, and sets the Title, Name and other fields with the specified values. On click it shows the number of items in that list. Notice: escape quotes in CommandUIExtension.",
2020
SortOrder = 1)]
21+
[CmdletExample(Code = @"Add-PnPCustomAction -Title ""CollabFooter"" -Name ""CollabFooter"" -Location ""ClientSideExtension.ApplicationCustomizer"" -ClientSideComponentId c0ab3b94-8609-40cf-861e-2a1759170b43 -ClientSideComponentProperties ""{`""sourceTermSet`"":`""PnP-CollabFooter-SharedLinks`"",`""personalItemsStorageProperty`"":`""PnP-CollabFooter-MyLinks`""}",
22+
Remarks = @"Adds a new application customizer to the site. This requires that an SPFX solution has been deployed containing the application customizer specified.",
23+
SortOrder = 2)]
2124
[CmdletRelatedLink(
2225
Text = "UserCustomAction",
2326
Url = "https://msdn.microsoft.com/en-us/library/office/microsoft.sharepoint.client.usercustomaction.aspx")]

0 commit comments

Comments
 (0)