Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LanguageOverride

Hierarchy

Index

Properties

child?: Core.Graph
curie: "fx:language_override"
links: { fx:language_overrides: LanguageOverrides; fx:store: Backend.Rels.Store; fx:template_set: TemplateSet; self: LanguageOverride }

Type declaration

props: { code: string; custom_value: string; date_created: null | string; date_modified: null | string; gateway: string }

Type declaration

  • code: string

    The code for this language string. This is the same code you will see in the FC.json.config.lang array.

  • custom_value: string

    Your custom string for this language code.

  • date_created: null | string

    The date this resource was created.

  • date_modified: null | string

    The date this resource was last modified.

  • gateway: string

    For the language strings specific to a payment gateway, enter the gateway key here.

zooms?: Readonly<Record<string, undefined | Core.Graph>>

Generated using TypeDoc