Use cases
You can use this field in exactly the same cases as Text area, but with more control. If you need additional sections in your template and you want to have control of text formatting this is the perfect field for your needs.
Setup
Example Usage
{% assign rich_text = product.metafields.airf.rich_text %}
{% if rich_text and rich_text != ' ' %}
{{ rich_text }}
{% endif %}