Duncan McClean

Results 410 comments of Duncan McClean
trafficstars

Hey 👋 This issue has been inactive for a while now with no-one else running into the same issue. Since it was created, we've upgraded Bard to TipTap 2 in...

The team will get to the PR when they're able to. In the meantime, you can use a [composer patch](https://rias.be/blog/using-composer-patches) to bring this PR into your project.

With Statamic 5 and the introduction of the `php please install:ssg` command, developers will be given the choice of publishing the config file. See statamic/cms#9622.

Yeah, we've just run into this on a project as well. If I have some time this weekend, I'll take a look at fixing it (if no one beats me...

This is certainly not the best way to do it (I presume anyway, maybe someone else can confirm) but this should do the job if you need a workaround. ```php...

There's an open PR which would let addon developers register custom fields on the Form settings page, see statamic/cms#8491

Confirmed - only happens if you add entries to the nav.

In case anyone else is running into this... The `get` variables are sanitised and as part of this sanitisation, characters like ü becomes `ü`. You can see more information about...

This has been fixed in Statamic 5, which we're hoping to release in the next few days/weeks.