-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from pnp/Fix-samples-json
Added sample.json for SP Site Assistant
- Loading branch information
Showing
1 changed file
with
74 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
[ | ||
{ | ||
"$schema": "https://developer.microsoft.com/en-us/json-schemas/pnp/samples/v1.0/metadata-schema.json", | ||
"name": "pnp-powerplatform-samples-sharepoint-site-assistant", | ||
"version": "1.0.0.0", | ||
"source": "pnp", | ||
"creationDateTime": "2023-07-19T00:00:00.000Z", | ||
"updateDateTime": "2023-07-19T00:00:00.000Z", | ||
"title": "SharePoint Site Assistant", | ||
"shortDescription": "This sample serves to simplify and standardize the site creation process within an organization, offering a tailored experience to users.", | ||
"longDescription": [ | ||
"This sample serves to simplify and standardize the site creation process within an organization, offering a tailored experience to users. With a user-friendly interface, the application requires users to respond to seven questions on a Canvas App form, which initiates the creation of a new SharePoint site." | ||
], | ||
"url": "https://github.com/pnp/powerplatform-samples/tree/main/samples/sharepoint-site-assistant", | ||
"products": [ | ||
"Power Apps", | ||
"Power Automate", | ||
"Power Platform" | ||
], | ||
"tags": [ | ||
], | ||
"categories": [ | ||
"POWERAPPS" | ||
], | ||
"metadata": [ | ||
{ | ||
"key": "POWERAPPS-MANIFEST-VERSION", | ||
"value": "0.20" | ||
}, | ||
{ | ||
"key": "POWERAPPS-TYPE", | ||
"value": "Canvas" | ||
}, | ||
{ | ||
"key": "POWERAPPS-EXPERIMENTAL", | ||
"value": "No" | ||
}, | ||
{ | ||
"key": "POWERAPPS-PREMIUM", | ||
"value": "No" | ||
}, | ||
{ | ||
"key": "POWERAPPS-ONPREM", | ||
"value": "No" | ||
}, | ||
{ | ||
"key": "POWERAPPS-CUSTOMCONNECTOR", | ||
"value": "No" | ||
} | ||
], | ||
"thumbnails": [ | ||
{ | ||
"type": "image", | ||
"order": 100, | ||
"url": "https://github.com/pnp/powerplatform-samples/blob/main/samples/sharepoint-site-assistant/assets/SharePointSiteAssistantOverview.gif?raw=true", | ||
"alt": "Preview" | ||
} | ||
], | ||
"authors": [ | ||
{ | ||
"gitHubAccount": "Katerina-Chernevskaya", | ||
"name": "Katerina Chernevskaya", | ||
"pictureUrl": "https://github.com/Katerina-Chernevskaya.png" | ||
} | ||
], | ||
"references": [ | ||
{ | ||
"name": "SharePoint Site Assistant Blog Series", | ||
"description": "LinkedIn Blog Series about the SharePoint Site Assistant solution.", | ||
"url": "https://www.linkedin.com/pulse/sharepoint-site-assistant-part-i-katerina-chernevskaya/" | ||
} | ||
] | ||
} | ||
] |