• List of rich editor graphic styles

      List of rich editor graphic styles

      The menu listing paragraph styles (Heading 1, Heading 2...) is now automatically charted according to the actual styles in the online editor.

      Step 1

      If this menu was already charted on your previous version, you need to remove the CSS rules that are no longer required (the ".mce-container.mce-menu XXXXX" rules). For example:

      .htmleditor-h1, 
      .mce-container.mce-menu  .htmleditor-h1 {
          ...
      }

      becomes

      .htmleditor-h1 {
          ...
      }

      More details here Integration manual (in the section Customize paragraph styles in the rich text editor)

      Step 2

      Check the menu's appearance in Front Edition: in most cases, the automatic appearance will give good results and be a real plus over a static menu; but it is possible, in some cases, for the menu's appearance to be distorted, in which case you'll need to go through customization to correct these bugs.

      You can also customize it to obtain a preview closer to reality.

      More details here Integration manual (in the section Customize paragraph styles in the rich text editor)

    • Theme material

      Theme material

      Front Edition now defaults to the material theme.

      If you'd like to revert to the old theme, add the following parameter to ametys-front-edition-head calls

      <xsl:param name="theme">/plugins/extjs7/resources/classic/theme-triton</xsl:param>

      If you had a custom theme, you'll need to rebuild it so that it's based on the new version of ExtJS

Back to top

Front Edition