Jason Varga

Results 520 comments of Jason Varga

Sorry for the delay. If this is still important to you feel free to fix the tests and reopen.

Sorry for the delay. Thanks everyone involved in figuring this out!

In v5 we serialize entries properly. Perhaps in v4 you had an empty object somewhere so you didn't run into the recursion. See https://github.com/statamic/cms/pull/9672

Please edit the description to explain the PR.

A few things: 1. This needs a test 2. If the property is protected or private, you get an error. I think it should return null. 3. Properties in conditions...

The reasoning behind this behavior is [explained here](https://github.com/statamic/cms/pull/11703#issuecomment-2807081545). But we can leave this open since if you aren't restricting assets to a folder anywhere, then you should be able to...

Thanks for your patience. I've made a couple of changes: - Renamed method to `whereInId` to match the other `whereSomething` methods that return `EntryCollection`s. The `find` methods imply that you...

I would probably suggest to create entries instead of form submissions using an addon like Workshop. Then you can just edit entries as normal. However, Workshop doesn't exist for v3...

It just lets you create entries on the front-end as opposed to form submissions.

There are some performance areas already which we should cross reference from this new page. e.g. - https://statamic.dev/tips/optimizing-assets - https://statamic.dev/tags/nav#performance