nanami
1
At this page
https://www.wix.com/code/home/forum/questions-answers/solution-post-repeater-s-text-string-max-length-in-3-lines
I can’t understand the mean
//itemData.title refer to database’s field… let repeaterTitle = itemData.title;
database’s field is this image one?
Or somewhere other repeaterTitle?
nanami
2
I want to Repeater’s text string max.length in 3 lines.
So I did this pages code "At this page
https://www.wix.com/code/home/forum/questions-answers/solution-post-repeater-s-text-string-max-length-in-3-lines "
but I can’t understand the mean //itemData.title refer to database’s field… let repeaterTitle = itemData.title; database’s field is this image one?
Hi,
This is the referred field (Field Key equals to title in this example) of the database:
You can reach this panel via database view, click on the three dots then Manage Properties.

Good luck!
Roi.