larva components: c-dek
Available Variants
prototypePerfection 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!
c-dek
README
c-dek
c-dek is intended for small paragraphs of text such as an excerpt or a small description of other content. It is a paragraph tag. If c_dek_markup is used for populating the tag, back-end developers should ensure that the markup does not contain surrounding p
tags.
c-dek
Twig The markup file.
{% if c_dek_text %}
<p class="c-dek {{ modifier_class }} {{ c_dek_classes }}">{{ c_dek_text }}</p>
{% endif %}
{% if c_dek_markup %}
<p class="c-dek {{ modifier_class }} {{ c_dek_classes }}">
{{ c_dek_markup|raw }}
</p>
{% endif %}
c-dek
JSON The data object for this pattern.
{
"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!"
}