1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-04 21:15:24 +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:
Harvey Kandola 2017-03-21 13:20:49 +00:00
parent 872183b35a
commit 30f3644180
4 changed files with 226 additions and 3 deletions

View file

@ -32,5 +32,6 @@ module.exports = {
"userLogin": true,
"Keycloak": true,
"Intercom": true,
"slug": true
}
};