diff --git a/modules/ROOT/pages/custom-toolbarbuttons.adoc b/modules/ROOT/pages/custom-toolbarbuttons.adoc index 10841e1138..ed1b70342a 100644 --- a/modules/ROOT/pages/custom-toolbarbuttons.adoc +++ b/modules/ROOT/pages/custom-toolbarbuttons.adoc @@ -1,7 +1,7 @@ = Toolbar buttons :navtitle: Toolbar buttons -:description: Add a custom buttons to the {productname} {productmajorversion} toolbar. -:keywords: toolbar, toolbarbuttons, buttons, toolbarbuttonsapi +:description: Add custom toolbar buttons using editor.ui.registry.addButton and the setup callback. Create buttons that trigger commands or custom actions. +:keywords: toolbar, toolbarbuttons, buttons, toolbarbuttonsapi, custom button, addButton, editor.ui.registry, setup callback, onAction == Use cases diff --git a/modules/ROOT/pages/file-image-upload.adoc b/modules/ROOT/pages/file-image-upload.adoc index 7d2ce60ce9..10193e6d96 100644 --- a/modules/ROOT/pages/file-image-upload.adoc +++ b/modules/ROOT/pages/file-image-upload.adoc @@ -1,6 +1,7 @@ = Image and file options :navtitle: Images and files -:description: These settings affect TinyMCE's image and file handling capabilities. +:description: Configure image uploads to a server using images_upload_handler or images_upload_url. Handle file uploads with custom logic or a server endpoint. +:keywords: images_upload_handler, images_upload_url, image upload, server, upload handler, file picker, images_file_types == Controlling or adjusting allowed image and file formats diff --git a/modules/ROOT/pages/upload-images.adoc b/modules/ROOT/pages/upload-images.adoc index 8419927cd1..4439743352 100644 --- a/modules/ROOT/pages/upload-images.adoc +++ b/modules/ROOT/pages/upload-images.adoc @@ -1,8 +1,8 @@ = Handling image uploads :navtitle: Image uploads :description_short: How to manage asynchronous image uploads. -:description: How to manage asynchronous image uploads. -:keywords: uploader, uploadImages, image, handler, asynchronous, async, paste_data_images, image, cors +:description: Configure and manage asynchronous image uploads using images_upload_handler or images_upload_url. Upload images to a server endpoint with custom handling. +:keywords: uploader, uploadImages, image, handler, asynchronous, async, paste_data_images, image, cors, images_upload_handler, images_upload_url, image upload, server {productname} uploads edited images with the image uploader. This complements {productname}'s image editing functionality.