Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5f005ea

Browse files
committed
add hint schema
Signed-off-by: shmck <shawn.j.mckay@gmail.com>
1 parent5eed956 commit5f005ea

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

‎src/schema/tutorial.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,16 @@ export default {
201201
],
202202
},
203203
},
204+
hints:{
205+
type:"array",
206+
description:
207+
"An optional array of hints to provide helpful feedback to users",
208+
items:{
209+
type:"string",
210+
description:"A hint to provide to the user",
211+
examples:["Have you tried doing X?"],
212+
},
213+
},
204214
required:["content","setup","solution"],
205215
},
206216
},

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp