Default password customfield plaintext attribute to false

This commit is contained in:
nathangray
2020-06-16 09:23:54 -06:00
parent 10f70d9410
commit b56a8f9901
5 changed files with 26 additions and 1 deletions

View File

@ -485,6 +485,7 @@ export class et2_customfields_list extends et2_valueWidget implements et2_IDetac
// No label on the widget itself
delete (attrs.label);
attrs['viewable'] = true;
attrs['plaintext'] = false;
return true;
}