larva objects: o-faq-item
Available Variants
prototypeTitle of a story
Perfection is rarely achieved in movies, but this heaven-sent concert doc hits the sweet spot. Over two days in January 1972, the Queen of Soul, Aretha Franklin — she was 29 at the time — sweeps into the New Temple Missionary Baptist Church in Watts in front of a congregation and testifies to God in song. The blessed thing took nearly half a century to come out because director Sydney Pollack failed to sync the image with the sound. Then digital angels stepped in, and glory, glory, hallelujah!
o-faq-item
README
This needs docs!
Create a README.md in the pattern's directory and add details about using this pattern in markdown.
o-faq-item
Twig The markup file.
<div class="o-faq-item {{ modifier_class }} {{ o_faq_item_classes }}">
{% if c_title %}
{% include "@larva/components/c-title/c-title.twig" with c_title %}
{% endif %}
{% if c_dek %}
{% include "@larva/components/c-dek/c-dek.twig" with c_dek %}
{% endif %}
</div>
o-faq-item
JSON The data object for this pattern.
{
"modifier_class": "",
"o_faq_item_classes": "",
"c_title": {
"c_title_classes": "lrv-u-margin-t-1 lrv-u-padding-b-1 lrv-u-border-b-1",
"c_title_tag_text": "",
"c_title_id_attr": "title-of-a-story",
"c_title_text": "Title of a story",
"c_title_markup": "",
"c_title_link_classes": "",
"c_title_url": ""
},
"c_dek": {
"c_dek_classes": "",
"c_dek_markup": "",
"c_dek_text": "Perfection is rarely achieved in movies, but this heaven-sent concert doc hits the sweet spot. Over two days in January 1972, the Queen of Soul, Aretha Franklin — she was 29 at the time — sweeps into the New Temple Missionary Baptist Church in Watts in front of a congregation and testifies to God in song. The blessed thing took nearly half a century to come out because director Sydney Pollack failed to sync the image with the sound. Then digital angels stepped in, and glory, glory, hallelujah!"
}
}