No notes defined.
<p class='c-discovery_journey_phase discovery_journey_phase type-discovery_journey_phase c-discovery_journey_phase--one-liner'>
<a class='c-link c-link--muted ' href="#" itemprop="item" itemid="#" title="SIA Discovery Journey 2025"><span itemprop="name">SIA Discovery Journey 2025</span></a>
</p>
{% if display.view_mode == 'one-liner' %}
<p class='{{ get_entity_class( entityType, display ) }}'>
{% if heading %}
{% include get_template( 'link', 'base' ) with {
text: heading.text,
href: heading.url,
display: {
modifiers: [ 'muted' ]
}
} %}
{% endif %}
</p>
{% else %}
<article class='{{ get_entity_class( entityType, display ) }}'>
{% if workflowInfo %}
{% include get_template( 'workflow-info', 'unit' ) with workflowInfo %}
{% endif %}
<div class='c-{{ entityType }}__content-wrapper'>
{% if heading %}
{% include get_template( 'heading', 'unit' ) with heading %}
{% endif %}
{% if fields %}
{% include get_template( 'fields', 'group' ) with fields %}
{% endif %}
</div>
{% if links or button %}
<footer class='c-{{ entityType }}__footer'>
{% include get_template( 'action-bar', 'unit' ) with {
links: links,
button: button
} %}
</footer>
{% endif %}
</article>
{% endif %}
{
"theme": "support",
"entityType": "discovery_journey_phase",
"display": {
"view_mode": "one-liner"
},
"title": "SIA Discovery Journey 2025",
"meta": {
"items": [
"<strong>Launch:</strong> July 1, 2020, 18:30"
]
},
"workflowInfo": {
"display": {
"component": "discovery_journey_phase"
},
"items": {
"status": {
"label": "Published",
"value": 1
},
"is_reviewed": {
"label": "Active",
"value": 0
}
}
},
"can_add_team_member": false,
"add_team_member_url": "#",
"heading": {
"display": {
"modifiers": [
"listicle"
]
},
"text": "SIA Discovery Journey 2025",
"url": "#"
}
}