OrchardCMS / OrchardCore

Orchard Core is an open-source modular and multi-tenant application framework built with ASP.NET Core, and a content management system (CMS) built on top of that framework.
https://orchardcore.net
BSD 3-Clause "New" or "Revised" License
7.23k stars 2.34k forks source link

Remove Liquid helpers #8283

Open sebastienros opened 3 years ago

sebastienros commented 3 years ago

Replace all first-level liquid helper properties like Queries, Content, to actual filter to be more like Liquid

Queries.RecentBlogPosts | query => "RecentBlogPost" | query Content["4asdasd"] => "4adasdasd" | content_item

jtkech commented 3 years ago

I added the bug label as the current workaround to prevent a conflict between the liquid Content accessor and the shortcode Content property, will be removed when upgrading to fluid 2.0.

So we will need to do it, at least for the liquid Content accessor.