Is there any way to set a custom NameProvider or other way to change the default Cross Reference behavior? #1734
Answered
by
msujew
AignerGames
asked this question in
Q&A
-
Hello, |
Beta Was this translation helpful? Give feedback.
Answered by
msujew
Oct 30, 2024
Replies: 1 comment 1 reply
-
Hey @AignerGames, Yes you're completely right, you would create a new |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
AignerGames
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @AignerGames,
Yes you're completely right, you would create a new
NameProvider
(or override the existingDefaultNameProvider
and use that in your service module. See our documentation on how to do that.