In #224 @SimonMellerin suggested:
anonymization:
default:
customer:
biography:
anonymizer: pattern
options:
value: '{1} {2} has email address {3}.'
1: firstname
2: lastname
3:
anonymizer: email
options: {domain: 'custom-domain.com'}
Let's think about that and implement it whenever we can.
In #224 @SimonMellerin suggested:
Let's think about that and implement it whenever we can.