You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cool, however I trying to keep dependencies at a bare minimum, actually thinking about dropping the dependency on Piranha as well. I see a couple of options here:
We add a hook/extension point where you can exchange the current default behavior with the behavior you want, for example using services from OrchardCore if you're using that.
We could add packages that does this out of the box and adds the extra integration for different host systems, for example offering the packages Statica, Statica.Piranha, Statica.OrchardCore and so on.
Yes I know 😀 I just wrote this code because I needed to plug it into our website, but I can definitely remove it so it can be integrated into other applications without the need to fork.
Sample implementation to remove restrictions:
Class SlugService taken from the project OrchardCore
The text was updated successfully, but these errors were encountered: