Language

type => 'language' // TCA

The Language type is for rendering a select box with all available languages for the current installation.

Examples

Minimal

name: example/language
fields:
  - identifier: language
    type: Language
Copied!