/
Configuring Form Builder

Configuring Form Builder

Configure the icon in home dashboard

Add new icon in home dashboard for navigating to implementer interface. 

In home/extension.json, add the configuration as shown below

Sample Configuration
"implementerInterface": {
     "id": "bahmni.implementer.interface",
     "extensionPointId": "org.bahmni.home.dashboard",
     "type": "link",
     "translationKey": "MODULE_LABEL_IMPLEMENTER_INTERFACE_KEY",
     "url": "/implementer-interface",
     "icon": "fa fa-pencil-square-o",
     "order": 12
}

Supported configuration for key Url

In above example configuration, make sure the value configured for key url to be "/implementer-interface" (this is the supported value and can't be changed)

For further configurations, please refer Home App

On this Page

 



Related content

Create a new Form
Create a new Form
More like this
Form Designer
Form Designer
Read with this
Implementer Interface
Implementer Interface
More like this
Configuring Properties
Configuring Properties
Read with this
Home App
Home App
More like this
Create a New Observation Form
Create a New Observation Form
Read with this

The Bahmni documentation is licensed under Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)