mirror of
https://github.com/discourse/discourse.git
synced 2025-05-30 04:18:27 +08:00
correct specs
This commit is contained in:
@ -4,7 +4,8 @@ acceptance("Composer topic featured links", {
|
||||
loggedIn: true,
|
||||
settings: {
|
||||
topic_featured_link_enabled: true,
|
||||
max_topic_title_length: 80
|
||||
max_topic_title_length: 80,
|
||||
enable_markdown_linkify: true,
|
||||
}
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user