Table of Contents |
---|
...
Code Block |
---|
{ "contentType" : "intro", "heading" : "", "content" : "" } |
postgrad-apply
Used for the application/starting content block on postgraduate apply pages.
Code Block |
---|
{
"contentType" : "postgrad-apply",
"content" : {
"startStudying" : {
"type" : "studyLengthTrimester",
"heading" : "Start Studying",
"appendix" : "If you’ve missed the apply deadline, don’t worry—it’s still possible to make a late application. Contact the Programme Director to discuss your options.",
"content" : [
{
"startDate" :"%globals_asset_attribute_start_date_short:355524%",
"startTrimester" :"%globals_asset_metadata_trimesterNumber:355524%",
"applyBy" :"%globals_asset_attribute_start_date_short:365079%"
},
{
"startDate" :"%globals_asset_attribute_start_date_short:355515%",
"startTrimester" :"%globals_asset_metadata_trimesterNumber:355515%",
"applyBy" :"%globals_asset_attribute_start_date_short:365077%"
},
{
"startDate" :"%globals_asset_attribute_start_date_short:355523%",
"startTrimester" :"%globals_asset_metadata_trimesterNumber:355523%",
"applyBy" :"%globals_asset_attribute_start_date_short:365078%"
}
]
},
"fees" : {
"contentType" : "fees",
"heading" : "",
"content" : ""
}
}
} |
The startDate and startTrimester asset numbers are either:
Trimester 1: 355515
Trimester 2: 355523
Trimester 3: 355524
The applyBy asset numbers are either:
Trimester 1: 365077
Trimester 2: 365078
Trimester 3: 365079
Using the globals_asset keywords ensures that these values will return the correct results. At some point these lists will be automatically sorted by the angular app so that the closest date appears first, but for now they should be manually specified. (e.g. after the applyBy date for the second trimester has finished, make sure that the third trimester is the first one in the list).
related-degrees
Used exclusively on subject pages. Is how the subject links to the degree pages.
...
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).
...