About Context Export
Context Export is an extra which allows you to export an existing context to an XML file.This can be used to import to a new environment or importing it as a new context.The export can be configured to export corresponding ACL's and mediasource elements.
Information
Released
March 22, 2019
Supported Database
MySQL
License
GPLv2
Supported Versions
2.0 - <2.8
Downloads
700
Instructions
After installing the extra the following options are added on the context manager page
- The Import context button which allows you to import a context from an XML file
- The Export to XML action item when "right clicking" a context from the grid
The import allows nested resources and will automatically include the parent resources as well. It will also include the TV values from each resource.
A PHP file is used for mapping settings and resources. This makes it possible to only export certain resources and context settings. You'll need to manually create your own PHP mapping file and please refer to this file using the system setting contextexport.mapping_path.
Further documentation can be found on our github: https://github.com/Sterc/ContextExport
New in 1.0.0-pl
----------------------
Changelog for Context Export
----------------------
ContextExport 1.0.0-pl
==============
- Initial release