* Add back changes from prior to purge * Manually fix some invalid Liquid * Updoot render-content * Improve test messages to show correct output * Run el scripto * Pass the remaining test
7 lines
298 B
HTML
7 lines
298 B
HTML
{% if item.isDeprecated %}
|
|
<div class="extended-markdown warning border rounded-1 mt-3 mb-4 p-3 border-red bg-red-light f5">
|
|
<p><b>{% data ui.products.graphql.reference.deprecation_notice %}</b></p>
|
|
<p><code>{{ item.name }}</code> is deprecated. {{ item.deprecationReason }}</p>
|
|
</div>
|
|
{% endif %}
|