<!-- 
RSS generated by JIRA (9.4.2#940002-sha1:46d1a51de284217efdcb32434eab47a99af2938b) at Mon Feb 12 09:52:16 CET 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>Magnolia - Issue tracker</title>
    <link>https://jira.magnolia-cms.com</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-uk</language>    <build-info>
        <version>9.4.2</version>
        <build-number>940002</build-number>
        <build-date>19-01-2023</build-date>
    </build-info>


<item>
            <title>[MGNLUI-8115] Compare configuration of CK4 vs CK5 out of Magnolia </title>
                <link>https://jira.magnolia-cms.com/browse/MGNLUI-8115</link>
                <project id="10625" key="MGNLUI">Magnolia UI</project>
                    <description>&lt;p&gt;User Story: as a Magnolia developer, I would like to know how much effort it will take me to configure CK Editor 5 so that I can later describe this effort to the customer when there will be a need to adapt and switch from CK Editor 4 to CK editor 5&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;Context:&lt;/p&gt;

&lt;p&gt;This is the last investigation ticket on CK5 Adaptation - output from it should be a better understanding how looks configuration of CK Editor 5 in comparison to CK Editor 4 out of Magnolia context.&lt;/p&gt;</description>
                <environment></environment>
        <key id="134055">MGNLUI-8115</key>
            <summary>Compare configuration of CK4 vs CK5 out of Magnolia </summary>
                <type id="11500" iconUrl="https://jira.magnolia-cms.com/secure/viewavatar?size=xsmall&amp;avatarId=10900&amp;avatarType=issuetype">Spike</type>
                                            <priority id="6" iconUrl="https://jira.magnolia-cms.com/images/icons/priorities/neutral.gif">Neutral</priority>
                        <status id="6" iconUrl="https://jira.magnolia-cms.com/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are not closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="11">Done</resolution>
                                        <assignee username="thien.quach">Quach Hao Thien</assignee>
                                    <reporter username="dmaslanka">Dominik Maslanka</reporter>
                        <labels>
                            <label>dx-core-6.3</label>
                    </labels>
                <created>Mon, 12 Jun 2023 08:57:34 +0200</created>
                <updated>Fri, 8 Dec 2023 15:57:37 +0100</updated>
                            <resolved>Tue, 4 Jul 2023 11:04:20 +0200</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                    <progress percentage="100">
                                    <originalProgress>
                                                    <row percentage="0" backgroundColor="#89afd7"/>
                                                    <row percentage="100" backgroundColor="transparent"/>
                                            </originalProgress>
                                                    <currentProgress>
                                                    <row percentage="100" backgroundColor="#51a825"/>
                                                    <row percentage="0" backgroundColor="#ec8e00"/>
                                            </currentProgress>
                            </progress>
                                    <aggregateprogress percentage="100">
                                    <originalProgress>
                                                    <row percentage="0" backgroundColor="#89afd7"/>
                                                    <row percentage="100" backgroundColor="transparent"/>
                                            </originalProgress>
                                                    <currentProgress>
                                                    <row percentage="100" backgroundColor="#51a825"/>
                                                    <row percentage="0" backgroundColor="#ec8e00"/>
                                            </currentProgress>
                            </aggregateprogress>
                                                    <timespent seconds="57600">2d</timespent>
                                                                    <aggregatetimespent seconds="57600">2d</aggregatetimespent>
                                    <comments>
                            <comment id="363104" author="thien.quach" created="Fri, 23 Jun 2023 05:38:28 +0200"  >&lt;h2&gt;&lt;a name=&quot;DifferentiateinconfigurationbetweenCKEditor4andCKEditor5&quot;&gt;&lt;/a&gt;Differentiate in configuration between CKEditor4 and CKEditor5&lt;/h2&gt;
&lt;div class=&apos;table-wrap&apos;&gt;
&lt;table class=&apos;confluenceTable&apos;&gt;&lt;tbody&gt;
&lt;tr&gt;
&lt;th class=&apos;confluenceTh&apos;&gt;&#160;&lt;/th&gt;
&lt;th class=&apos;confluenceTh&apos;&gt;CKEditor 4&lt;/th&gt;
&lt;th class=&apos;confluenceTh&apos;&gt;CKEditor 5&lt;/th&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;Toolbar configuration&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;Configure the toolbar by providing an array of toolbar item name or using a custom toolbar configuration objectExample:
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
CKEDITOR.replace(&lt;span class=&quot;code-quote&quot;&gt;&apos;editor&apos;&lt;/span&gt;, {
&#160; &#160; toolbar: [
&#160; &#160; &#160; &#160; { name: &lt;span class=&quot;code-quote&quot;&gt;&apos;clipboard&apos;&lt;/span&gt;, items: [&lt;span class=&quot;code-quote&quot;&gt;&apos;Cut&apos;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&apos;Copy&apos;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&apos;Paste&apos;&lt;/span&gt;] },
&#160; &#160; &#160; &#160; { name: &lt;span class=&quot;code-quote&quot;&gt;&apos;editing&apos;&lt;/span&gt;, items: [&lt;span class=&quot;code-quote&quot;&gt;&apos;Undo&apos;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&apos;Redo&apos;&lt;/span&gt;] },
&#160; &#160; &#160; &#160; { name: &lt;span class=&quot;code-quote&quot;&gt;&apos;basicstyles&apos;&lt;/span&gt;, items: [&lt;span class=&quot;code-quote&quot;&gt;&apos;Bold&apos;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&apos;Italic&apos;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&apos;Underline&apos;&lt;/span&gt;] },
&#160; &#160; &#160; &#160; &lt;span class=&quot;code-comment&quot;&gt;// ...
&lt;/span&gt;&#160; &#160; ]
});
 &lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;CKEditor 5 uses a different syntax for toolbar configuration. You can define toolbar item as an array of strings. Example:
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
ClassicEditor
    .create(document.querySelector(&lt;span class=&quot;code-quote&quot;&gt;&apos;#editor&apos;&lt;/span&gt;), {
        toolbar: [ &lt;span class=&quot;code-quote&quot;&gt;&apos;bold&apos;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&apos;italic&apos;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&apos;underline&apos;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&apos;|&apos;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&apos;undo&apos;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&apos;redo&apos;&lt;/span&gt; ]
    })
    .&lt;span class=&quot;code-keyword&quot;&gt;catch&lt;/span&gt;(error =&amp;gt; {
        console.error(error);
    }); &lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;Plugins&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;CKEditor 4 uses an explicit&#160;plugin system, and you need to include and configure plugins in your configuration. Example:
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
CKEDITOR.replace(&lt;span class=&quot;code-quote&quot;&gt;&apos;editor&apos;&lt;/span&gt;, {
&#160; &#160; extraPlugins: &lt;span class=&quot;code-quote&quot;&gt;&apos;codesnippet&apos;&lt;/span&gt;,
&#160; &#160; codeSnippet_theme: &lt;span class=&quot;code-quote&quot;&gt;&apos;monokai_sublime&apos;&lt;/span&gt;
});
 &lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;CKEditor 5 has a more modular architecture, and you need to import and include plugins as part of the editor build. Example:
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
&lt;span class=&quot;code-keyword&quot;&gt;import&lt;/span&gt; ClassicEditor from &lt;span class=&quot;code-quote&quot;&gt;&apos;@ckeditor/ckeditor5-editor-classic/src/classiceditor&apos;&lt;/span&gt;;
&lt;span class=&quot;code-keyword&quot;&gt;import&lt;/span&gt; EssentialsPlugin from &lt;span class=&quot;code-quote&quot;&gt;&apos;@ckeditor/ckeditor5-essentials/src/essentials&apos;&lt;/span&gt;;
&lt;span class=&quot;code-keyword&quot;&gt;import&lt;/span&gt; BoldPlugin from &lt;span class=&quot;code-quote&quot;&gt;&apos;@ckeditor/ckeditor5-basic-styles/src/bold&apos;&lt;/span&gt;;
&lt;span class=&quot;code-keyword&quot;&gt;import&lt;/span&gt; ItalicPlugin from &lt;span class=&quot;code-quote&quot;&gt;&apos;@ckeditor/ckeditor5-basic-styles/src/italic&apos;&lt;/span&gt;;
&lt;span class=&quot;code-comment&quot;&gt;//...
&lt;/span&gt;
ClassicEditor.create(document.querySelector(&lt;span class=&quot;code-quote&quot;&gt;&apos;#editor&apos;&lt;/span&gt;), {
&#160; &#160; &#160; &#160; plugins: [ EssentialsPlugin, BoldPlugin, ItalicPlugin ],
&#160; &#160; &#160; &#160; toolbar: [ &lt;span class=&quot;code-quote&quot;&gt;&apos;bold&apos;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&apos;italic&apos;&lt;/span&gt; ]
&#160; &#160; })
&#160; &#160; .&lt;span class=&quot;code-keyword&quot;&gt;catch&lt;/span&gt;(error =&amp;gt; {
&#160; &#160; &#160; &#160; console.error(error);
&#160; &#160; });
 &lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;Custom configuration&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;By default, CKEditor 4 loads its settings from the&#160;config.js&#160;file, but you can specify a&#160;custom configuration file. Example:
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
CKEDITOR.replace(&lt;span class=&quot;code-quote&quot;&gt;&apos;editor&apos;&lt;/span&gt;, {
    customConfig: &lt;span class=&quot;code-quote&quot;&gt;&apos;/myconfig.js&apos;&lt;/span&gt;
}); &lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;CKEditor 5 does not have a separate configuration file like CKEditor 4. Instead, you pass the&#160;configuration object&#160;directly when creating the editor instance.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;

&lt;h2&gt;&lt;a name=&quot;CKEditor4configurationoptionscompatibility&quot;&gt;&lt;/a&gt;CKEditor 4 configuration options compatibility&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://ckeditor.com/docs/ckeditor5/latest/updating/ckeditor4/ckeditor4-configuration-compatibility.html&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://ckeditor.com/docs/ckeditor5/latest/updating/ckeditor4/ckeditor4-configuration-compatibility.html&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;&lt;a name=&quot;CKEditor4pluginequivalents&quot;&gt;&lt;/a&gt;CKEditor 4 plugin equivalents&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;https://ckeditor.com/docs/ckeditor5/latest/updating/ckeditor4/ckeditor4-plugin-compatibility.html&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://ckeditor.com/docs/ckeditor5/latest/updating/ckeditor4/ckeditor4-plugin-compatibility.html&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                            <subtask id="134056">MGNLUI-8116</subtask>
                            <subtask id="134057">MGNLUI-8117</subtask>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10111" key="com.atlassian.jira.toolkit:reporterdomain">
                        <customfieldname>Company</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>magnolia-cms.com</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10031" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of First Response</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Fri, 23 Jun 2023 05:38:28 +0200</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_12730" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_14151" key="com.atlassian.jira.toolkit:message">
                        <customfieldname>Docu info</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10246" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>MGNLUI-8013</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10061" key="com.atlassian.jira.toolkit:lastusercommented">
                        <customfieldname>Last comm is not jira-dev</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>true</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10071" key="com.atlassian.jira.toolkit:lastupdaterorcommenter">
                        <customfieldname>Last participant</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>dmaslanka</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_13136" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            33 weeks, 3 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10020" key="com.atlassian.jira.toolkit:attachments">
                        <customfieldname>Number of attachments</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10150" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname>Number of comments</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10011" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>dmaslanka</customfieldvalue>
            <customfieldvalue>thien.quach</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                <customfield id="customfield_10833" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|hzztx1:1yccw1d49riuw</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10244" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10245" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="1803">Nucleus 39</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10242" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Story Points</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>5.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_12430" key="com.atlassian.teams:rm-teams-custom-field-team">
                        <customfieldname>Team</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[27]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_14145" key="com.intenso.jira.issue-templates:issue-templates-customfield">
                        <customfieldname>Template</customfieldname>
                        <customfieldvalues>
                            

    <customfieldvalue>PD Sub-Task Automation</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_15131" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Time in Discovery</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>18</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10032" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>Time in Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_13933" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Urgency (resolution)</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="15724"><![CDATA[Normal]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_14630" key="com.atlassian.jira.plugin.system.customfieldtypes:datetime">
                        <customfieldname>Work Started</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Tue, 27 Jun 2023 09:30:54 +0200</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    </customfields>
    </item>
</channel>
</rss>