Gottwik / Enduro

Minimalistic, lean & mean, node.js cms
http://www.endurojs.com/
MIT License
690 stars 121 forks source link

mixing globalizer with templatitator #264

Open CordlessWool opened 6 years ago

CordlessWool commented 6 years ago

I want to use globalizer in an template file and found an issue. The reference has to be present in global and in the file where it used. If the reference is not global, i saw only an empty box in admin panel (not only the dropdown, also the other content). If it is not in cms file of used page, it recommended that it cannot read property of undefined.

CordlessWool commented 6 years ago

Ok I have to go one step back, maybe I tried to much stuff yesterday. It has not to be defined twice, but it will not find the definition if it is only in global or the template file itself. it has to be defined at file of use, is that wanted?