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

Commit

Permalink
Docs: More explicit information that it's acceptable to use other att…
Browse files Browse the repository at this point in the history
…ributes than specified in the AttributeProperties typedef.
  • Loading branch information
mlewand committed Mar 29, 2019
1 parent 99764b9 commit 4688a17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/model/schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 4688a17

Please sign in to comment.