We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bf9814 commit c0afb4fCopy full SHA for c0afb4f
modules/ROOT/partials/configuration/mentions_fetch.adoc
@@ -33,8 +33,8 @@ tinymce.init({
33
34
users = users.slice(0, 10);
35
36
- /* Where the user object must contain the properties `id` and `name`
37
- but you could additionally include anything else you deem useful. */
+ // Where the user object must contain the properties `id` and `name`
+ but you could additionally include anything else you deem useful.
38
success(users);
39
});
40
}
0 commit comments