Fixed gh-511 so that custom fields also get copied to module fields if set to do so.

This commit is contained in:
2020-01-26 00:24:42 +02:00
parent a31f09aaa3
commit 630bfcb177
5 changed files with 14 additions and 14 deletions

View File

@ -228,6 +228,13 @@ class Structure extends Get
*/
public $fileContentStatic = array();
/**
* Extention Custom Fields
*
* @var array
*/
public $extentionCustomfields = array();
/**
* The standard folders
*