Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi guys,
How can I add Image Cropper datatype as LeBlender property type? --custom-- datatype does not work for me. I cannot select it for some reason. Am using LeBlender 1.0.7. Thanks!
Hi Japheth,
Currently it is not possible to use following data types in LeBlender property editor:
Source
Hopefully they implement it :)
Add a image cropper data type to your image media type and then use the Media Picker within the Grid .
Get the value as a string: var img = item.GetValue
You can then use this to get the crop:
@Umbraco.TypedMedia(@img).GetCropUrl("CropName")
Note - got this workng in 7.3.1
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
Image Cropper in LeBlender
Hi guys,
How can I add Image Cropper datatype as LeBlender property type? --custom-- datatype does not work for me. I cannot select it for some reason. Am using LeBlender 1.0.7. Thanks!
Hi Japheth,
Currently it is not possible to use following data types in LeBlender property editor:
Source
Hopefully they implement it :)
Add a image cropper data type to your image media type and then use the Media Picker within the Grid .
Get the value as a string: var img = item.GetValue
You can then use this to get the crop:
@Umbraco.TypedMedia(@img).GetCropUrl("CropName")
Note - got this workng in 7.3.1
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.