0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

Added individual settings fields to search keywords (#18704)

- this builds upon #18608
- related to a discussion in the Ghost forum here: https://forum.ghost.org/t/searching-the-new-ui-bug/42043/2
This commit is contained in:
Jannis Fedoruk-Betschki 2023-10-24 17:30:12 +02:00 committed by GitHub
parent 1b82efe5d2
commit 1af8d588f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -19,8 +19,8 @@ export const searchKeywords = {
twitter: ['twitter card', 'structured data', 'rich cards', 'x card'],
facebook: ['facebook card', 'structured data', 'rich cards'],
socialAccounts: ['social accounts', 'facebook', 'twitter', 'structured data', 'rich cards'],
lockSite: ['password', 'lock site', 'make this site private'],
users: ['users and permissions', 'roles', 'staff']
lockSite: ['password protection', 'lock site', 'make this site private'],
users: ['users and permissions', 'roles', 'staff', 'invite people', 'contributors', 'editors', 'authors', 'administrators']
};
const GeneralSettings: React.FC = () => {

View file

@ -11,7 +11,7 @@ import useFeatureFlag from '../../../hooks/useFeatureFlag';
export const searchKeywords = {
portal: ['portal', 'signup', 'sign up', 'signin', 'sign in', 'login', 'account', 'membership'],
access: ['default', 'access', 'subscription', 'post', 'membership'],
access: ['default', 'access', 'subscription', 'post', 'membership', 'comments', 'commenting'],
tiers: ['tiers', 'payment', 'paid', 'stripe'],
tips: ['tip', 'donation', 'one time', 'payment'],
embedSignupForm: ['embeddable signup form', 'embeddable form', 'embeddable sign up form', 'embeddable sign up'],