Skip to content

Commit

Permalink
Deprecation warning for 11ty/eleventy#174
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Sep 19, 2020
1 parent 607f9d8 commit 0a3bf7c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/data-preprocessing.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ eleventyNavigation:
---
# Global Data File Preprocessing

{% callout "warn" %}<strong>Deprecation Warning</strong>: This feature is deprecated and will be removed in a future version of Eleventy. You can use <a href="/docs/data-js/">JavaScript Data Files</a> or <a href="/docs/data-computed/">Computed Data</a> instead.{% endcallout %}

* Starting in Eleventy 1.0, this feature is disabled by default: `dataTemplateEngine: false`
* Prior versions of Eleventy used Liquid preprocessing by default: `dataTemplateEngine: "liquid"`

Expand Down

0 comments on commit 0a3bf7c

Please sign in to comment.