Your software
My Mautic version is: 7.1.0
My PHP version is: 8.3
My Database type and version is: 11.4.10-MariaDB
Your problem
My problem is: I see the new CKEditor in grapesjs, but I notice that now there is no typography styling block available in GrapesJS’s style panel for text blocks. Is this intentional? We can now only apply typography styles with the wysiwyg editor?
Right - this is an intentional simplification with 7.1, to get rid of the two concurrent places where fonts etc. could be changed in the past
(which caused a lot of confusion because people would try one thing and the other would overrule …)
At the same time, the wysiwyg editor received a major overhaul, and it’s font choices can now be determined in the theme!
Note that existing themes may contain things that you want to adjust, if you heavily relied on the “typography” section in the past.
It’s a shame to lose some typography control (line height, more granular font sizes and unit flexibility, etc). But the old text editor sucked in other ways, so I can see what drove the decision of one option had to be picked.
Thanks!