Skip to content

Commit fed7c92

Browse files
committed
add general setting
1 parent 4498de0 commit fed7c92

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

General/General.Settings.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<settings>
3+
<!--
4+
The default landing page for the search in the form of <moduleId>, <controller>, <action>. The application's home page will redirect here.
5+
The module must be avilable and active, otherwise another redirect happens to the home page, which causes a loop.
6+
The designated action must be set to public in the feature permission mgmt, otherwise the request will be redirected to the login page.
7+
The 'type' attribute must be compatible with the System.TypeCode case-sensitive.
8+
-->
9+
<entry key="landingPage" value="ddm, PublicSearch, index" type="String" />
10+
<!-- user is not logging in -> app goes to-->
11+
<entry key="landingPageForUsers" value="ddm, Home, index" type="String" />
12+
<!-- landing page for users , when they logged in successfuly -->
13+
<entry key="faq" value="https://github.com/BEXIS2/Core/wiki/FAQ" type="string" />
14+
15+
<entry key="version" value="2.14.3" type="string" />
16+
17+
</settings>

0 commit comments

Comments
 (0)