Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In your Translator scripts, you can programmatically:

Expand
titleAccess your custom fields

component.fields() to access a lua table of all configured custom field names and values.

Here, we are storing our custom fields key value pairs in a variable called configs that can bw call in the script to pass configuration values like the database name we are connecting to.

...