Skip to content
Harmen Janssen edited this page Jan 20, 2016 · 2 revisions

CMS

Translating menu items

Menu items are just the models names forced to lowercase in css. You can create a snippet with the name of the model and translate it that way:

snippets.News.has_text = 1
snippets.News.text.nl = "Nieuws"

Order of menu items

The order of the menu items is set in models.phtml, which is located in the root of the partials folder.

CKEditor

CKEditor

ExtJS

See also these general ExtJS notes

Clone this wiki locally