mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 07:08:55 +02:00
chore(ckeditor5-footnotes): fix references: Schema -> ModelSchema
This commit is contained in:
parent
23fe76989b
commit
b4f2be332b
@ -1,5 +1,5 @@
|
||||
// eslint-disable-next-line no-restricted-imports
|
||||
import { Schema } from 'ckeditor5';
|
||||
import { ModelSchema } from 'ckeditor5';
|
||||
import { ATTRIBUTES, ELEMENTS } from '../constants.js';
|
||||
|
||||
/**
|
||||
@ -7,7 +7,7 @@ import { ATTRIBUTES, ELEMENTS } from '../constants.js';
|
||||
* See here for the meanings of each rule:
|
||||
* https://ckeditor.com/docs/ckeditor5/latest/api/module_engine_model_schema-SchemaItemDefinition.html#member-isObject
|
||||
*/
|
||||
export const defineSchema = ( schema: Schema ): void => {
|
||||
export const defineSchema = ( schema: ModelSchema ): void => {
|
||||
/**
|
||||
* Footnote section at the footer of the document.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user