Resolves gh-53 with stable export & import of fully mapped components. Key export & import encryption and forced update switch, with error and waring messages has been added.

This commit is contained in:
2017-03-28 16:57:59 +02:00
parent 8b522f44d9
commit f61bb46073
196 changed files with 1172 additions and 899 deletions

View File

@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.3.8
@build 27th March, 2017
@version 2.3.9
@build 28th March, 2017
@created 30th April, 2015
@package Component Builder
@subpackage settings_right.php
@@ -39,7 +39,9 @@ $fields = $displayData->get('fields') ?: array(
'addfiles',
'spacer_hr_e',
'note_add_folders',
'addfolders'
'addfolders',
'spacer_hr_f',
'export_key'
);
$hiddenFields = $displayData->get('hidden_fields') ?: array();