surfinzap / tota

Public repository for tota.sk—an NPO in Slovakia cherishing the Rusyn culture.
https://tota.sk
6 stars 2 forks source link

Add a rich text resolver for image in a Rich-text #3

Closed surfinzap closed 4 years ago

surfinzap commented 4 years ago

Current state

Kontent JS SDK render an image with following code

<figure>
    <img>
</figure>

Desired state

Override a rendered output with a following template

<figure>
    <img>
    <figcation>
<figure>

Notes

surfinzap commented 4 years ago

This cannot be done with current JS SDK (according to Richard). He asked me to set up an issue for that.

surfinzap commented 4 years ago

Related issue at JS SDK → https://github.com/Kentico/kontent-delivery-sdk-js/issues/272

surfinzap commented 4 years ago

Closing an issue with a workaround