Editor tools location
Editor tools allow you to extend the functionality of the Uniform's visual editor. These tools appear as additional menu items in the left side rail of the visual editor.
Editor tools can be enabled for the following contexts:
- Compositions and Composition patterns
- Component patterns
- Entries
- Entry patterns
It is possible to provide custom URLs for each of the contexts.

Example of the editor tool of the AI Translation integration in the visual editor.
Manifest configuration#
{
"locations": {
"canvas": {
"editorTools": {
"composition": {
"url": "/editor-tool"
},
"componentPattern": {
"url": "/editor-tool"
},
"entry": {
"url": "/editor-tool"
},
"entryPattern": {
"url": "/editor-tool"
}
}
}
}
}