Import some useful vocabularies in the starter site #142
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The Starter Site creates some empty vocabularies like Country, Language, and Frequency, for which you most likely want to use an certain set of values from LC.
However the getting of these values into islandora through batch loads or migrations isn't trivial, so MIG proposes that we do it for you.
This PR populates
The intention here is not to dictate that you must use these values - if you have your own you are most welcome to use those instead! But this is a convenience that makes the system more useable out of the box.
We also added a field to these vocabularies called "Code" in case it helps migrating users to look up a stored code. I set field_code to display in the form, but not the display, because users don't really need to see it.
I chose to make the Authority Link's link text equal to the URI itself, so that you can see it is a URI and also the code (which is the final segment of the URI). But I can change what displays if there's consensus.