Skip to content

Commit

Permalink
Update modules/ROOT/partials/configuration/mentions_fetch.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
kemister85 authored Nov 19, 2024
1 parent 9bf9814 commit c0afb4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/ROOT/partials/configuration/mentions_fetch.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ tinymce.init({
users = users.slice(0, 10);
/* Where the user object must contain the properties `id` and `name`
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.
success(users);
});
}
Expand Down

0 comments on commit c0afb4f

Please sign in to comment.