Skip to content

Commit

Permalink
Allow multiple Merge Tags for Entry Slug field #2159
Browse files Browse the repository at this point in the history
  • Loading branch information
zahardev committed Dec 19, 2024
1 parent 4a9b06f commit 619e85c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion future/includes/class-gv-permalinks.php
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ private function entry_slug_validation(): array {
),
],
[
'rule' => 'matches:^[a-zA-Z0-9_{}\-]*$',
'rule' => 'matches:^(?:[a-zA-Z0-9_\-]|{[^}]*})*$',
'message' => esc_html__(
'Only letters, numbers, underscores and dashes are allowed.',
'gk-gravityview',
Expand Down

0 comments on commit 619e85c

Please sign in to comment.