case-source-reference

Information

Folder
src/components/patterns/case-source-reference

Files

Schema
Mocks
Template
// src/components/patterns/case-source-reference/case-source-reference.twig

{{ attach_library("circle_dot/pattern-case-source-reference") }}

<div class="CaseSourceReference">
	{% if source_attribution %}
		{{ source_attribution }}
	{% endif %}

	{% if case_citation %}
		{{ case_citation }}
	{% endif %}
</div>

Error: schema is invalid: data/properties must be object

Variants

Only source attribution
Open

Only source attribution mock data

Raw
Resolved
Only case citation
Open

Only case citation mock data

Raw
Resolved
Both source attribution and case citation
Open

Both source attribution and case citation mock data

Raw
Resolved