Reusing Content Editors
<ContentPickerProperty
Value="@MyStringId"
Settings="@(JsonSerializer.Serialize(new ContentPickerSettings { MaxAllowed = 1 }))"
ValueChanged="@(e => MyStringId = e.ToString())"/>Last updated
<ContentPickerProperty
Value="@MyStringId"
Settings="@(JsonSerializer.Serialize(new ContentPickerSettings { MaxAllowed = 1 }))"
ValueChanged="@(e => MyStringId = e.ToString())"/>Last updated