-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblueprint.json
More file actions
38 lines (38 loc) · 945 Bytes
/
blueprint.json
File metadata and controls
38 lines (38 loc) · 945 Bytes
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
{
"$schema": "https://ateeducacion.github.io/omeka-s-playground/assets/blueprints/blueprint-schema.json",
"debug": {
"enabled": true
},
"landingPage": "/admin",
"siteOptions": {
"title": "Learning Object Playground",
"locale": "es",
"timezone": "Atlantic/Canary"
},
"users": [
{
"username": "admin",
"email": "admin@example.com",
"password": "password",
"role": "global_admin"
}
],
"modules": [
{
"name": "LearningObjectAdapter",
"state": "activate",
"source": {
"type": "url",
"url": "https://github.com/ateeducacion/OmekaS-LearningObject/archive/refs/heads/main.zip"
}
}
],
"site": {
"title": "Learning Object Demo",
"slug": "demo",
"theme": "default",
"summary": "Instalacion minima para probar el modulo Learning Objects Adapter en Omeka S Playground.",
"isPublic": true,
"setAsDefault": true
}
}