mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03:00
a7cf374566
refs https://github.com/TryGhost/Team/issues/1225 When inserted opens a searchable gif selector, creating an image card when a gif is chosen. Includes keyboard navigation once open: - `Tab`/`Shift+Tab` cycles highlighted gif through search result order - `Up` / `Down` / `Left` / `Right` moves highlight in the respective direction - `Enter` inserts highlighted gif For the gifs card to be activated it's necessary to add a Tenor API key (obtained freely from https://tenor.com/gifapi) via your config.production.json file: ``` ... "tenor": { "publicReadOnlyApiKey": "YOUR_KEY" } } ``` |
||
---|---|---|
.. | ||
design | ||
integration/webhooks | ||
integrations | ||
staff | ||
theme | ||
code-injection-loading.hbs | ||
code-injection.hbs | ||
general-loading.hbs | ||
general.hbs | ||
integration.hbs | ||
integrations.hbs | ||
labs-loading.hbs | ||
labs.hbs | ||
members-email.hbs | ||
membership.hbs | ||
navigation.hbs | ||
product.hbs | ||
products.hbs | ||
theme.hbs |