Table of Contents |
---|
...
This is a bit confusing, so see Architecture>Interior Architecture for a good example of how it is used. (Asset id 309042)
The content element is used to provide extra information about the related degree where necessary. This is just a plain text field. See Economics and Finance>Actuarial Science for a good example of this (asset number 309568).
...
Code Block |
---|
<a ui-sref='degrees#requirements'>link text</a> |
International and Domestic content
Most of the international content is handled by the app. Including fees, requirements etc.
However there are some blocks which are set to be visible only for international or domestic students. This is set with the "region" value set to either "domestic" or "international".
E.g. asset id 341060
Code Block |
---|
{
"contentType" : "content-plain-links",
"heading" : "Scholarships",
"region" : "domestic",
"content" : "Scholarships are awarded to hundreds of first-year students each year. They help with tuition fees and accommodation costs at Victoria's halls of residence. There are two types of scholarships for school leavers—Victoria Excellence Scholarships and Victoria Achiever Scholarships.\nYou can also apply for a TeachNZ Scholarship. These scholarships are awarded based on specific areas where teachers are needed.",
"links" : [{
"linkText" : "Search scholarships",
"linkTitle" : "Search scholarships",
"link" : "http://www.victoria.ac.nz/study/student-finance/scholarships"
}]
} |
By default content will appear to anyone who visits the page. If the region is domestic, it will only show to non-international students. If the region is international, it will only show to international students.
This can be applied to any content block.
Squiz keywords. When and how to use them:
...