Santhosh has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/202666

Change subject: Load style for Style Parsoid output along with source RL module
......................................................................

Load style for Style Parsoid output along with source RL module

This allows us to just fetch the HTML body of source article instead
of loading the full HTML with unnecessary data for CX.

Other than this style, CX internally applies some style modification
to fit the content in CX UI. For example, tables styles. We can club
all these content styles to a single ext.cx.content.style RL module
in future. Now those style modifications are not properly organized.

Also see I1d5c1e0764f67

Change-Id: I3068ba6f108f11024f2811360734ebe02d2ce461
---
M Resources.php
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/ContentTranslation 
refs/changes/66/202666/1

diff --git a/Resources.php b/Resources.php
index 61b2af2..fc8428e 100644
--- a/Resources.php
+++ b/Resources.php
@@ -187,6 +187,7 @@
                'mediawiki.jqueryMsg',
                'mediawiki.util',
                'ext.cx.widgets.spinner',
+               'mediawiki.skinning.content.parsoid',
        ),
        'messages' => array(
                'cx-source-view-page',

-- 
To view, visit https://gerrit.wikimedia.org/r/202666
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3068ba6f108f11024f2811360734ebe02d2ce461
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ContentTranslation
Gerrit-Branch: master
Gerrit-Owner: Santhosh <santhosh.thottin...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to