Since the version 1.6, the home (initial) page of Admin4 and EdAdmin4 are now configurable.
Two new configurations have been added: admin4_MainPage.xml and edAdmin4_MainPage.xml. Entries in admin4_MainPage are used both in Admin4 and EdAdmin4. Entries in edAdmin4_MainPage are used only in EdAdmin4.
Example:
<MainPageGroup Title="adminSecurity" Description="adminSecurityDesc">
<MainPageEntry Title="adminUsers" Description="adminUsersDesc" Command="NavigatePage" CommandParameter="SecurityControlPanel" ShowInSafeMod="false" />
<MainPageEntry Title="adminSecurityScope" Description="adminSecurityScopeDesc" Command="NavigatePage" CommandParameter="SecurityScopeControlPanel" ShowInSafeMod="false" />
...
</MainPageGroup>
Strings "Title" and "Description" are translated using the usual strings:
<StringDesc Scope="Default" Name="adminSecurity" Value="Security" />
<StringDesc Scope="Default" Name="adminSecurityDesc" Value="Manage users and groups" />