Hello, I can’t find the card to insert a Gif in the editor.
In Ghost’s documentation it seems that there is such an option, but I can’t find it in my editor:
Can anyone help?
Thank you.
Hello, I can’t find the card to insert a Gif in the editor.
In Ghost’s documentation it seems that there is such an option, but I can’t find it in my editor:
Can anyone help?
Thank you.
If you’re self-hosting, I think you need to set the API key:
Thanks for your reply. I got my API key from Tenor, but I’m not quite sure where to insert the code. Should it work if I insert it as code in the footer or should I include it in one of the folders of my theme? Thanks for your help
You need to set it in your config.production.json
- the easiest way to do this is to cd
into the installation directory, and then run ghost config set tenor.googleApiKey <KEY>
. Afterwards, run ghost restart
to restart your instance