From 620f004226149167f2931fc13ff531b495505eb8 Mon Sep 17 00:00:00 2001 From: Garrett Hensley <62925734+garrettHensley@users.noreply.github.com> Date: Thu, 24 Apr 2025 10:26:45 -0400 Subject: [PATCH] Update 'exec' editor.md to include link to editor tools documentation Added a blockquote section to guide towards the editor tools documentation. This needs to be obvious to someone reading the documentation. Probably all of those tools should even be listed under the exec page as well. Please include obvious links to relevant documentation. Especially with something that absolutely requires knowing specific strings from another documentation page. --- docs/api/javascript/ui/editor.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/api/javascript/ui/editor.md b/docs/api/javascript/ui/editor.md index b859697cda3..29057972f8e 100644 --- a/docs/api/javascript/ui/editor.md +++ b/docs/api/javascript/ui/editor.md @@ -5062,6 +5062,8 @@ The parameters for the executed command. The arguments for commands that expect such +> List of commands can be found here: [tools](/api/javascript/ui/editor#configuration-tools) + #### Example