Editor plugin base

Typescript ❤️

Base plugin for @atlaskit/editor-core

Install
yarn add @atlaskit/editor-plugin-base
Source
Bundle
Changelog
Latest

2.3.1

Patch Changes

  • Updated dependencies

Internal Editor Use Only

Editor Plugin Base is intended for internal use by the Editor Platform as a plugin dependency of the Editor within your product.

Direct use of this component is not supported.

Consider using Editor Core instead.

Note: This component is designed for internal Atlassian development.

External contributors will be able to use this component but will not be able to submit issues.

This package includes the base plugin used by @atlaskit/editor-core.

Usage


The dependencies, configuration, and state of the plugin are defined below:

export type BasePlugin = NextEditorPlugin< 'base', { pluginConfiguration: BasePluginOptions | undefined; dependencies: [OptionalPlugin<FeatureFlagsPlugin>]; sharedState: BasePluginState; } >;

Support


For internal Atlassian, visit the slack channel #help-editor for support or visit go/editor-help to submit a bug.

License


Please see Atlassian Frontend - License for more licensing information.