Docs
Forced Layout
Forced Layout
Strict document structure.
Installation
npm install @udecode/plate-normalizers @udecode/plate-trailing-block
Usage
import { NormalizersPlugin } from '@udecode/plate-normalizers/react';
import { TrailingBlockPlugin } from '@udecode/plate-trailing-block/react';
import { ParagraphPlugin } from '@udecode/plate-common/react';
import { HEADING_KEYS } from '@udecode/plate-heading/react';
const plugins = [
// ...otherPlugins
TrailingBlockPlugin.configure({ options: { type: ParagraphPlugin.key } }),
NormalizersPlugin.configure({
options: {
rules: [{ path: [0], strictType: 'h1' }],
},
}),
];
Plugins
TrailingBlockPlugin
Options
Collapse all
- Default:
0
- Default:
editor.getType(ParagraphPlugin)
Level where the trailing node should be, the first level being 0.
Type of the trailing block.
The TrailingBlockPlugin
also extends QueryNodeOptions
, which includes additional options for querying nodes.
NormalizeTypesPlugin
Options
Collapse all
- Default:
[]
An array of rule objects for normalizing types.
Rule
Attributes
Collapse all
Path where the rule applies.
Force the type of the node at the given path.
Type of the inserted node at the given path if strictType
is not provided.
Build your editor even faster
Complete, deployable AI-powered template with backend.
All components included.
Customizable and extensible.
Get all-accessCustomizable and extensible.