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 718e2ff commit 8c3c3f4Copy full SHA for 8c3c3f4
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 %>" class="admin__control-text" <%= inputAttr %>/>
+ <input type="text" data-role="promptField" id="prompt-field-<%- data.id %>" maxlength="100" class="admin__control-text" <%= inputAttr %>/>
31
</div>
32
33
<% if(data.templateTypes){ %>
0 commit comments