smaller codemirror so it fits on quest window
This commit is contained in:
parent
4c52fff332
commit
c79b764f00
|
@ -4,8 +4,8 @@ AFRAME.registerComponent('codemirror', {
|
||||||
schema: {
|
schema: {
|
||||||
file: { type:"string"},
|
file: { type:"string"},
|
||||||
term: { type:"selector", default: "[isoterminal]" },
|
term: { type:"selector", default: "[isoterminal]" },
|
||||||
width: { type:"number", default:900},
|
width: { type:"number", default:700},
|
||||||
height: { type:"number", default:700},
|
height: { type:"number", default:500},
|
||||||
},
|
},
|
||||||
|
|
||||||
init: function () {
|
init: function () {
|
||||||
|
|
Loading…
Reference in New Issue