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
Not sure if this is related to package or Umbraco's internal BlockEditorConverter.
Value is passed as [{value: "A"}, {value: "B"}, {value: "C"}] to PreviewMarkup call.
Same value for the GetById call in the backoffice.
Also previewed as that value, so the conversion located in MultipleTextStringPropertyValueEditor is not happening.
The text was updated successfully, but these errors were encountered:
@kows I've tried running the latest version of BlockPreview against Umbraco source, and it appears to be a problem with the MultipleTextStringValueConverter. The converter is expecting either a string with NewLine or XML, but the rendered front end value is a JSON array.
Not sure if this is related to package or Umbraco's internal BlockEditorConverter.
Value is passed as [{value: "A"}, {value: "B"}, {value: "C"}] to PreviewMarkup call.
Same value for the GetById call in the backoffice.
Also previewed as that value, so the conversion located in MultipleTextStringPropertyValueEditor is not happening.
The text was updated successfully, but these errors were encountered: