Is there a way to access the DisplayText on the selected item on ContentFieldPicker using liquid #11659
-
Is there a way to access the DisplayText on the selected item on ContentFieldPicker using liquid? In other words, I have a customer If this is not possible, alternately I would be able to achieve the same this using vanilla JavaScript if I am able to listen to the change event of the |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Here an example of the usage of the Content.ContentItemId liquid accessor.
|
Beta Was this translation helpful? Give feedback.
-
ContentItemId is a property accessor of a pseudo Content object.
So remove Just keep |
Beta Was this translation helpful? Give feedback.
ContentItemId is a property accessor of a pseudo Content object.
So remove
Model.
fromModel.Content.ContentItemId[customerId]
Just keep
Content.ContentItemId[customerId]