Skip to content

Commit 646bda4

Browse files
MC-42323: Default value of Text Size are not consistency
1 parent 45a40fd commit 646bda4

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

app/code/Magento/Paypal/etc/config.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,30 +197,44 @@
197197
<productpage_logoposition>left</productpage_logoposition>
198198
<productpage_textcolor>black</productpage_textcolor>
199199
<productpage_textsize>12</productpage_textsize>
200+
<productpag_ratio>1x1</productpag_ratio>
201+
<productpag_color>blue</productpag_color>
200202
<categorypage_display>0</categorypage_display>
201203
<categorypage_position>header</categorypage_position>
202204
<categorypage_stylelayout>flex</categorypage_stylelayout>
203205
<categorypage_color>blue</categorypage_color>
204206
<categorypage_ratio>20x1</categorypage_ratio>
207+
<categorypage_logotype>primary</categorypage_logotype>
208+
<categorypage_logoposition>left</categorypage_logoposition>
209+
<categorypage_textcolor>black</categorypage_textcolor>
210+
<categorypage_textsize>12</categorypage_textsize>
205211
<homepage_display>0</homepage_display>
206212
<homepage_position>header</homepage_position>
207213
<homepage_stylelayout>flex</homepage_stylelayout>
208214
<homepage_ratio>1x1</homepage_ratio>
209215
<homepage_color>blue</homepage_color>
216+
<homepage_logotype>primary</homepage_logotype>
217+
<homepage_logoposition>left</homepage_logoposition>
218+
<homepage_textcolor>black</homepage_textcolor>
219+
<homepage_textsize>12</homepage_textsize>
210220
<checkout_payment_display>0</checkout_payment_display>
211221
<checkout_payment_position>header</checkout_payment_position>
212222
<checkout_payment_stylelayout>text</checkout_payment_stylelayout>
213223
<checkout_payment_logotype>primary</checkout_payment_logotype>
214224
<checkout_payment_logoposition>left</checkout_payment_logoposition>
215225
<checkout_payment_textcolor>black</checkout_payment_textcolor>
216226
<checkout_payment_textsize>12</checkout_payment_textsize>
227+
<checkout_payment_ratio>1x1</checkout_payment_ratio>
228+
<checkout_payment_color>blue</checkout_payment_color>
217229
<cartpage_display>0</cartpage_display>
218230
<cartpage_position>header</cartpage_position>
219231
<cartpage_stylelayout>text</cartpage_stylelayout>
220232
<cartpage_logotype>primary</cartpage_logotype>
221233
<cartpage_logoposition>left</cartpage_logoposition>
222234
<cartpage_textcolor>black</cartpage_textcolor>
223235
<cartpage_textsize>12</cartpage_textsize>
236+
<cartpage_ratio>1x1</cartpage_ratio>
237+
<cartpage_color>blue</cartpage_color>
224238
</paypal_paylater>
225239
</payment>
226240
</default>

0 commit comments

Comments
 (0)