-
If I have 3 databases:
is it sufficient to specify the shared structures key in the root database only? Or should I do this:
|
Beta Was this translation helpful? Give feedback.
Answered by
kriszyp
May 24, 2022
Replies: 1 comment
-
You would need to specify the sharedStructuresKey for every database that you want to use that functionality, so the latter would be probably what you want (although if your root database doesn't hold any of its own structured data, you could omit that one). |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
vedantroy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You would need to specify the sharedStructuresKey for every database that you want to use that functionality, so the latter would be probably what you want (although if your root database doesn't hold any of its own structured data, you could omit that one).