Hi,

I'm working with drupal 8.

I created a custom content entity and I'd like to store an array.

This array has to contain condition configurations (plugin condition).

The ultimate aim is to show only entities complying with conditions.

I have already looked at the context module, but they use a config entity to store their condition.

I tried to use a field map to store this configuration but without success.

Any idea?