Closed
Description
Preconditions (*)
- develop
Steps to reproduce (*)
- install current magento/product-community-edition
- apply Patch ACSD-62755 to have fontsize included in the tinymce editor toolbar
- create or edit a page/block content
- add a text element with the editor
Expected result (*)

I should get a dropdown with the option to select a font size up to 72px.
As defined in the di.xml of pagebuilder here
Actual result (*)
i get the default options from the tinymce up to 36pt.

Solution
The solution is to change the config key from fontsize_formats
to font_size_formats
.
Similar to this issue