directus-extension-texttoanything 0.2.2 → 0.2.3

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 +13 -2
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.3",
4
4
  "keywords": [
5
5
  "directus",
6
6
  "directus-extension",
package/readme.md CHANGED
@@ -22,9 +22,20 @@ 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