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
Copy file name to clipboardExpand all lines: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,8 @@ It reads your :key: ACF PRO key from the **environment** or a **.env file**.
37
37
```
38
38
Replace `"version": "*.*.*(.*)"` with your desired version.
39
39
40
+
Replace `"type": "wordpress-plugin"` with `"type": "library"` if you would like to have ACF PRO installed in the `./vendor` directory instead of `./wp-content/plugins`. This may be desireable if for example, you are including ACF PRO in a WordPress theme.
41
+
40
42
**2. Make your ACF PRO key available**
41
43
42
44
Set the environment variable **`ACF_PRO_KEY`** to your [ACF PRO key][acf-account].
0 commit comments