In my frontend store I have a custom line property like so:
In case the user inputs a value greater than 99 or less than 1, I want to assign the object property.last in ‘{% for property in item.properties’ %}'s body to 99 and 1 respectively. But since property.last is an immutable object is creating a new extension just to validate two of my custom fields the only way to go?