Duncan McClean
Duncan McClean
> If existing functionality already covers my use case, could you please provide me with an example? Addons can currently listen to the `EntryBlueprintFound` event, which allows them to ensure/append...
You shouldn't need to wrap the form in the `{{ nocache }}` tag. CSRF tokens should be automatically replaced when using full-measure caching. Are you using the native `{{ form...
> But it keeps happening that when a page is cached, whether it is English or Spanish, and I submit a form, I get error messages for the wrong language....
How are you submitting the form? Are you using AJAX?
Thanks for this! The PR looks good. However, I'm just going to wait out for statamic/cms#10471 to be merged, in case Jason makes any changes we should copy over to...
> Statamic PR has been merged! Just saw that - will take a look at this PR this week.
> When deploying a Statamic site with Vite and SSG on Netlify, Vite assets (CSS/JS) are not properly handled in the final static output. Locally, the build process works perfectly...
Can you provide the full stack trace for the error? You'll find it in your log file (`storage/logs`).
I don't _love_ the idea of adding a new method just so you can specify a section. 🤔 I wonder if we could add a `$section` argument to the existing...
Sorry, ignore me! 🙈 I was reading https://github.com/statamic/cms/pull/5077 and saw `extendConfigFields` but didn't realise the method name got changed to `appendConfigFields` before it was merged.