framework icon indicating copy to clipboard operation
framework copied to clipboard

Configuration: add typing information to avoid client knowing if its raw or not

Open JeffreyDevloo opened this issue 6 years ago • 3 comments

Possible solutions:

  • add item suffix (easiest)
  • add metdata key with type (requires managing two keys)
  • Wrap in json always with key being type, value being the thing to save (least performant)

All of them require update code once implemented

JeffreyDevloo avatar Dec 12 '18 10:12 JeffreyDevloo