-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
67 lines (67 loc) · 2.07 KB
/
manifest.json
File metadata and controls
67 lines (67 loc) · 2.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"id": "libis/alma-advanced-csv-user-manager",
"title": [
{
"lang": "en",
"text": "Alma Advanced CSV User Manager (Beta)"
},
{
"lang": "fr",
"text": "Alma Advanced CSV User Manager (Bèta)"
},
{
"lang": "nl",
"text": "Alma Advanced CSV User Manager (Bèta)"
}
],
"subtitle": [
{
"lang": "en",
"text": "Create, update and delete Alma users from comma-separated files"
},
{
"lang": "fr",
"text": "Créez, mettez à jour et supprimez des utilisateurs Alma à partir de fichiers csv"
},
{
"lang": "nl",
"text": "Creëer, update en verwijder Alma users op basis van csv-bestanden"
}
],
"author": "LJ - LIBIS",
"description": [
{
"lang": "en",
"text": "The Alma Advanced CSV User Manager (Beta) allows custom create, update and delete actions of Alma users from a csv-file. Multiple import profiles may be defined with update configuration at the field level."
},
{
"lang": "fr",
"text": "L'Alma Advanced CSV User Manager (Bèta) permet de créer, mettre à jour et supprimer des comptes utilisateurs dans Alma à partir de fichiers csv. Plusieurs profils d'importation peuvent être définis avec une configuration de stratégies de mise à jour au niveau de champs individuels."
},
{
"lang": "nl",
"text": "De Alma Advanced CSV User Manager (Bèta) maakt het mogelijk om gebruikers in Alma aan te maken, te updaten en te verwijderen op basis van csv-bestanden. Er kunnen meerdere importprofielen worden gedefinieerd met update configuratie op veldniveau."
}
],
"relevantForInst": [
"32KUL_NBB",
"32KUL_KUL"
],
"icon": {
"type": "url",
"value": "/assets/Logo.png"
},
"pages": {
"config": "/#/config"
},
"contentSecurity": {
"sandbox": {
"modals": true,
"downloads": true
}
},
"fullscreen": {
"allow": true,
"open": false
}
}