Textarea field with a variable word inside? #7020
-
I have a textarea field, in which my client can add text, inside this text there will be an amount of days (until the event), for example
This will be calculated using the current date, minus a global set date, is this possible using Statamic? |
Beta Was this translation helpful? Give feedback.
Answered by
ryanmitchell
Nov 8, 2022
Replies: 1 comment 1 reply
-
Yes, you select the following field in the config: Then you can specify the days as a variable in your template or in a view model |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
notflip
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, you select the following field in the config:
Then you can specify the days as a variable in your template or in a view model