Skip to content

Commit 2f08ea9

Browse files
committed
constants video
1 parent 8558d22 commit 2f08ea9

File tree

2 files changed

+102
-25
lines changed

2 files changed

+102
-25
lines changed

shared/shared_constants.json

Lines changed: 99 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -9,34 +9,110 @@
99
"DATE_FORMAT_RELATIVEDATE_FULL": "MMM D, YYYY [at] HH:mm",
1010
"IFRAME_OPTIONS_ALLOW": "clipboard-read;clipboard-write;geolocation;camera;microphone;midi;usb;serial;xr-spatial-tracking;web-share;ambient-light-sensor;window-management;bluetooth",
1111
"IFRAME_OPTIONS_SANDBOX": "allow-scripts allow-same-origin allow-forms allow-modals allow-orientation-lock allow-pointer-lock allow-presentation allow-downloads allow-popups allow-popups-to-escape-sandbox",
12-
"FILETYPES":{
13-
"image": [".jpg", ".jpeg", ".png", ".gif", ".webp", ".avif", ".jxl"],
14-
"binary": [".bin"],
15-
"audio": [".mp3", ".wav", ".ogg", ".aac", ".mid",".flac"],
16-
"video": [".m4a", ".mp4", ".mpg", ".webm"],
17-
"gltf": [".glb"],
18-
"3d raw": [".obj", ".fbx", ".3ds", ".ply", ".dae", ".blend", ".md2", ".md3", ".ase"],
19-
"JSON": [".json"],
20-
"CSS": [".css", ".scss"],
21-
"textfile": [".txt", ".md"],
22-
"pointcloud": [".pc.txt"],
23-
"shader": [".frag", ".vert"],
24-
"SVG": [".svg"],
25-
"CSV": [".csv"],
26-
"XML": [".xml"],
27-
"font": [".otf", ".ttf", ".woff", ".woff2"],
28-
"mesh sequence": [".seq.zip"],
29-
"pointcloud json": [".pc.txt"],
30-
"3d json": [".3d.json"],
31-
"javascript": [".js"],
32-
"ar markers": [".iset", ".fset", ".fset3"]
12+
"FILETYPES": {
13+
"image": [
14+
".jpg",
15+
".jpeg",
16+
".png",
17+
".gif",
18+
".webp",
19+
".avif",
20+
".jxl"
21+
],
22+
"binary": [
23+
".bin"
24+
],
25+
"audio": [
26+
".mp3",
27+
".wav",
28+
".ogg",
29+
".aac",
30+
".mid",
31+
".flac"
32+
],
33+
"video": [
34+
".m4a",
35+
".mp4",
36+
".mpg",
37+
".webm",
38+
".mkv"
39+
],
40+
"gltf": [
41+
".glb"
42+
],
43+
"3d raw": [
44+
".obj",
45+
".fbx",
46+
".3ds",
47+
".ply",
48+
".dae",
49+
".blend",
50+
".md2",
51+
".md3",
52+
".ase"
53+
],
54+
"JSON": [
55+
".json"
56+
],
57+
"CSS": [
58+
".css",
59+
".scss"
60+
],
61+
"textfile": [
62+
".txt",
63+
".md"
64+
],
65+
"pointcloud": [
66+
".pc.txt"
67+
],
68+
"shader": [
69+
".frag",
70+
".vert"
71+
],
72+
"SVG": [
73+
".svg"
74+
],
75+
"CSV": [
76+
".csv"
77+
],
78+
"XML": [
79+
".xml"
80+
],
81+
"font": [
82+
".otf",
83+
".ttf",
84+
".woff",
85+
".woff2"
86+
],
87+
"mesh sequence": [
88+
".seq.zip"
89+
],
90+
"pointcloud json": [
91+
".pc.txt"
92+
],
93+
"3d json": [
94+
".3d.json"
95+
],
96+
"javascript": [
97+
".js"
98+
],
99+
"ar markers": [
100+
".iset",
101+
".fset",
102+
".fset3"
103+
]
33104
},
34105
"EDITABLE_FILETYPES": [
35-
"textfile", "CSS", "javascript","XML", "JSON", "shader"
106+
"textfile",
107+
"CSS",
108+
"javascript",
109+
"XML",
110+
"JSON",
111+
"shader"
36112
],
37113
"text": {
38114
"en": {
39115
"leave_patch": "Leave Patch"
40116
}
41117
}
42-
}
118+
}

tsconfig.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"shared/api/**/*",
1414
"shared/client/src/**/*",
1515
"cables_ui/src/**/*",
16-
"cables/src/core/**/*"
16+
"cables/src/core/**/*",
17+
"cables/src/corelibs/**/*"
1718
]
18-
}
19+
}

0 commit comments

Comments
 (0)