Przeglądaj źródła

Docs: Add desription for new attribute property.

Mateusz Samsel 6 lat temu
rodzic
commit
59391ab17e
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      packages/ckeditor5-engine/src/model/schema.js

+ 1 - 0
packages/ckeditor5-engine/src/model/schema.js

@@ -1353,6 +1353,7 @@ export class SchemaContext {
  * @typedef {Object} module:engine/model/schema~AttributeProperties
  * @property {Boolean} [isFormatting] Indicates that the attribute should be considered as a visual formatting, like `bold`, `italic` or
  * `fontSize` rather than semantic attribute (such as `src`, `listType`, etc.). For example, it is used by the "Remove format" feature.
+ * @property {Boolean} [copyOnEnter] Indicates that given text attribute should be copied to the next block, when enter is pressed.
  */
 
 function compileBaseItemRule( sourceItemRules, itemName ) {