No notes defined.

<article class='c-discovery_journey_phase discovery_journey_phase type-discovery_journey_phase c-discovery_journey_phase--full'>
    <div class='c-workflow-info c-discovery_journey_phase__workflow-info'>
        <h2 class='sr-only'>Workflow</h2>
        <ul class='c-workflow-info__items c-worklow-info__items--2'>
            <li class='c-workflow-info__items__item c-workflow-info__items__item--1'>Published</li>
            <li class='c-workflow-info__items__item c-workflow-info__items__item--0'>Active</li>
        </ul>
    </div>
    <div class='c-discovery_journey_phase__content-wrapper'>
    </div>

</article>
<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>
{
  "theme": "support",
  "entityType": "discovery_journey_phase",
  "display": {
    "view_mode": "full"
  },
  "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": "#"
}