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

javascript - How to process users in one specific order using map o each function? -

java - Two interface have same method name with different return type -

javascript - Linking from page A to a specific iframe on page B -