mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 15:19:01 +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
|
// eslint-disable-next-line no-restricted-imports
|
||||||
import { Schema } from 'ckeditor5';
|
import { ModelSchema } from 'ckeditor5';
|
||||||
import { ATTRIBUTES, ELEMENTS } from '../constants.js';
|
import { ATTRIBUTES, ELEMENTS } from '../constants.js';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -7,7 +7,7 @@ import { ATTRIBUTES, ELEMENTS } from '../constants.js';
|
|||||||
* See here for the meanings of each rule:
|
* See here for the meanings of each rule:
|
||||||
* https://ckeditor.com/docs/ckeditor5/latest/api/module_engine_model_schema-SchemaItemDefinition.html#member-isObject
|
* 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.
|
* Footnote section at the footer of the document.
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user