Files Structure

When setting up a files connector, it is important to remember few things. You are going to export/import content from/to file folders and to make these operations work correctly, you have to double check that your file folders respect the following structure:

  • [Project folder]/[Language folder]/[Content files]

Where

  • [Project folder] is a first level, where project folders are going to be stored.
  • [Language folder] is a second level, where all languages of a project are kept.
  • [Content files] is the third level, where content files are stored.

Here is an example of the described structure:

  • Project_1                              // folder
    • en_GB                        // folder
      • File_1               // file
      • File_2               // file
      • File_N               // file
    • ru_RU                        // folder
      • ...
  • Project_N

We strongly recommended that you use language codes your content storage uses when naming the language folders.