Skip to content

Commit 98f7dc0

Browse files
authored
Merge pull request #49 from andrewconnell/fy22q4-refresh
FY22Q4 refresh
2 parents c50d2d0 + af51cc3 commit 98f7dc0

28 files changed

+17737
-100398
lines changed

03 commandset.pptx

113 KB
Binary file not shown.

Demos/01-appcustomizer/.yo-rc.json

+6-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,14 @@
22
"@microsoft/generator-sharepoint": {
33
"plusBeta": false,
44
"isCreatingSolution": true,
5-
"environment": "spo",
6-
"version": "1.13.1",
5+
"version": "1.14.0",
76
"libraryName": "sp-fx-app-customizer",
8-
"libraryId": "e6bb5831-323f-402f-b104-1e543816b417",
7+
"libraryId": "75b53f91-f3c8-441b-9d18-852880eeff48",
8+
"environment": "spo",
99
"packageManager": "npm",
10+
"solutionName": "SPFxAppCustomizer",
11+
"solutionShortDescription": "SPFxAppCustomizer description",
12+
"skipFeatureDeployment": true,
1013
"isDomainIsolated": false,
1114
"componentType": "extension",
1215
"extensionType": "ApplicationCustomizer"

Demos/01-appcustomizer/config/package-solution.json

+15-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
33
"solution": {
44
"name": "sp-fx-app-customizer-client-side-solution",
5-
"id": "e6bb5831-323f-402f-b104-1e543816b417",
5+
"id": "75b53f91-f3c8-441b-9d18-852880eeff48",
66
"version": "1.0.0.0",
77
"includeClientSideAssets": true,
88
"skipFeatureDeployment": true,
@@ -12,13 +12,24 @@
1212
"websiteUrl": "",
1313
"privacyUrl": "",
1414
"termsOfUseUrl": "",
15-
"mpnId": "Undefined-1.13.1"
15+
"mpnId": "Undefined-1.14.0"
16+
},
17+
"metadata": {
18+
"shortDescription": {
19+
"default": "SPFxAppCustomizer description"
20+
},
21+
"longDescription": {
22+
"default": "SPFxAppCustomizer description"
23+
},
24+
"screenshotPaths": [],
25+
"videoUrl": "",
26+
"categories": []
1627
},
1728
"features": [
1829
{
19-
"title": "Application Extension - Deployment of custom action.",
30+
"title": "Application Extension - Deployment of custom action",
2031
"description": "Deploys a custom action with ClientSideComponentId association",
21-
"id": "5e354b9c-9b15-4ce7-9aa2-21bc29bad21f",
32+
"id": "6b7b9bef-4b8d-489b-9ebe-38fcc953455b",
2233
"version": "1.0.0.0",
2334
"assets": {
2435
"elementManifests": [

Demos/01-appcustomizer/config/serve.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"https": true,
55
"serveConfigurations": {
66
"default": {
7-
"pageUrl": "https://m365x08978750.sharepoint.com/sites/DeveloperSite/SitePages/Getting-Started.aspx",
7+
"pageUrl": "https://m365x08978750.sharepoint.com/sites/DeveloperSite/SitePages/Home.aspx",
88
"customActions": {
9-
"e037419d-140d-4d72-8fac-a202bbdd506f": {
9+
"282553e9-90a8-44d5-905f-3a31bc5f45ce": {
1010
"location": "ClientSideExtension.ApplicationCustomizer",
1111
"properties": {
1212
"header": "Header area of the page",
@@ -18,7 +18,7 @@
1818
"helloAppCustomizer": {
1919
"pageUrl": "https://contoso.sharepoint.com/sites/mySite/SitePages/myPage.aspx",
2020
"customActions": {
21-
"e037419d-140d-4d72-8fac-a202bbdd506f": {
21+
"282553e9-90a8-44d5-905f-3a31bc5f45ce": {
2222
"location": "ClientSideExtension.ApplicationCustomizer",
2323
"properties": {
2424
"testMessage": "Test message"

0 commit comments

Comments
 (0)