-
-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fallback patterns and enabling/disabling custom patterns #107
Comments
I agree having a fallback pattern could be nice. Though I wouldn't want to replace the pattern creation in the admin panel completely. |
Great, I think we are on the same page :) |
This issue was fixed with this PR and released with version 1.0.0-beta.6. |
@boazpoolman nice addition, however I was thinking of a way to do this individually on each content type. Like when you enable url alias for a content type such as "page" you would also get a pattern input field to create a fallback pattern. This pattern could just be saved in the |
Yeah. That sounds like a good next step. Re-opening the issue is fine! :) |
Feature request
Summary
Currently you have to create a pattern in the database to use a pattern. This means that you have to set up the patterns locally and in production unless you use other tools such as config sync. I think it would give a better developer experience to have a fallback pattern field which can be configured directly on the
pluginOptions
preferably next to the enable option in the interface.I also think it should be possible to disable the custom patterns, such that the fallback pattern is the only one being used and cannot be changed by users who don't know what they are doing.
Related issue(s)/PR(s)
This might resolve the problem in #54
The text was updated successfully, but these errors were encountered: