Currently the JS is looking for the WEBSITE variable in the Symphony object, but it gets returned as undefined if the site is located in a subdirectory..
If I define a variable for 'root' which is linking to Symphony.Context.get('root'); all is restored and well with exporting at least.. haven't tried importing yet.
Currently the JS is looking for the WEBSITE variable in the Symphony object, but it gets returned as undefined if the site is located in a subdirectory..
If I define a variable for 'root' which is linking to
Symphony.Context.get('root');
all is restored and well with exporting at least.. haven't tried importing yet.