Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1.2 KB

README.md

File metadata and controls

34 lines (27 loc) · 1.2 KB

ASU Events

The ASU Events module provides the events component for Webspark. The component retrieves content from a feed and uses 2 types of filters:

The component can be displayed like:

  • Three cards arrangement
  • Three items in a vertical list
  • All items in a vertical list

Installation instructions

The ASU Events Integration module installs when you create a Webspark site. If you're using this module outside of Webspark or in other situations, see the instructions below.

  1. Add VCS for this github repo in composer.json
{
            "type": "vcs",
            "url": "https://github.com/asulibraries/asu_events"
        }
  1. Composer require the module - composer require asulibraries/asu_events:dev-main
  2. Enable the ASU Events module just like any other module.
  3. Go to Admin -> Structure -> Blocks and create a custom block -> Events.
  4. Embed the block via layout builder or entity embed on a page.

See lib-notes.md for changes made from the Webspark ASU Events module.

Requirements

Drupal 8.x, 9.x, or 10.x.

Fontawesome and Fontawesome Iconpicker modules.