1
0
mirror of synced 2025-12-21 10:57:10 -05:00
Files
docs/includes/graphql-deprecation.html
Jason Etcovitch caaee7a124 Update all files to use {% data %} (#15253)
* 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
2020-09-29 16:01:04 -04:00

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 %}