mirror of
https://github.com/documize/community.git
synced 2025-07-24 15:49:44 +02:00
Problem: non-english chars in space name not recognized
Solution: use proven library to generate slugs regardless of character set. Closes #85
This commit is contained in:
parent
872183b35a
commit
30f3644180
4 changed files with 226 additions and 3 deletions
|
@ -61,6 +61,7 @@ module.exports = function (defaults) {
|
|||
app.import('vendor/velocity.js');
|
||||
app.import('vendor/velocity.ui.js');
|
||||
app.import('vendor/keycloak.js');
|
||||
app.import('vendor/slug.js');
|
||||
|
||||
return app.toTree();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue