BUG Fix compat with userforms/translatable

This commit is contained in:
Damian Mooyman 2015-05-29 15:49:36 +12:00
parent e9df40cc5a
commit 64b0d6203f
1 changed files with 10 additions and 0 deletions

View File

@ -15,6 +15,16 @@ class UserDefinedForm extends Page {
* @var string Required Identifier
*/
private static $required_identifier = null;
/**
* Prevent translatable module from attepmting to translate FieldEditor
*
* @var array
* @config
*/
private static $translate_excluded_fields = array(
'Fields'
);
/**
* @var array Fields on the user defined form page.