diff options
-rw-r--r-- | template/en/default/filterexceptions.pl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/template/en/default/filterexceptions.pl b/template/en/default/filterexceptions.pl index 2929bbf22..cd4e3e4d0 100644 --- a/template/en/default/filterexceptions.pl +++ b/template/en/default/filterexceptions.pl @@ -447,6 +447,11 @@ 'link_uri' ], +'admin/custom_fields/cf-js.js.tmpl' => [ + 'constants.FIELD_TYPE_SINGLE_SELECT', + 'constants.FIELD_TYPE_MULTI_SELECT', +], + 'admin/params/common.html.tmpl' => [ 'sortlist_separator', ], |