diff --git a/src/model/schema.js b/src/model/schema.js index 073c00d07..9b09729a8 100644 --- a/src/model/schema.js +++ b/src/model/schema.js @@ -498,7 +498,8 @@ export default class Schema { * isFormatting: false * } ); * - * You can also use custom properties: + * Properties are not limited to members defined in the + * {@link module:engine/model/schema~AttributeProperties `AttributeProperties` type} and you can also use custom properties: * * schema.setAttributeProperties( 'blockQuote', { * customProperty: 'value'