Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

Task Description

...

  • If this is the first dynamic term list you are adding to domain-instance-vocabularies.xml, then add <instances> and </instances> to the top and bottom of the file.
  • The markup to create a dynamic term list requires a instance element:

Code Block
languagexml
<instance id="vocab-{brief vocabulary name}">
	<web-url>{brief vocabulary name}</web-url>
	<title-ref>{brief vocabulary name}</title-ref>
	<title>{display name of vocabulary}</title>
	<options>
		<option id="{brief term identifier}">{term meaning}</option>
		<option id="{brief term identifier}">{term meaning}</option>
		<option id="{brief term identifier}">{term meaning}</option>
		....
	</options>
</instance>

...