Access prefix and suffix attributes in custom presenter

We are making a custom presenter and need to be able to see what values are in the suffix and prefix settings.

With presenter.get_fragment_settings we can see lots of attributes such as omit if blank and hint, however these are missing.

Is this possible?

Hi, these should already be available from get_fragment_settings(), as ‘text_prefix’ and ‘text_suffix’.

If not, can you let me know what version you are on?

Just to add, they will only be present if they have a value set.

ah, we can see them. We need to do a bit of work to manipulate the field value to remove them so we can treat them as separate entities, but I think we are on our way now. Thanks