Skip to content

Commit a962ac4

Browse files
committed
feat: add hyperlink type to question types
1 parent 99f3d63 commit a962ac4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

service/forms.tsp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,9 @@ namespace CoreSystem.Forms {
205205

206206
@doc("OAuth account connection for external service authentication")
207207
oauthConnect: "OAUTH_CONNECT",
208+
209+
@doc("Hyperlink is a type of short text question.")
210+
hyperlink: "HYPERLINK",
208211
}
209212

210213
@doc("Allowed file types/extensions for file upload questions.")

0 commit comments

Comments
 (0)