<description>An application for handling and sending out applications to companies.</description>
<display-name>JJobs v1.0</display-name>
<context-param>
- <description>Whether debug mode is for registration controller enabled.</description>
- <param-name>is_debug_register_enabled</param-name>
+ <description>Whether the multi-page registration page or a single registration page is active</description>
+ <param-name>is_feature_user_register_multiple_page_enabled</param-name>
+ <param-value>true</param-value>
+ </context-param>
+ <context-param>
+ <description>Whether a user name is required for this application.</description>
+ <param-name>is_feature_user_name_required_enabled</param-name>
+ <param-value>true</param-value>
+ </context-param>
+ <context-param>
+ <description>Whether the public user profile is enabled.</description>
+ <param-name>is_public_profile_enabled</param-name>
<param-value>false</param-value>
</context-param>
<context-param>