@fileverse-dev/ddoc 1.2.6 → 1.2.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -37,7 +37,8 @@ The `DdocProps` interface is a TypeScript interface that defines the properties
37
37
  | `toggleCollaboration` (optional) | `(flag: boolean) => void` | Function to toggle collaboration mode with a boolean flag |
38
38
  | `onAutoSave` (optional) | `(flag:boolean) => void` | Function which expose the current editor state every 10 seconds |
39
39
  | `renderToolRightSection` (optional) | `({editor, pluginMetaData}) => JSX.Element` | Function that render the right section of the toolbar. it calls the function with the editor instance and the pluginMedata |
40
- | `username` (required when using collaboration) | `boolean` | Takes a username which can be used by collaboration cursor |
40
+ | `username` (required when using collaboration) | `boolean` | Takes a username which can be used by collaboration cursor
41
+ | `ensProviderUrl` | `string` | Takes a url |
41
42
 
42
43
  ## Data Interface
43
44