How do you get the MediaTexts from a MediaField in a template? #17118
-
Using the Admin UI I created a template called This is the results. {{ Model.Field | json}} {
"Paths":["myimage.webp"],
"MediaTexts":["my image"]
} {{ Model.Paths | json}} ["myimage.webp"]
|
Beta Was this translation helpful? Give feedback.
Answered by
jeff-techstension
Dec 4, 2024
Replies: 1 comment
-
You can access the MediaTexts with through the
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jeff-techstension
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can access the MediaTexts with through the
Field.Content
property.