From f7c97ace7341bd0f29035dcb40edf1fa33739a30 Mon Sep 17 00:00:00 2001 From: Shahriar <31452340+ShahriarKh@users.noreply.github.com> Date: Fri, 14 Jul 2023 19:56:41 +0330 Subject: [PATCH] Update README.md --- README.md | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 7967cfe..7b6de18 100644 --- a/README.md +++ b/README.md @@ -13,11 +13,19 @@ npm i strapi-content-type-explorer ``` ## ⚙️ Options -- **Field Data Types**: -- **Field Icons**: -- **Default Fields**: `createdBy`, `createdAt`, `updatedAt` -- **Relational Fields Only** -- **admin:: Types** -- **plugin:: Types** -- **Edges** -- **Snap to Grid** +- Field Data Types +- Field Icons +- Default Fields: toggle `createdBy`, `createdAt`, `updatedAt` +- Relational Fields Only +- `admin::` Types +- `plugin::` Types +- Edges +- Snap to Grid +- Backgorund Pattern +- Edge Type + +## 🧭 Tips +If you encounter lags while dragging boxes, try changing edge types. "Smart" edges cause performance issues (this should be fixed in future releases) + +## 🚀 Collaboration +Have a question or found a bug? Feel free to open an issue. Wanna contribute and improve the plugin? PRs are welcome!