enonic / cms2xp

Enonic CMS to XP migration tool
0 stars 0 forks source link

Include related file field from Image content type in cms #42

Closed aro closed 5 years ago

aro commented 6 years ago

There is an optional "Related File" field in the built-in Image content type in CMS that is currently not exported. This is used for example for pointing to an SVG version of the image.

There is not such a "related" field in XP "media:image" content type. It could instead be exported with an XData mixin, similar to how it's done with cmsContent. The XData mixin will be optional with a configuration switch.

(This was requested in support ticket 2539)