...
When Keydates need to be updated , you have to back out the static content and replace it with the standard keydate block as below. You then need to preview the asset again and re-add the keydates back in.you need to do the following:
1) Add the below code block to the parent about page, then preview in squiz to get the keydateset output (i.e. add to About under Bachelor of Arts, then preview the Bachelor of Arts folder in squiz)
2) Copy this keydateset block in to subjects / majors where needed
3) Where there is a unique start / apply date set for the subject or major that differs from the parent qual / degree, you need to add the same block of code below to the Apply page of the subject / major, preview the parent qual and copy and paste the output in.
4) Remove 3) if used
5) Remove 1 if used
6) Test
Code Block |
---|
{ "contentType" : "postgrad-apply", "content" : { "startStudying" : { "type" : "keyDatesSet", "heading" : "Start studying", "appendix" : "", "keyDatesSet" : [ %asset_parent^as_asset:asset_metadata_keyDateSet^as_asset:asset_contents^replace_keywords:empty:{asset_parent^as_asset:asset_metadata_parentProgramme^as_asset:asset_metadata_keyDateSet^as_asset:asset_contents}% {}] }, "fees" : { "contentType" : "fees", "heading" : "", "content" : "" } } } |
...