Uploaded image for project: 'Magnolia UI'
  1. Magnolia UI
  2. MGNLUI-6087

CKeditor colors, alignment, fonts and fontSizes don't appear.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Neutral Neutral
    • 6.2.3
    • 6.2.2
    • None
    • Yes
    • Maintenance 19
    • 5

      Colors, alignment, fonts and fontSizes don't appear tho they are declared at the configJS file.

      Steps to reproduce

      1. Go to Web resources app and edit the Text and Image component dialog (/mtk/dialogs/components/textImage.yaml). Add to the RichText field the snippet
        configJsFile: /.resources/ckeditor/config-magnolia.js
        
      1. Still in Resources app, open for editing the file /ckeditor/config-magnolia.js
        definition = {
          images: false,
          lists: true,
          source: false,
          tables: true,
          colors: '00923E,F8C100,28166F',
          alignment: true,
          fonts: 'Arial/Arial,sans-serif;Times New Roman/Times New Roman,serif',
          fontSizes: '16/16px;24/24px;48/48px'
        }
        
      1. Move to Pages app, and create a Text and Image component
      2. Check no alignment, fonts or colors are shown

      Expected results
      Colors, alignment, fonts and fontSizes  options appear

      Actual results
      Colors, alignment, fonts and fontSizes don't appear

      Workaround
      N/A

      Development notes
      N/A

        Acceptance criteria

              fgrilli Federico Grilli
              ccantalapiedra Carlos Cantalapiedra
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Bug DoR
                  Task DoD