We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f8ce58a + 5e54fb2 commit cdc5192Copy full SHA for cdc5192
language/ko.json
@@ -30,7 +30,7 @@
30
"fields": [
31
{
32
"label": "설명",
33
- "description": "선택사항으로 텍스트 입력 필드 위에 간단한 설명을 넣을 수 있습니다.(예> 대화에 유용합니다.)"
+ "description": "선택사항으로 텍스트 입력 필드 위에 간단한 설명을 넣을 수 있습니다.(예> 대화에 유용합니다.)"
34
},
35
36
"label": "소리 샘플",
library.json
@@ -5,7 +5,9 @@
5
"minorVersion": 2,
6
"patchVersion": 0,
7
"runnable": 1,
8
- "embedTypes": ["iframe"],
+ "embedTypes": [
9
+ "iframe"
10
+ ],
11
"author": "Oliver Tacke",
12
"license": "MIT",
13
"machineName": "H5P.Dictation",
@@ -67,4 +69,4 @@
67
69
"minorVersion": 0
68
70
}
71
]
-}
72
+}
0 commit comments