Transliterate slug option

This commit is contained in:
Dan 2025-07-05 06:40:51 +07:00
commit 6452fc4806
4 changed files with 29 additions and 3 deletions

View file

@ -211,4 +211,7 @@ views.layout = "layout"
admin.theme = "light"
; Fulltext search
fulltext.search = "true"
fulltext.search = "false"
; Transliterate Slug
transliterate.slug = "true"