You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/developer/bulk-data-entry-plugin/manual-setup.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ Each configuration object requires the following fields:
75
75
|-------|----------|-------------|
76
76
|`configKey`| Yes | An identifier for the configuration. Must be unique per `programId`. Will be passed to the plugin. |
77
77
|`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`. |
79
79
|`title`| Yes | The display title of the configuration. Supports multiple languages using locale codes (e.g., "en", "es"). |
80
80
|`subtitle`| No | An optional subtitle for the configuration. Supports multiple languages using locale codes. |
81
81
|`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