strapi-webtools icon indicating copy to clipboard operation
strapi-webtools copied to clipboard

🔗 Unique, flexible and autogenerated URLs for your Strapi managed web content.

Results 67 strapi-webtools issues
Sort by recently updated
recently updated
newest added

![Screenshot 2024-09-16 at 21 19 38](https://github.com/user-attachments/assets/5f8dc5c1-cd68-419b-b4cf-5154c908687e)

bug
Needs investigation

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...

dependencies
javascript

### 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. ![Image](https://github.com/user-attachments/assets/d55d417e-f3a5-4910-ae74-5c336114d9db) ###...