Skip to content

Commit

Permalink
Merge pull request #67 from fe-lix-/SITES-19177-get-custom-buttons
Browse files Browse the repository at this point in the history
Fixing typo in documentation
  • Loading branch information
lenaorobei authored Jan 26, 2024
2 parents 958aff8 + e98453f commit 8d0768e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/services/aem-cf-editor/api/rte-toolbar/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Extension as well may control availability of standard RTE buttons.
```js
{
rte: {
getButtons: () => ([{
getCustomButtons: () => ([{
id: "test-id",
text: "Test button", //optional text near button
tooltip: "Button alt text",
Expand Down

0 comments on commit 8d0768e

Please sign in to comment.