You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the json content is missing the key type = to textarea for this type of field (I haven't yet checked this other type other than text and email) so that we can override the textarea type using a partial named _type_textarea.htm. since this key is missing, the override does not work.
the type is indeed used in the resolver here
{# Overrides by type #}
{% settypeOverride=__SELF__.alias~'::_type_'~field.type~'.htm' %}
the json content is missing the key
type
= totextarea
for this type of field (I haven't yet checked this other type other than text and email) so that we can override the textarea type using a partial named_type_textarea.htm
. since this key is missing, the override does not work.the
type
is indeed used in theresolver
herejson stored type text:
json stored type: textarea
The text was updated successfully, but these errors were encountered: