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
Would you consider more freedom to customize the serializer, i.e. what gets passed as serializerOptionshere. Maybe just another object you can pass that gets spread into serializerOptions?
Would you consider more freedom to customize the serializer, i.e. what gets passed as
serializerOptions
here. Maybe just another object you can pass that gets spread intoserializerOptions
?My use case: I would like to use the
transform
function (see https://github.com/SeyZ/jsonapi-serializer#available-serialization-option-opts-argument) to convert a comma-separated list of values in a frontmatter attribute into a proper array in the JSON-API payload.The text was updated successfully, but these errors were encountered: