Last active
August 20, 2018 17:32
-
-
Save andrewfairlie/4a102d0a5b8e41eff946d51316b88be4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% set randomFact = craft.entries.section('fact').order('RAND()').one() %} | |
{ | |
"fulfillmentText": "{{ randomFact.fact }}" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment