Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1741 from ckeditor/t/ckeditor5-enter/40
Browse files Browse the repository at this point in the history
Docs: Add description for 'copyOnEnter' attribute's property.
  • Loading branch information
jodator committed Jul 16, 2019
2 parents 7dc8710 + 6a26a3b commit 9171150
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/model/schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -1363,6 +1363,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 ) {
Expand Down

0 comments on commit 9171150

Please sign in to comment.