File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1- # openIMIS Frontend Claim reference module
2- This repository holds the files of the openIMIS Frontend Claim reference module.
1+ # openIMIS Frontend Profile reference module
2+ This repository holds the files of the openIMIS Frontend Profile reference module.
33It is dedicated to be deployed as a module of [ openimis-fe_js] ( https://github.com/openimis/openimis-fe_js ) .
44
55[ ![ License: AGPL v3] ( https://img.shields.io/badge/License-AGPL%20v3-blue.svg )] ( https://www.gnu.org/licenses/agpl-3.0 )
2626None
2727
2828## Configurations Options
29- * ` AppBarMenuContribution ` - if set to true Profile is added as an AppBar icon instead of being main menu contribution
29+
30+ * ` AppBarMenuContribution ` - if set to true Profile is added as an AppBar icon instead of being main menu contribution
Original file line number Diff line number Diff line change 11{
22 "name" : " @openimis/fe-profile" ,
3- "version" : " 1.4.0-rc2 " ,
3+ "version" : " 1.4.0" ,
44 "license" : " AGPL-3.0-only" ,
55 "description" : " openIMIS Frontend Profile reference module" ,
66 "repository" : " openimis/openimis-fe-profile_js" ,
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ const DEFAULT_CONFIG = {
1414 "core.MainMenu" : [ ProfileMainMenu ] ,
1515 reducers : [ { key : "profile" , reducer } ] ,
1616 "core.AppBar" : [ ProfileToolbarContribution ]
17+
1718} ;
1819
1920export const ProfileModule = ( cfg ) => {
You can’t perform that action at this time.
0 commit comments