Import directory from file
Goal
This extension will import directory elements from a file.
Packaging task configuration
<extension name="com.axemble.vdoc.update.vdocportal.ImportDirectoryExtension" critical="true">
<param name="file" value="my-file.zip"/>
<param name="system" value="false"/>
</extension>
Parameter | Mandatory | Description |
---|---|---|
file | true | The directory file name (located in custom/resources directory) providing by the “export” button in the directory. |
system | false | Default to false. If set to true, the groups created by the import will be considered as “system” groups (it can not be deleted anymore). |