We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c3c3f4 commit 7d5664fCopy full SHA for 7d5664f
app/code/Magento/PageBuilder/view/adminhtml/web/template/modal/template-manager/save-content-modal.html
@@ -27,7 +27,7 @@
27
</label>
28
<% } %>
29
<div class="admin__field-control">
30
- <input type="text" data-role="promptField" id="prompt-field-<%- data.id %>" maxlength="100" class="admin__control-text" <%= inputAttr %>/>
+ <input type="text" data-role="promptField" id="prompt-field-<%- data.id %>" maxlength="250" class="admin__control-text" <%= inputAttr %>/>
31
</div>
32
33
<% if(data.templateTypes){ %>
0 commit comments