...
API Content
Adding Study Detail Pages
Study detail URLs are automatically created on the related consortium site when a study is created and marked “Active” in Django.
All information featured in the right column on the page is populated via API and must be updated in Django.
To add study detail information (HTML) text to the left-side of the page, you must do the following:
Go to Structure > Block layout > Add custom block
Create a Research Study Details block </block/add/research_study_details>
Insert the protocol number in the title (this will make your life easier later)
Enter all study detail text and format as required. Please make sure to implement headings in an accessible manner (in order, no skipping levels).
Should you need to edit this block, you can find it here Structure > Block layout > Custom block library </admin/structure/block/block-content>
Save the new block, then navigate to Structure > Block layout > Custom block library </admin/structure/block>
Scroll to the Research Study Detail section and click “Place Block”
Search for your block name and click the “Place Block” button
Click the “Configure” button
Make sure to deselect the “Display title” box
Under “Visibility,” select “Page” and enter the path alias for the related study detail page, e.g. /research-study/7701 (do not use the full website address). If you skip this step the newly created study detail page will populate onto every detailed study page.
Click the “Save” button. Your Study Detail text will not appear on the left side of the Study Detail page.
How to update the Menu options
...