directus-extension-texttoanything 0.2.2 → 0.2.4

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/readme.md +16 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "directus-extension-texttoanything",
3
- "version": "0.2.2",
3
+ "version": "0.2.4",
4
4
  "keywords": [
5
5
  "directus",
6
6
  "directus-extension",
package/readme.md CHANGED
@@ -22,13 +22,24 @@ or
22
22
  yarn add directus-extension-texttoanything
23
23
  ```
24
24
 
25
- Restart your Directus instance to complete the installation of the extension.
25
+ Restart your Directus instance.
26
26
 
27
- After restarting you will see the operations appear.
27
+ Go to to your project settings (Settings -> Settings) and scroll down to the Modules section. Enable the Text to anything settings.
28
+
29
+ Go to the Text To Anything module -> Settings and fill in your Rapid API token.
30
+
31
+ Click on save and now you are good to go!
32
+
33
+ ### Settings
34
+
35
+ Inside of the Text To Anything Settings, you can fill in the following properties:<br/>
36
+ RapidAPI token -> The token of RapidAPI<br/>
37
+ Directus Assets token (optional) -> If you use any assets, this key will be used to load the images/assets.<br/>
38
+ Directus Assets folder -> This folder will be used to upload your files into when you upload an asset within the template editor.
28
39
 
29
40
  ### RapidAPI Token
30
41
 
31
- The RapidAPI token is a requirement for the extension in order to talk with the TextToAnything API. We are using this API to eliminate the need for dependencies.
42
+ The RapidAPI token is a requirement for the extension in order to talk with the TextToAnything API. We are using this API to eliminate the need for dependencies and to monitize any further developments.
32
43
 
33
44
  How to obtain a RapidAPI token:
34
45
 
@@ -40,7 +51,7 @@ How to obtain a RapidAPI token:
40
51
  5. Add your payment details
41
52
  6. Go to Endpoints and you should see the RapidAPI key on the right.
42
53
 
43
- The extension will not function without the Rapid API token, but there will always be a free tier available.
54
+ The extension will not function without the Rapid API token, there will always be a free tier available.
44
55
  You can fill in the token inside of the TTA settings.
45
56
 
46
57
  ## Supported Features
@@ -61,7 +72,7 @@ If there are any questions or bugs, please create an issue.
61
72
 
62
73
  1. How do i find or reset my Rapid API key?
63
74
 
64
- You can find follow [this article](https://docs.rapidapi.com/docs/keys-and-key-rotation#creating-or-rotating-a-rapid-api-key) in order to achieve this.
75
+ You can follow [this article](https://docs.rapidapi.com/docs/keys-and-key-rotation#creating-or-rotating-a-rapid-api-key) in order to achieve this.
65
76
 
66
77
  2. How can i stop my subscription?
67
78