feat: add 'domain' category to mappings dropdown
Users can now label mappings as 'domain' (e.g. mycompany.com → example.com). This is a category label for organization — the substitution works the same as any other mapping. https://claude.ai/code/session_01Dvgwe7XMoSxnWXkih8p1Cw
This commit is contained in:
@@ -102,6 +102,7 @@
|
||||
<option value="address">Address</option>
|
||||
<option value="ssn">SSN</option>
|
||||
<option value="dob">DOB</option>
|
||||
<option value="domain">Domain</option>
|
||||
<option value="general">General</option>
|
||||
</select>
|
||||
<label class="checkbox-label">
|
||||
|
||||
Reference in New Issue
Block a user