Skip to content

Commit 2dc65af

Browse files
committed
MAGETWO-92321: [Tech Debt] Cleanup master format for text
- Updated preview format after clarification
1 parent 00eb0b4 commit 2dc65af

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/PageBuilder/view/adminhtml/web/template/content-type/text/default

1 file changed

+2
-2
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/template/content-type/text/default/preview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
-->
77

88
<div class="pagebuilder-content-type pagebuilder-text" event="{ mouseover: onMouseOver, mouseout: onMouseOut }, mouseoverBubble: false">
9-
<div class="pagebuilder-text" if="data.main.html()" attr="data.main.attributes" ko-style="data.main.style" css="data.main.css" html="data.main.html"></div>
10-
<div ifnot="data.main.html()" attr="data.main.attributes" ko-style="data.main.style" css="data.main.css" translate="'Text'"></div>
9+
<div if="data.main.html()" attr="data.main.attributes" ko-style="data.main.style" css="data.main.css" html="data.main.html"></div>
10+
<div class="placeholder-text" ifnot="data.main.html" attr="data.main.attributes" ko-style="data.main.style" css="data.main.css" translate="'Text'"></div>
1111
<render args="getOptions().template" />
1212
</div>

0 commit comments

Comments
 (0)