bolt cms - use tablename different than slug -


i buliding single-language website (german) have code/tables etc. in english. when define contenttype so:

plays:     name: theaterstücke     slug: theaterstuecke     tablename: plays     singular_name: theaterstück     singular_slug: theaterstueck 

bolt uses table bolt_plays in twig have use ....records = "theaterstueck/latest/6". have template use english routes ("play/latest/6") , url still http://example.com/theaterstuecke

do have use translations , routing or there easier way?

change both slugs :

plays:     name: theaterstücke     slug: plays     tablename: plays     singular_name: theaterstück     singular_slug: play 

and should fine


Comments

Popular posts from this blog

Fail to load namespace Spring Security http://www.springframework.org/security/tags -

sql - MySQL query optimization using coalesce -

unity3d - Unity local avoidance in user created world -