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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,15 +16,15 @@ Then you will need to:
16
16
17
17
## Story settings
18
18
19
-
The plugin uses the canonical URL for a Wordpress post for the Coral Story URL.
19
+
The plugin supports enabling canonical URLs for a Wordpress post to be passed through to the Coral stream embed as the story URL.
20
20
21
21
The plugin also supports setting a story mode and sending it through to the Coral stream embed. To use, you can add a custom field in Wordpress called `coralStoryMode` and then set it to a valid story mode.
22
22
23
23
## HTTPS and Dev Mode
24
24
25
25
Your site must be served over `https` in order to integrate with Coral **unless** Coral is set to dev mode.
26
26
27
-
If you're installing Coral with Docker, you can do that by adding `NODE_ENV=dev` to the environment variables in your [`docker-compose.yml`](https://docs.coralproject.net/environment-variables#node_env). Otherwise, any method of setting `process.env.NODE_ENV = 'dev'` will do the trick.
27
+
If you're installing Coral with Docker, you can do that by adding `NODE_ENV=development` to the environment variables in your [`docker-compose.yml`](https://docs.coralproject.net/environment-variables#node_env). Otherwise, any method of setting `NODE_ENV=development` will do the trick.
28
28
29
29
## Theme usage
30
30
@@ -58,4 +58,4 @@ Coral version <= `v3.9.1` use plugin version `v0.0.6`
58
58
59
59
Coral version >= `4.0.0` use plugin version `v0.1.0`
60
60
61
-
Coral version >= `5.0.0` use plugin version `v0.2.1`
61
+
Coral version >= `5.0.0` use plugin version `v1.0.0`
0 commit comments