datocms-plugin-lucide-icon-selector 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -7,23 +7,23 @@ A custom field extension for DatoCMS that provides a searchable icon selector us
|
|
|
7
7
|
- 🎨 **Visual Icon Selection**: Browse and select from hundreds of Lucide icons with visual previews
|
|
8
8
|
- 🔍 **Search Functionality**: Quickly find icons by typing their name
|
|
9
9
|
- 💾 **Simple Storage**: Icons are stored as string values (icon names) that you can use with the Lucide React library
|
|
10
|
-
- 🎯 **
|
|
10
|
+
- 🎯 **Manual Assignment**: Can be assigned to any string field in the DatoCMS schema editor
|
|
11
11
|
- ✨ **Modern UI**: Clean, intuitive interface that adapts to DatoCMS light and dark mode
|
|
12
12
|
- 🎛️ **Per-field Icon Filtering**: Restrict which icons are available per field via the field configuration screen
|
|
13
|
-
- 🔧 **Manual Assignment**: Can be manually assigned to any string field in the DatoCMS schema editor
|
|
14
13
|
|
|
15
14
|
## Installation
|
|
16
15
|
|
|
17
|
-
|
|
16
|
+
### From the DatoCMS Marketplace
|
|
18
17
|
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
18
|
+
1. Go to your DatoCMS project settings
|
|
19
|
+
2. Navigate to **Plugins**
|
|
20
|
+
3. Click **Add plugin** and select **Lucide Icon Selector** from the Marketplace
|
|
22
21
|
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
22
|
+
### For development
|
|
23
|
+
|
|
24
|
+
```bash
|
|
25
|
+
npm install
|
|
26
|
+
```
|
|
27
27
|
|
|
28
28
|
## Setting up a field
|
|
29
29
|
|