The page is located on the dedicated portal node.
Generally, the announcements list looks as shown below:
You can modify the announcement record color scheme regarding their type. For this, create the necessary Style Rules for the Announcements table. |
To configure breadcrumbs correctly, it is recommended to use the attribute values as in the example below (type these values in the Template field of the widget form):
<div class="announcementList__breadcrumbs"> <breadcrumbs> </div> |
To configure a listitems widget, it is recommended to follow the recommendations when filling in the attribute values. You can use the example below as a pattern:
<listitems class="linkStyles" tableName="announcement" condition="" listView="AnnounceView" choiceConditionName="announcement_type" dateConditionName="sys_created_at" perPage="5" displayColumnNumber="2"> </listitems> |
The page is located on the dedicated portal node.
Generally, the announcements list looks as shown below:
You can modify the announcement record color scheme regarding their type. For this, create the necessary Style Rules for the Announcements table. |