DigitalMomentum / MetaMomentum

An Umbraco Metadata Property Editor to manage Search engine results, open Graph and Twitter cards
9 stars 8 forks source link

Image Fallbacks #1

Closed nzdev closed 3 years ago

nzdev commented 3 years ago

Hi, great work on this package! Does this support fallbacks in the preview for images?

Thanks

dinc5150 commented 3 years ago

Thanks for the feedback @nzdev !

No, it doesn't support fallbacks as yet, but it's something that I'd like to add soon to the package. I got a bit swamped with other work, so just wanted to get the package out for now.

You could in the meantime, update the razor view to fall back to another property in the model. Obviously, this won't be reflected in the preview in the backoffice though.

dinc5150 commented 3 years ago

@nzdev , I've pushed V1.1 to NuGet with the new feature to allow fallbacks to the image. It will work with the Media Picker and limited support for upload fields.

You may need to update your view, changing @Model.MetaMomentum.ShareImage to @Model.MetaMomentum.ShareImageUrl. This was done to support the Upload picker.

thanks for your feedback, let me know if you have any issues with it.