Skip to content

Commit 0d2fb8a

Browse files
docs: [DHIS2-18603] fix the bulk data entry docs runtime error (#4394)
1 parent 7f19497 commit 0d2fb8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/developer/bulk-data-entry-plugin/manual-setup.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Each configuration object requires the following fields:
7575
|-------|----------|-------------|
7676
| `configKey` | Yes | An identifier for the configuration. Must be unique per `programId`. Will be passed to the plugin. |
7777
| `programId` | Yes | The identifier of the program where this bulk data entry will be available. |
78-
| `pluginSource` | Yes | The URL of the plugin. Must point to a valid plugin installed on the instance and follow the pattern: https://{instance-url}/api/apps/{plugin-name}/plugin.html. |
78+
| `pluginSource` | Yes | The URL of the plugin. Must point to a valid plugin installed on the instance and follow the pattern: `https://{instance-url}/api/apps/{plugin-name}/plugin.html`. |
7979
| `title` | Yes | The display title of the configuration. Supports multiple languages using locale codes (e.g., "en", "es"). |
8080
| `subtitle` | No | An optional subtitle for the configuration. Supports multiple languages using locale codes. |
8181
| `dataKey` | No | An optional identifier that is not used internally by the app but is passed through to the plugin. This property is intended for advanced usage and can be used by the plugin to maintain separate in-progress caches for a given `configKey`. |

0 commit comments

Comments
 (0)