Skip to content

Commit

Permalink
Merge stable into master
Browse files Browse the repository at this point in the history
  • Loading branch information
CKTravisBot authored Jun 5, 2023
2 parents 18c8968 + 16cdb7f commit 0625046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/framework/creating-simple-plugin-timestamp.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ After opening the `index.html` in the browser, you should be able to see the wor

## Creating a plugin

All features in the CKEditor 5 are powered by plugins. In order to create our custom timestamp plugin, we need to import the base `Plugin` class.
All features in the CKEditor 5 are powered by plugins. In order to create our custom timestamp plugin, we need to import the base {@link module:core/plugin~Plugin `Plugin`} class.

We can now create a `Timestamp` class that extends the basic `Plugin` class. After we define it, we can add it into the editor's plugins array.

Expand Down

0 comments on commit 0625046

Please sign in to comment.