Commit 815637ad authored by Lisa Seeto's avatar Lisa Seeto Committed by Robert Lyon
Browse files

Bug 1898502: Android tablet - TinyMCE editor allows all 6 heading sizes



 - restrict the heading styles on mobile theme
 - update README with change details

Change-Id: Id1c681dd26711d8483bb6490ba710e072a69229a
Signed-off-by: default avatarLisa Seeto <lisaseeto@catalyst.net.nz>
(cherry picked from commit 80c39287)
parent 78e01e6e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@ Changes:
    if that is enabled instead of default browser spellchecker.
    (original commit: a42e68b43e4a63db19569facae61898af1b86d3f)
    - changed the heading of help file for mathslate plugin
    - restrict heading levels on mobile for accessibility (original commit: 844604d96bcd095cd08235fc97b8f700f81aa55a)

 * Removed
    min.js files from main and plugin folders
+2 −14
Original line number Diff line number Diff line
@@ -7477,26 +7477,14 @@
        items: [
          {
            title: 'Heading 1',
            format: 'h1'
          },
          {
            title: 'Heading 2',
            format: 'h2'
          },
          {
            title: 'Heading 3',
            format: 'h3'
          },
          {
            title: 'Heading 4',
            format: 'h4'
          },
          {
            title: 'Heading 5',
            title: 'Heading 2',
            format: 'h5'
          },
          {
            title: 'Heading 6',
            title: 'Heading 3',
            format: 'h6'
          }
        ]