Updated sample.json to remove created and updated
This commit is contained in:
parent
5872e2b0f9
commit
3f85ca66b3
|
@ -8,8 +8,8 @@
|
|||
"longDescription": [
|
||||
"This Web Part allows you to manage events in a calendar. Uses a list of existing calendars on any website. The location and name of the list and the dates of the events to be displayed are defined in the properties of the web part."
|
||||
],
|
||||
"created": "2020-12-04",
|
||||
"modified": "2021-10-02",
|
||||
"creationDateTime": "2020-12-04",
|
||||
"updateDateTime": "2021-10-02",
|
||||
"products": [
|
||||
"SharePoint",
|
||||
"Office"
|
||||
|
|
|
@ -8,8 +8,8 @@
|
|||
"longDescription": [
|
||||
"This web part provides loggedin user's outlook events with some advanced features"
|
||||
],
|
||||
"created": "2021-08-18",
|
||||
"modified": "2021-10-04",
|
||||
"creationDateTime": "2021-08-18",
|
||||
"updateDateTime": "2021-10-04",
|
||||
"products": [
|
||||
"SharePoint",
|
||||
"Office"
|
||||
|
@ -29,12 +29,6 @@
|
|||
}
|
||||
],
|
||||
"thumbnails": [
|
||||
{
|
||||
"type": "image",
|
||||
"order": 100,
|
||||
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-my-events/assets/preview.gif",
|
||||
"alt": "react-my-events"
|
||||
},
|
||||
{
|
||||
"type": "image",
|
||||
"order": 101,
|
||||
|
|
Loading…
Reference in New Issue