Skip to content

Commit

Permalink
RT-15535: make more clear
Browse files Browse the repository at this point in the history
  • Loading branch information
pieterjan.eilers committed Dec 2, 2024
1 parent 3407017 commit 5cac5e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/registrars/realtimeregister/additionalfields.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@

// Use this variable to skip getting the metadata for any tld's, add custom fields at the bottom of the file
$skip = ['nl'];

$tlds = [];
$languageCodes = [];

Expand Down Expand Up @@ -106,7 +107,7 @@ function ($field) {
}
}

/* Add custom fields here, example
/* Add custom fields here (not translations), example
$additionaldomainfields[".nl"][] = [
"Name" => "Name1",
"LangVar" => "langvar_1",
Expand Down

0 comments on commit 5cac5e7

Please sign in to comment.