PACKS_COMPATIBILITY_MODE

This key defines which Pack structure should be used to export a Pack with the Plugin Manager. For more information, see About the Plugin Manager

Important! The --build-mode option of the build command (Package Manager) overrides the values defined in this variable. For more information, see Creating Packs.

  • Description: Pack content can be exported in two ways:

    • Via XML files containing both the folder structure and the file content (ImportXML-ExportXML):

      The following files are created to export the Pack:

      • XML file containing the Pack Folder
      • XML file containing the App Data of Pack Folder
      • Storage object
      • Metadata VARA
      • Document
    • Via Folders and XML/JSON files (FileSync):

      The following files are created to export the Pack:

      • Each folder in the AE is exported as a folder.
      • Each object in the AE is exported as an xml/json file.
  • Allowed values:

    • ALL: The Pack content is exported in both formats: XML, JSON.

    • JSON: The Pack content is exported in JSON format.

    • XML: The Pack content is exported in XML format.

  • Default value: JSON

  • Restart required: No

See also: