Преглед на файлове

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

Marek Lewandowski преди 6 години
родител
ревизия
0f279c02c2
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  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'