Skip to content

Commit

Permalink
Update enums
Browse files Browse the repository at this point in the history
  • Loading branch information
AmbientLighter committed Jan 21, 2025
1 parent 3aa09bb commit 77ca002
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/FeaturesEnums.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export enum InvitationsFeatures {
}

export enum MarketplaceFeatures {
call_only = 'marketplace.call_only',
catalogue_only = 'marketplace.catalogue_only',
conceal_prices = 'marketplace.conceal_prices',
import_resources = 'marketplace.import_resources',
Expand Down
6 changes: 6 additions & 0 deletions src/SettingsDescription.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ export const SettingsDescription = [
default: 'EUR',
type: 'string',
},
{
key: 'MARKETPLACE_LANDING_PAGE',
description: translate('Marketplace landing page title.'),
default: 'Marketplace',
type: 'string',
},
],
},
{
Expand Down
4 changes: 4 additions & 0 deletions src/features/FeaturesDescription.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ export const FeaturesDescription: FeatureSection[] = [
key: 'marketplace',
description: translate('Marketplace offerings and resources'),
items: [
{
key: 'call_only',
description: translate('Allow marketplace to serve only as aggregator of call info.'),
},
{
key: 'catalogue_only',
description: translate('Allow marketplace to function as a catalogue only.'),
Expand Down

0 comments on commit 77ca002

Please sign in to comment.