Hi Stefan, based on your comment about integrating ToolTip with FC, I'm jus

Hi Stefan, based on your comment about integrating ToolTip with FC, I’m just trying to set the description of an entry. For now, the description field is not moved to the client in site as an external property and because of this, it cannot be used in setEntryRenderCallback() as you mentioned. Can your confirm it?

My second question is, the FC event is able to define the text color. This possibility is also not implemented in your component. Would it be possible to implemented it?

Thank you for your answer.

Hi Marian,

the description issue has been fixed now.

About the text color: correct, this is currently not yet transported. Not sure when this will be added (I guess it’s a simple thing, but time is currently very short for enhancements). Easiest workaround would be to extend Entry / ResourceEntry, add the property and extend the toJson method.

Hi Stefan,

I did it and it works fine.

Thanks

See 2.3.2 (deleted the previous post due to its length)