Guidance

The Featured List Widget must have a title and may have a lead sentence. The widget can display 1-6 items, which may be numbered or unnumbered.

Each item will be rich text, which can contain bold, italics, superscript, subscript and links. The character limit for each item is 400.

When to use

Use the Featured List Widget when you want to present a list of key information on a home page or section landing page.

When not to use

Do not use within page content eg. document pages, blog posts, news etc. Do not use when the any of the items are over 400 characters or contain typographical or other content (eg images) not listed above.

Developer guidance

The Featured List Widget makes use of the @uol-list-featured component. Ensure you have read the notes for @uol-list-featured

{% if items.length %}
  {% extends '@uol-widget' %}

  {% block widget_content %}
    {% render '@uol-list-featured', {
      items: items,
      type: variant
    } %}
  {% endblock %}
{% endif %}
<div class="uol-widget-container">
    <div class="uol-widget uol-widget--list-featured">

        <div class="uol-widget__left-col">

            <div class="uol-widget__head">

                <h2 class="uol-widget__title">Strategic Plan 2018 to 2023</h2>

                <div class="uol-widget__lead">
                    <p>This is a lead sentence lingues coalesce, li grammatica del resultant lingue es plu simplic eregulari quam ti del coalescent lingues Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.</p>
                </div>

            </div>

        </div>

        <div class="uol-widget__content">

            <ul role=list class="uol-list-featured">

                <li class="uol-list-featured__item " role=listitem>Ensure that its research environment delivers high quality outputs to academia and the financial sectors. We strive for research excellence.</li>

                <li class="uol-list-featured__item " role=listitem>Promote and encourage a lively and successful doctoral community. While the number of staff focusing on banking research at Leeds is already large by UK standards, the outputs of IBI will be leveraged via close working partnerships with its doctoral students.</li>

                <li class="uol-list-featured__item " role=listitem>To address key issues facing the global banking industry. </li>

                <li class="uol-list-featured__item " role=listitem>Develop and support existing academic staff to achieve their potential and appoint high achievers. IBI has a clear strategy of combining experienced and early career academics, creating a stream of research papers and reports from complementary and overlapping interests and expertise.</li>

                <li class="uol-list-featured__item " role=listitem>Success will be achieved by a series of ‘milestone outputs’ from the individual and collective efforts of the team: discussion papers introducing novel research ideas and findings, journal publications with ABS 4* and 4 ratings, industry-relevant reports, and the progression of graduate students and staff members.</li>

            </ul>

        </div>
    </div>
</div>
{
  "widget_type": "list-featured",
  "widget_title": "Strategic Plan 2018 to 2023",
  "widget_lead": "<p>This is a lead sentence lingues coalesce, li grammatica del resultant lingue es plu simplic eregulari quam ti del coalescent lingues Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.</p>",
  "variant": "unordered",
  "items": [
    {
      "content": "Ensure that its research environment delivers high quality outputs to academia and the financial sectors. We strive for research excellence."
    },
    {
      "content": "Promote and encourage a lively and successful doctoral community. While the number of staff focusing on banking research at Leeds is already large by UK standards, the outputs of IBI will be leveraged via close working partnerships with its doctoral students."
    },
    {
      "content": "To address key issues facing the global banking industry. "
    },
    {
      "content": "Develop and support existing academic staff to achieve their potential and appoint high achievers. IBI has a clear strategy of combining experienced and early career academics, creating a stream of research papers and reports from complementary and overlapping interests and expertise."
    },
    {
      "content": "Success will be achieved by a series of ‘milestone outputs’ from the individual and collective efforts of the team: discussion papers introducing novel research ideas and findings, journal publications with ABS 4* and 4 ratings, industry-relevant reports, and the progression of graduate students and staff members."
    }
  ]
}