strapi-webtools
strapi-webtools copied to clipboard
🔗 Unique, flexible and autogenerated URLs for your Strapi managed web content.

Bumps [qs](https://github.com/ljharb/qs) from 6.14.0 to 6.14.1. Changelog Sourced from qs's changelog. 6.14.1 [Fix] ensure arrayLength applies to [] notation as well [Fix] parse: when a custom decoder returns null for...
### Addon Webtools Core - Sitemap Addon ### Summary support for Node v24 ### Why is it needed? using node 24, I get the error: error [email protected]: The engine "node"...
…read-only API token ### What does it do? It renames the router controller from 'router' to 'find'. I've added backwards compatibility for anybody using the controller on their own custom...
### Addon Webtools Pro - Links Addon ### Summary It would be fantastic to have a broken links checker and pin it on the dashboard main page: ### Why is...
### What does it do? This pull request introduces enhanced support for relation fields—especially "ToMany" (array) relations—in the URL pattern service, along with expanded test coverage and updates to content...
## Feature request ### Summary I'd like to be able to set filters in the sitemap. ### Why is it needed? I've created my own multi-site setup. All my sitemapable...
_This issue was copied from https://github.com/pluginpal/strapi-plugin-sitemap/issues/143_ --- ## Feature request ### Summary Ability to have different sitemaps for different hostnames within a single strapi instance. ### Why is it needed?...
## Feature request I have a one-to-many relationship (attraction -> cities) and I would like to create a pattern `/cities/[cities[0].slug]/attraction/[slug]`, but it isn't possible. I want this flexibility.  ###...