-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy paththeme-extension.json
38 lines (35 loc) · 947 Bytes
/
theme-extension.json
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
{
"name": "todoAppModule",
"type": "front",
"description": "Sample application-centered theme.",
"version": "0.1.0",
"author": "Vinod Kulkarni <vinod.kulkarni@gmail.com>",
"layouts":
{
"todo-main": {
"layout": {
"template": "todo-main-layout.html",
"sections": {
"header": {"template": "header.html"},
"body": {"template": "body.html"},
"sidebar": {"template": "sidebar.html"},
"footer": {"template": "footer.html"},
"message": {"template": "message.html"}
},
"modules": {
"user": {
"login": "templates/modules/user/login.html"
}
}
}
},
"todo-ajax": {
"layout": {
"template": "todo-ajax-layout.html",
"sections": {
"ajaxbody": {"template": "ajaxbody.html"}
}
}
}
}
}