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

View File

@ -16,6 +16,16 @@ class UserDefinedForm extends Page {
*/
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.
*/