Michael Aerni

Results 63 issues of Michael Aerni

There is an issue when using the `rfs` variant with the `space` core plugin. The RFS PostCSS Plugin doesn't properly handle the `rfs()` function. There is an [open issue here](https://github.com/twbs/rfs/issues/333).

bug

SEO Pro only generates a sitemap for the default locale. The sitemap should be generated for each locale though. ``` https://www.website.test/en/sitemap.xml https://www.website.test/de/sitemap.xml https://www.website.test/fr/sitemap.xml ```

feature request

This PR takes another stab at https://github.com/statamic/cms/pull/9567 by introducing a new `get_site` tag. Use as tag pair: ```antlers {{ get_site:english }} {{ permalink }} {{ /get_site:english }} ``` You can...

This PR adds the ability to specify the site to use on the `mount_url` tag. This is helpful in a multi-site environment, where the collection isn't available in the site...

This PR fixes the `ensureFieldHasConfig` method for imported fieldset fields. The method expected a field's config to always be found in `field`. But the config of an imported fieldset field...

This PR adds a failing test to illustrate the issue caused by PR https://github.com/statamic/cms/pull/9585. That PR makes it impossible to manipulate a blueprint multiple times during the same request. This...

### Bug description Turns out PR https://github.com/statamic/cms/pull/8742 was a breaking change for me. I've got a preview target that relies on data being augmented in the `resolvePreviewTargetUrl` method. Augmentation has...

live preview

It would be great to be able to generate dummy images. As for now, the image provider that Faker uses is unreliable. [See open issue here](https://github.com/fzaninotto/Faker/issues/1884). We would have to...

enhancement