Skip to content

Commit 805f279

Browse files
kemister85mkzhx
andauthored
DOC-2202: add new bespoke button text updates to events.adoc file. (#3001)
* DOC-2202: add new button text updates to file. * DOC-2202: add additional text to the end of various descriptions. * Update modules/ROOT/pages/events.adoc Co-authored-by: mkzhx <[email protected]> * Update modules/ROOT/pages/events.adoc Co-authored-by: mkzhx <[email protected]> * Update modules/ROOT/pages/events.adoc Co-authored-by: mkzhx <[email protected]> * Update modules/ROOT/pages/events.adoc Co-authored-by: mkzhx <[email protected]> * Update modules/ROOT/pages/events.adoc Co-authored-by: mkzhx <[email protected]> * Update modules/ROOT/pages/events.adoc Co-authored-by: mkzhx <[email protected]> --------- Co-authored-by: mkzhx <[email protected]>
1 parent 6217680 commit 805f279

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ The format is loosely based on [Keep a Changelog](https://keepachangelog.com/en/
66

77
### Unreleased
88

9+
- DOC-2202: add new `bespoke` button text updates to `events.adoc` file.
910
- DOC-2209: add new default_font_stack `user-formatting-option.adoc` file.
1011

1112
### 2023-11-15

modules/ROOT/pages/events.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,12 @@ The following events are provided by the {productname} editor.
168168
|NewCell |N/A |Fired when a new table cell is created.
169169
|TableModified |`+{ table: HTMLTableElement, structure: boolean, style: boolean }+` |Fired when style or structural changes are made to a table.
170170
|TableSelectionClear |N/A |Fired when the table selection is cleared.
171+
|StylesTextUpdate |`+{ value: string }+` |Fired after the visible text label of the `styles` bespoke toolbar button is updated. `value` refers to the updated visible text label.
172+
|BlocksTextUpdate |`+{ value: string }+` |Fired after the visible text label of the `blocks` bespoke toolbar button is updated. `value` refers to the updated visible text label.
173+
|AlignTextUpdate |`+{ value: string }+` |Fired after the visible icon of the `align` bespoke toolbar button is updated. `value` refers to the updated visible icon.
174+
|FontSizeTextUpdate |`+{ value: string }+` |Fired after the visible text label of the `fontsize` bespoke toolbar button is updated. `value` refers to the updated visible text label.
175+
|FontSizeInputTextUpdate |`+{ value: string }+` |Fired after the visible text label of the `fontsizeinput` bespoke toolbar button is updated. `value` refers to the updated visible text label.
176+
|FontFamilyTextUpdate |`+{ value: string }+` |Fired after the visible text label of the `fontfamily` bespoke toolbar button is updated. `value` refers to the updated visible text label.
171177
|===
172178

173179
== Plugin events

0 commit comments

Comments
 (0)