How to limit text parameter in the custom widget with 20 characters
i created the custom widgets for M2. Now i want to limit the text parameter to 20 characters in length, with a validation error if this value is exceeded. Here is the part of my widget.xml <parameter name=”short_title” xsi:type=”text” visible=”true”… Read More »How to limit text parameter in the custom widget with 20 characters