8
0
Pārlūkot izejas kodu

Docs: More explicit information that it's acceptable to use other attributes than specified in the AttributeProperties typedef.

Marek Lewandowski 6 gadi atpakaļ
vecāks
revīzija
0f279c02c2
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  1. 2 1
      packages/ckeditor5-engine/src/model/schema.js

+ 2 - 1
packages/ckeditor5-engine/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'