Enable enableDeveloperExperiments
-
In the Cloundron Ghost app docs
https://docs.cloudron.io/apps/ghost/#gravatar
It is mentioned that you can enable Gravatar in the config.production.json, save the file and restart.
I tried adding enableDeveloperExperiments as follows
"privacy": { "useUpdateCheck": false, "useGravatar": true, "useRpcPing": false, "useStructuredData": true, "enableDeveloperExperiments": true }This did nothing even after a few restarts. So I removed the enableDeveloperExperiments and left Gravatar = true but did not see any changes from that either.
Is there another area that needs to be updated/compiled to enable the Labs area via enableDeveloperExperiments
-
@robi It was edited via the File Manager as described in the Cloudron Documentation for Ghost App.
from what I can see in the File Manager windows, the file is
/app/data/config.production.json
-
In the Cloundron Ghost app docs
https://docs.cloudron.io/apps/ghost/#gravatar
It is mentioned that you can enable Gravatar in the config.production.json, save the file and restart.
I tried adding enableDeveloperExperiments as follows
"privacy": { "useUpdateCheck": false, "useGravatar": true, "useRpcPing": false, "useStructuredData": true, "enableDeveloperExperiments": true }This did nothing even after a few restarts. So I removed the enableDeveloperExperiments and left Gravatar = true but did not see any changes from that either.
Is there another area that needs to be updated/compiled to enable the Labs area via enableDeveloperExperiments
@briankb-0 Per https://github.com/TryGhost/Ghost/blob/main/config.development.json, looks like
enableDeveloperExperimentsmust not be inside privacy. So,{ "enableDeveloperExperiments": true, "privacy": { "useUpdateCheck": false, "useGravatar": true, "useRpcPing": false, "useStructuredData": true } } -
@briankb-0 Per https://github.com/TryGhost/Ghost/blob/main/config.development.json, looks like
enableDeveloperExperimentsmust not be inside privacy. So,{ "enableDeveloperExperiments": true, "privacy": { "useUpdateCheck": false, "useGravatar": true, "useRpcPing": false, "useStructuredData": true } } -
N nebulon marked this topic as a question on
-
N nebulon has marked this topic as solved on
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login