Richard Trudel

Results 9 comments of Richard Trudel

Workaround (and cheap) suggestion: What if the fields rendering use `whateverTheLabelIs|t`. With this set, it could at least translate the default labels (ex: First Name, Last Name, etc.) using Craft...

This may be a long shot, but this workaround achieves something almost satisfactory. You can render the form (using `renderForm()` or another way) after performing some settings overwrites like this:...

Same problem, missing 15.7 support.

> > > you can download Xcode 13.4.1 copy iOS 15.7 to Xcode 14, restart Xcode 14 and all will be worked. After coped, delete > https://developer.apple.com/documentation/xcode-release-notes/xcode-14-release-notes (Workaround: Use Xcode...

Perhaps it could be more clean to get the currentSite locale, I'm not sure. But I'm sure you'll do for the best :)

If I may suggest: Adding a CLI command that would provide certain presets to simplify storage strategy management and make it easy to switch between different configurations. The `data:schema` command...

I believe indeed that what I call structure is named config here, but we're talking about the same thing :)

Since Statamic's default mode is flat-file, it could also be interesting to have a simple way to manage `.gitignore` files if we wanted, for example, to keep everything without a...

> That's probably a little opinionated for us to do in Core. As far as I know, most folks using flat file share the same content between sites. I understand...