mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Added webhooks to admin search keywords
no issue - Webhooks are advanced and powerful feature Ghost offers, but they are quite hidden in the settings - This change adds 'webhooks' keyword to the search in the sidebar to point users in the right direction
This commit is contained in:
parent
c21736a444
commit
dac97218d7
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ import SearchableSection from '../../SearchableSection';
|
|||
import SpamFilters from './SpamFilters';
|
||||
|
||||
export const searchKeywords = {
|
||||
integrations: ['advanced', 'integrations', 'zapier', 'slack', 'unsplash', 'first promoter', 'firstpromoter', 'pintura', 'disqus', 'analytics', 'ulysses', 'typeform', 'buffer', 'plausible', 'github'],
|
||||
integrations: ['advanced', 'integrations', 'zapier', 'slack', 'unsplash', 'first promoter', 'firstpromoter', 'pintura', 'disqus', 'analytics', 'ulysses', 'typeform', 'buffer', 'plausible', 'github', 'webhooks'],
|
||||
migrationtools: ['import', 'export', 'migrate', 'substack', 'substack', 'migration', 'medium'],
|
||||
codeInjection: ['advanced', 'code injection', 'head', 'footer'],
|
||||
labs: ['advanced', 'labs', 'alpha', 'beta', 'flag', 'routes', 'redirect', 'translation', 'editor', 'portal'],
|
||||
|
|
Loading…
Add table
Reference in a new issue