Create Setting for MultiValue option to select

Hi,
I am trying to add some values in my custom settings. This is how I created the setting. But I want to change this setting to multivalue. So the user can select multiple values in the platform. Is it possible
to make it multivalue?

At this moment, Settings doesn’t have Multi Value option.

As workaround, you can use

  1. Json
  2. Or String Delimeter, like “Option1;Option2”

Ok ThankYou @OlegoO
i will check these options