Matteo Fogli
Matteo Fogli
This PR references issue #1 and provides a recursive mechanisms, promise based, to get sitemaps from a sitemap index. It accepts a sitemap index as URL or file, along the...
Hi! We have over 6000 tests to run and are avoiding Jest since it adds an unbereable overhead. Running without Jest prevents consistent test names, since the testId is automatically...
This PR moves animejs and hammerjs (two popular libraries) from dev dependencies to peer dependencies by declaring them as externals in webpack config. Updates README.md with installation instructions for all...
I am looking for a way to shim unknown tags from a loaded Twig file, while preserving internal nodes available to the parser/walker. Are there code examples of how to...
Fixes #437 . Changes proposed in this pull request: - use Craft `t()` filter for static message translation in all templates - move JS strings to a twig template to...
### Description Most texts and labels are hardcoded in templates and JS files, preventing proper localization via Craft static translation support. ### Additional info - Craft version: 3.5.x - SEO...
Fixes #469. Changes proposed in this pull request: - fixes an issue introduced with 4.2.2 on multisite installations where the language prefix in canonical URLs was repeated This PR applies...
Fixes #469. Changes proposed in this pull request: - fixes an issue introduced with 4.2.2 on multisite installations where the language prefix in canonical URLs was repeated This PR applies...
### Description I was bitten hard by FeedMe on a multi-site installation of Craft when importing localized content on entries with matrix fields. All matrix fields of the master site...
### Improving Documentation - [x] Run `pnpm prettier-fix` to fix formatting issues before opening the PR. - [x] Read the Docs Contribution Guide to ensure your contribution follows the docs...