
James Vidler
Partner and developer advocate. Empowering development teams to build amazing solutions on Agility and Azure through training and support.
Comments
-
Official comment
Hi Richard, I can't say I've seen one built, but you are correct in that it shouldn't be too difficult. There's actually an implementation for similar to what you are asking that we've built intern...
-
Official comment
Hi Giovanni, This uses the DataRow filter syntax from C#. https://www.csharp-examples.net/dataview-rowfilter/ It won't be able to do what you want though as it only supports filtering on "static" ...
-
Nice! Love that developers can have more control of their cookies that Agility.Web sets. 👍
-
Official comment
Hi Giovanni, You can use the UGC API with the existing JavaScript SDK. At this time there are no plans to introduce new support for server-to-server calls. API Setup - https://help.agilitycms.com/...
-
Hi Giovanni, The Form Builder only has official support using .NET Framework at this time. If you have UGC enabled, you can continue to submit forms to UGC using the UGC API. There is no future wor...
-
Giovanni Mattucci unfortunately we've had to rejig our roadmap a little since committing to this. It is still planned as a feature, but we are re-evaluating the Form Builder module in general as it...
-
Giovanni Mattucci - there is a way actually to build the dynamic URL path for a content item. But, you do need to know the path to the dynamic page node. For example, here is a custom property adde...
-
Official comment
When you have multiple routes for a single post, it can get complicated no doubt! Check out this github repo for an example of how to this. public ActionResult BlogDetails(AgilityContentItem module...
-
Are you rendering the category page and trying to build URLs for all the articles on that page, or are you on the article page, trying to render URLs for its parent category?
-
The filter syntax uses the C# dataview row filter syntax which is documented quite nicely https://www.csharp-examples.net/dataview-rowfilter/. I will add this to our docs here. For "sort" it simpl...