Skip to content

Commit

Permalink
Merge pull request #4278 from apostrophecms/add-additional-rtw-area-c…
Browse files Browse the repository at this point in the history
…onfig

Add additional rtw area config
  • Loading branch information
BoDonkey authored Sep 7, 2023
2 parents 73bc5c5 + 767d85e commit 09a0fbe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## UNRELEASED

### Adds

* Add ability for custom tiptap extensions to access the options passed to rich text widgets at the area level

## 3.55.0

### Adds
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -545,6 +545,7 @@ export default {
aposTiptapExtensions() {
return (apos.tiptapExtensions || [])
.map(extension => extension({
...this.editorOptions,
styles: this.editorOptions.styles.map(this.localizeStyle),
types: this.tiptapTypes
}));
Expand Down

0 comments on commit 09a0fbe

Please sign in to comment.