These docs are for v2.1. Click to read the latest docs for v5.0.

Multi language

Each field can be defined as a multi language field by using a specific field type in the options layout file.

Multi language fields are marked with the flag image.

592

Edit form

Available field types

  • Multi lingual Text : mltext
  • Multi lingual CKeditor : mlckeditor
  • Multi lingual wysihtml : mlwysihtml
  • Multi lingual url : mlurl
  • Multi lingual Image : mlimage
  • Multi lingual File : mlfile

Example

"Title": {
	"type":"mltext"
},
"Summary": {
	"type":"mlwysihtml"
},