152
Views
1
Comments
Module - Unset as Home
Question
What does "Unset as home" do to a module?
2015-07-23 14-48-07
Laazo
It means the module will not be the default entry point.

For instance, if you have an app called MyApp with two modules;

MyModule1
MyModule2

If you want the user to be redirected to MyModule1 every time they access your MyApp from the browser then you set MyModule1 as home.

Otherwise, unset MyModule1 as home and set MyModule2 as the default entry.
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.