You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After installation, you can add tagsinput as custom field.
26
+
After installation, you can add tagsinput as a custom field.
27
27
28
28
#### Suggestions for tag
29
29
30
-
While adding tagsInput, you will see `API URL` field.
30
+
While adding tagsInput, you will see the `API URL` field.
31
31
32
32
If you want to use REST API for suggestions, then add your API url in this field.
33
33
34
34
**Notes:**
35
35
36
-
- If API domain is different, then full API URL is required. i.e `http://localhost:1337/api/v1/tags?fields[0]=name` (Make sure API CORS are enabled for your strapi domain in this case).
37
-
- Otherwise add only path of API i.e `/api/v1/tags?fields[0]=name`
38
-
- API response should contain `name` field.
39
-
For example,
40
-
41
-
```
42
-
[
43
-
{ name: "tag1" },
44
-
{ name: "tag2" }
45
-
]
46
-
```
36
+
- If the API domain is different, then a full API URL is required. i.e. `http://localhost:1337/api/tags?fields[0]=name` (Make sure API CORS are enabled for your strapi domain in this case).
37
+
- Otherwise, add only the path of API i.e `/api/tags?fields[0]=name`
47
38
48
39
## Showcase
49
40
@@ -71,4 +62,4 @@ This repository is owned and maintained by the [Canopas team](https://canopas.co
71
62
72
63
## Licence
73
64
74
-
This repository licenced under [MIT](https://github.com/canopas/strapi-plugin-tagsinput/blob/main/LICENSE).
65
+
This repository is licenced under [MIT](https://github.com/canopas/strapi-plugin-tagsinput/blob/main/LICENSE).
0 commit comments