WIP adding a mapper for Our Umbraco Tables property editor in V8 #529
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi @KevinJump
I have a site that has this Our.Umbraco.Tables property editor installed on it (https://github.com/rydigital/Our.Umbraco.Tables)
Content moves fine with the default mappers, but any links to media items etc are missed as dependencies
It stores data in Json, in Cells, and the value is just the output of an RTE
so my thinking is it is 'just' the case of calling the RTE mapper for each value, which is what I've knocked together in this PR, does that look like the right approach? or am I missing something super clever?
probably won't get chance to test it for a couple of weeks...