Expand description
Built-in plugin components for JSON-UI.
Provides the Map and RichTextEditor plugins and a registration function
that adds all built-in plugins to the global PluginRegistry.
Re-exports§
pub use map::MapPlugin;pub use rich_text_editor::RichTextEditorPlugin;
Modules§
- map
- Map plugin for JSON-UI using Leaflet 1.9.4.
- rich_
text_ editor - Rich text editor plugin for JSON-UI using Quill 2.0.3.
Functions§
- register_
built_ in_ plugins - Register all built-in plugins into the global registry.