fix: tests

v1.18.x
Julian Lam 4 years ago
parent c26f2b6599
commit 63e07c9433

@ -30,83 +30,82 @@ Settings:
description: Automatically be notified of new posts in a topic, when you create a topic description: Automatically be notified of new posts in a topic, when you create a topic
followTopicsOnReply: followTopicsOnReply:
type: boolean type: boolean
description: description: Automatically be notified of new posts in a topic, when you reply to that topic
restrictChat: restrictChat:
type: boolean type: boolean
description: description: Do not allow other users to start chats with you (or add you to other chat rooms)
topicSearchEnabled: topicSearchEnabled:
type: boolean type: boolean
description: description: Enable keyword searching within topics
categoryTopicSort: categoryTopicSort:
type: string type: string
description: description: Default sorting strategy of the topics in a category
userLang: userLang:
type: string type: string
description: description: Override the system localised language in favour of the language defined here
bootswatchSkin: bootswatchSkin:
type: string type: string
description: description: Set a custom bootswatch skin
homePageRoute: homePageRoute:
type: string type: string
description: description: Override the behaviour of the home page route (`/`) to go to a specific page
scrollToMyPost: scrollToMyPost:
type: boolean type: boolean
description: description: Automatically center the viewport to you new post after posting
notificationType_new-chat: notificationType_new-chat:
type: string type: string
description: description: Notification type for new chat messages
notificationType_new-reply: notificationType_new-reply:
type: string type: string
description: description: Notification type for new topic replies
notificationType_post-edit: notificationType_post-edit:
type: string type: string
description: description: Notification type for post edits
sendChatNotifications: sendChatNotifications:
nullable: true nullable: true
sendPostNotifications: sendPostNotifications:
nullable: true nullable: true
notificationType_upvote: notificationType_upvote:
type: string type: string
description: description: Notification type for upvotes
notificationType_new-topic: notificationType_new-topic:
type: string type: string
description: description: Notification type for new topics
notificationType_follow: notificationType_follow:
type: string type: string
description: description: Notification type for another user following you
notificationType_group-invite: notificationType_group-invite:
type: string type: string
description: description: Notification type for group invitations
upvoteNotifFreq: upvoteNotifFreq:
type: string type: string
description: description: How often to notify you when your posts are upvoted
notificationType_mention: notificationType_mention:
type: string type: string
description: description: Notification type for mentions in a post
acpLang: acpLang:
type: string type: string
description: description: Language localisation for the admin control panel
notificationType_new-register: notificationType_new-register:
type: string type: string
description: description: Notification type for new registration in queue
notificationType_post-queue: notificationType_post-queue:
type: string type: string
description: description: Notification type for new post in post queue
notificationType_new-post-flag: notificationType_new-post-flag:
type: string type: string
description: description: Notification type for post flagged
notificationType_new-user-flag: notificationType_new-user-flag:
type: string type: string
description: description: Notification type for user flagged
categoryWatchState: categoryWatchState:
type: string type: string
description: description: Default watch state for categories
notificationType_group-request-membership: notificationType_group-request-membership:
type: string type: string
description: description: Notification type for group membership requests
uid: uid:
type: number type: number
description:
description: A user identifier description: A user identifier
required: required:
- showemail - showemail

Loading…
Cancel
Save