Uploaded image for project: 'Nuxeo Web UI'
  1. Nuxeo Web UI
  2. WEBUI-291

Introduce flag to allow using Quill as RTE in 10.10

    XMLWordPrintable

    Details

    • Type: Improvement
    • Status: Resolved
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 2.4.45
    • Component/s: UI
    • Release Notes Summary:
      The property "org.nuxeo.web.ui.html.editor" allows to choose the Rich Text Editor.
    • Tags:
    • Impact type:
      Configuration Change
    • Upgrade notes:
      Hide

      To switch to Quill as rich text editor you have to set the configuration property:

      <component name="org.nuxeo.web.ui.editor.config">
        <require>org.nuxeo.web.ui.properties.contrib</require>
        <extension target="org.nuxeo.runtime.ConfigurationService" point="configuration">
          <property name="org.nuxeo.web.ui.html.editor">quill</property>
        </extension>
      </component>
      
      Show
      To switch to Quill as rich text editor you have to set the configuration property: <component name= "org.nuxeo.web.ui.editor.config" > <require> org.nuxeo.web.ui.properties.contrib </require> <extension target= "org.nuxeo.runtime.ConfigurationService" point= "configuration" > <property name= "org.nuxeo.web.ui.html.editor" > quill </property> </extension> </component>

      Description

      With the work done on ELEMENTS-1323 we can now opt-in to use Quill as RTE in 10.10 by importing the Quill JS library.

      We should however introduce flag to allow easy switching between Alloy and Quill.

      org.nuxeo.web.ui.html.editor=(alloy|quill)
      

       

        Attachments

          Issue Links

            Activity

              People

              • Votes:
                0 Vote for this issue
                Watchers:
                2 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved:

                  Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0 minutes
                  0m
                  Logged:
                  Time Spent - 4 hours, 30 minutes
                  4h 30m