Skip to content

Commit

Permalink
addedsamplejson
Browse files Browse the repository at this point in the history
  • Loading branch information
aprildunnam committed Nov 13, 2023
1 parent d28d788 commit 31ccb12
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 0 deletions.
Binary file added samples/ticket-management/assets/preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
84 changes: 84 additions & 0 deletions samples/ticket-management/assets/sample.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
[
{
"$schema": "https://developer.microsoft.com/en-us/json-schemas/pnp/samples/v1.0/metadata-schema.json",
"name": "pnp-powerapps-samples-ticket-management",
"version": "1.0.0.0",
"source": "pnp",
"creationDateTime": "2023-01-11T00:00:00.000Z",
"updateDateTime": "2023-01-11T00:00:00.000Z",
"title": "Ticket Management Canvas Application",
"shortDescription": "Support ticket management canvas app.",
"longDescription": [
"Support ticket management canvas app."
],
"url": "https://github.com/pnp/powerapps-samples/tree/main/samples/ticket-management",
"products": [
"Power Apps",
"Power Platform"
],
"tags": [
"POWERAPPS","TEMPALTE"
],
"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/powerapps-samples/blob/main/samples/ticket-management/assets/preview.png?raw=true",
"alt": "Preview"
}
],
"authors": [
{
"gitHubAccount": "aqeel-khalid",
"name": "Aqeel Khalid",
"pictureUrl": "https://github.com/aqeel-khalid"
}
],
"references": [
{
"name": "Create a component for canvas apps",
"description": "Components are reusable building blocks for canvas apps so that app makers can create custom controls to use inside an app, or across apps using a component library",
"url": "https://docs.microsoft.com/powerapps/maker/canvas-apps/"
},
{
"name": "Overview of creating apps in Power Apps",
"description": "Power Apps is a high-productivity development platform for business apps.",
"url": "https://docs.microsoft.com/powerapps/maker/"
},
{
"name": "Power Apps canvas apps documentation",
"description": "Design and build a business app from a canvas in Microsoft Power Apps with data from a variety of sources without writing any code using traditional programming languages, such as C#.",
"url": "https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/"
}
]
}
]

0 comments on commit 31ccb12

Please sign in to comment.