Exhibitor Listing
Usage
The Exhibitor Listing component allows you to display exhibitors. The listing will be picked up from Market Maker based on the Event Edition code configured on the site.
Example
Authoring
Event Edition Code
Ensure that the Event Edition code is added to the Event tab of the page properties as shown below.
Properties
Field | Description |
---|---|
Max Width | The maximum width for the listing. It will occupy the entire content area when no value is provided. |
Developers
Markup
<div class="exhibitorlisting col component col-lg-12 col-12 aem-GridColumn col-md-12 aem-GridColumn--default--12 col-xl-12 col-sm-12">
<div class="cmp-exhibitorlisting" data-cmp-is="exhibitorlisting" data-max-width="full">
<link rel="stylesheet" href="/etc.clientlibs/aem-component-exhibitorlisting/clientlibs/exhibitorlisting.min.ea07c75eb832bc345b55c924fe7395d9.css" type="text/css">
<script type="text/javascript" src="/etc.clientlibs/aem-component-exhibitorlisting/clientlibs/exhibitorlisting.min.9f11f7e23b6b0454e236d8f6c27e80ba.js"></script>
<div class="cmp-exhibitorlisting__content">...</div>
</div>
</div>