Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Commit e7e5062

Browse files
committed
OGX 1.23.3
1 parent d4319e1 commit e7e5062

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

app.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
}
2626
]
2727
}
28-
}
28+
}
2929
]
30-
},
31-
"ctrl:Controllers.Home": {},
30+
},
31+
"ctrl:Controllers.Home": {},
3232
"scope": [
3333
"public"
3434
]
@@ -99,14 +99,14 @@
9999
"default:Templates.Split": {
100100
"node:OML": [
101101
{
102-
"#point > .split > .right:Templates.Doc": {
102+
"#point .split > .right:Templates.Doc": {
103103
"id": "#doc",
104104
"scroll": true,
105105
"data:OSE": "{{json crumb object}}"
106106
}
107107
},
108108
{
109-
"#point > .split > .left:Views.Object": {
109+
"#point .split > .left:Views.Object": {
110110
"id": "object",
111111
"template": "Object",
112112
"data:OSE": "{{json crumb object}}"

0 commit comments

Comments
 (0)