Hisham Bin Ateya
Hisham Bin Ateya
> DictionaryValue.ToNumberValue() always returns 0. It's right, because `Dictionary` can't be converted to number, similarlly you will find `ToStringValue()` returns empty string
I disagree for `ArrayValue` too, @sebastienros I'm not sure why we should have array length
For `ArrayValue` we could use the first element value, in case if the `FluidValue` is numeric
IMHO `ToNumber()`, `ToString()` should trying to convert the current value to their equivalent, no need to assume something that are not expected for the audience
Interested, I need to have a look to this one ASAP
At the first glance I'm not sure if @sebastienros agree to use RESX for localization string
IMHO this filter might go into OC
@deanebarker please refer to https://shopify.dev/api/liquid/filters/media-filters#img_tag and https://shopify.dev/api/liquid/filters/media-filters#video_tag
While Fluid based on Liquid, such filters will be a plus, moreover they will be helpful for Orchard Core
> If you want to use this in Orchard (which makes sense because Orchard has knowledge of the URL pathing) , then I feel like this is a ticket for...