Skip to content

Commit

Permalink
N21-1564 add seed data (#5085)
Browse files Browse the repository at this point in the history
  • Loading branch information
MBergCap authored Jun 28, 2024
1 parent 18c6fa7 commit ee49c80
Showing 1 changed file with 81 additions and 0 deletions.
81 changes: 81 additions & 0 deletions backup/setup/external-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,33 @@
"isDeactivated": false,
"restrictToContexts": []
},
{
"_id": {
"$oid": "667e4fe648ea6a22a5474359"
},
"createdAt": {
"$date": {
"$numberLong": "1682589075592"
}
},
"updatedAt": {
"$date": {
"$numberLong": "1682589075592"
}
},
"name": "CY Test Tool Course Restriction",
"url": "https://google.de/",
"config_type": "basic",
"config_baseUrl": "https://google.de/",
"parameters": [],
"isHidden": false,
"openNewTab": true,
"version": 1,
"isDeactivated": false,
"restrictToContexts": [
"course"
]
},
{
"_id": {
"$oid": "644a4593d0a8301e6cf25d86"
Expand Down Expand Up @@ -140,6 +167,60 @@
"board-element"
]
},
{
"_id": {
"$oid": "667e50f6162707ce02b9ac02"
},
"createdAt": {
"$date": {
"$numberLong": "1682589075592"
}
},
"updatedAt": {
"$date": {
"$numberLong": "1682589075592"
}
},
"name": "CY Test Tool Media-Board Restriction",
"url": "https://google.de/",
"config_type": "basic",
"config_baseUrl": "https://google.de/",
"parameters": [],
"isHidden": false,
"openNewTab": true,
"version": 1,
"isDeactivated": false,
"restrictToContexts": [
"media-board"
]
},
{
"_id": {
"$oid": "667e52a4162707ce02b9ac04"
},
"createdAt": {
"$date": {
"$numberLong": "1682589075592"
}
},
"updatedAt": {
"$date": {
"$numberLong": "1682589075592"
}
},
"name": "CY Test Tool All Restrictions",
"url": "https://google.de/",
"config_type": "basic",
"config_baseUrl": "https://google.de/",
"parameters": [],
"isHidden": false,
"openNewTab": true,
"version": 1,
"isDeactivated": false,
"restrictToContexts": [
"course","board-element","media-board"
]
},
{
"_id": {
"$oid": "647de247cf6a427b9d39e5b1"
Expand Down

0 comments on commit ee49c80

Please sign in to comment.