From 98af56ff7a81e339f6997437da9b5c8eab4e15c2 Mon Sep 17 00:00:00 2001 From: Rafik Moreira Date: Sun, 26 Feb 2023 12:13:37 -0300 Subject: [PATCH] add README usage section --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 40bc2b4..1f99026 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,17 @@ or: yarn build ``` +## 📖 Usage + +This section covers the way how to use the plugin. + +To add a CKEditor field to a collection type or single type, follow these steps: + +1. Click the "Add another field" button to open the component selection modal. +2. In the top right corner of the modal, click "Custom". +3. Select "CKEditor" from the list of options. +4. Configure any additional options as needed, and click "Save" to add the CKEditor field to your collection type or single type. + ## 🛠 Contributing This section covers the way how to configure your environment if you want to contribute to this package.